Commit Graph

92 Commits

Author SHA1 Message Date
Edgar Aroutiounian
69560cc089 Changed README to use new OCaml bindings to git 2015-05-28 15:19:53 -04:00
Morton Fox
e702dc2e24 Updated dlibgit link. 2015-05-14 15:49:51 -04:00
Yong Li
57aa839caf Android build doesn't need deps/regex
deps/regex was included in Android build because Android NDK 4 has
a packaging bug and doesn't have the regular expression functions defined
in its libc.so. The bug has been fixed in subsequent Android NDK releases.

If it is still necessary to work around the bug in Android NDK 4, we
should consider to use an option like ANDROID_NDK_RELEASE or
ANDROID_NDK_RELEASE_NUM.
2015-05-04 09:41:34 -04:00
Edward Thomson
ecf1c3c358 README: provide some more explanation about TLS 2015-02-23 11:19:32 -05:00
Brian Gesiak
35425b5119 README.md: Add Swift bindings "Gift" 2015-02-04 01:06:07 -05:00
Edward Thomson
7cfbf3b770 README: Point to libgit2 account's AppVeyor badge
Microsoft is sponsoring a Pro account at AppVeyor for the libgit2
and LibGit2Sharp projects.  Point to that account's badge.
2015-01-16 21:21:03 +00:00
Peter Dave Hello
c5c8ece1d6 Use svg instead of png to get better image quality 2015-01-14 02:14:38 +08:00
Carlos Martín Nieto
ed09e04462 Mention the init function in the README
This fixes #2731.
2014-12-14 16:19:08 +01:00
nulltoken
a7e06cb026 readme: Add AppVeyor build status badge/link 2014-12-10 10:11:37 +01:00
nulltoken
037b2a8b00 readme: Make Travis build status badge reflect the state of master 2014-12-10 10:05:04 +01:00
nulltoken
775d831b33 readme: Trim trailing lines 2014-12-10 10:04:34 +01:00
Carlos Martín Nieto
15bea02c04 docs: explicitly document the threading caveats
Talk about sharing objects and error messages; but the most important
part is about what to do with the cryptographic libraries, which sadly
have to become to responsibility of the application.
2014-11-01 10:58:55 +01:00
Carlos Martín Nieto
79b0ae4e24 Flip THREADSAFE's default to ON
Threads are here to stay; and for a while now, users have had to call
the initialization function which sets up threads and crypto regardless
of whether the library was built threadsafe or not.
2014-10-27 10:30:57 +01:00
SeijiIto
18925129b2 Fix README.md 2014-10-06 16:17:01 +09:00
Brendan Forster
a2a2332219 the wiki, it is dead 2014-09-30 04:17:08 +02:00
Linquize
2c22193ba0 Fix typo 2014-09-16 08:56:33 +08:00
Alex Crichton
b4913705fb Add Rust to the language bindings list 2014-09-15 12:11:48 -07:00
jake bolewski
d747ec18e9 add Julia to the language bindings list 2014-08-25 20:50:06 -04:00
Jacques Germishuys
2ef20da02e Updated perl bindings link 2014-07-13 17:52:33 +02:00
Stefan Widgren
562516eceb Add R bindings to the README 2014-05-13 22:43:59 +02:00
Russell Belfer
486bc36689 Add project list and update readme 2014-02-26 16:37:08 -08:00
Russell Belfer
68a19ca9ff Clarify C compatibility policy
and a couple of other minor doc fixups.
2014-02-20 11:26:51 -08:00
Ben Straub
c85d606eee Merge pull request #2044 from libgit2/coverity
Run Coverity scan on Travis
2014-01-16 11:36:06 -08:00
Edward Thomson
4ef9a50817 Update README to include Java, PowerShell bindings 2014-01-15 13:58:11 -08:00
Ben Straub
4caf0df018 Add coverity scan badge to readme 2014-01-13 15:43:29 -08:00
Andrius Bentkus
7b50c7845b docs: Remove non existing wrapper from the readme
libgit2net stopped to exist, all hail libgit2sharp
2013-12-27 15:15:48 +02:00
Ben Straub
dcfdb977d0 Relicense examples under CC0 2013-11-01 10:51:12 -07:00
Nicolas Kaiser
63d1fad470 fix typos in README.md 2013-10-24 15:30:31 +02:00
Carlos Martín Nieto
2baee9f81e README: add a note about the optional dependencies 2013-10-23 13:46:33 +02:00
Haneef Mubarak
caf9334115 slightly clarified the "license" portion of `README.md" + formatting all over
fixed typo `can can` -> `can`
2013-10-17 16:01:43 -07:00
Haneef Mubarak
e5e2710b78 slightly clarified the "license" portion of `README.md" + formatting all over
added the second change suggested by @nulltoken (with two extra words :) )
2013-10-17 01:52:20 -07:00
Haneef Mubarak
20b5d300dc slightly clarified the "license" portion of `README.md" + formatting all over
There are commercial open source applications, hence proprietary seems to be a better term.

Also:
 - Trimmed header `=`'s to match text length
 - made libgit2 stand out everywhere
 - pretty printing links
 - irc link for those with the correct setup
2013-10-17 00:28:08 -07:00
Krzysztof Adamski
01cd5ae377 Add instructions about buiding for Android to README.md 2013-09-01 19:48:01 +02:00
Carlos Martín Nieto
f2cda906e5 Point to the right Go bindings 2013-08-31 17:42:38 +02:00
Nirvana
a402179ae5 Update readme to point to the currently maintained Erlang bindings. Namely: https://github.com/carlosmn/geef 2013-08-31 09:25:25 -04:00
Edward Thomson
bef59b1be4 Update README.md 2013-07-19 12:56:47 -05:00
Edward Thomson
41a93cc6e5 Clarify when to use github issues
Suggest that github issues are to be used for bug reports, while questions about usage should be directed to StackOverflow.
2013-07-19 12:43:08 -05:00
Martin Woodward
3e3d332b4c Tidy up the methods of contacting the project
Updated the methods of getting involved with the project and asking
questions.
2013-07-19 18:04:11 +01:00
Ben Straub
743048f1e9 Fix some minor issues 2013-04-19 10:29:50 -07:00
Alessandro Ghedini
1cfaaa9e48 Update link to Perl bindings 2013-04-17 13:48:26 +02:00
Maxwell Swadling
7d5b0f8b1f Updated link to Haskell bindings
The old one hasn't been updated in a long time. This one is current.
2013-04-09 09:28:40 +10:00
Carlos Scheidegger
4f1da3a2fd removed obsolete reference to api.html 2013-02-06 16:55:09 -05:00
Vicent Martí
a8182d495d Let people know that the ML is deprecated 2013-01-30 12:24:38 -08:00
Carlos Martín Nieto
66bf4dbc68 Explain a few CMake options in the README
Expose STDCALL and explain a few useful CMake options, as well as
explain the quirks building on Windows.
2012-11-13 20:57:19 -08:00
Keith Dahlby
221ee54b8c Fix Clar link 2012-11-04 21:24:14 -06:00
Veeti Paananen
9795a40f88 Use standard CMake variable names for installation paths
Rename INSTALL_INC and INSTALL_BIN to INCLUDE_INSTALL_DIR and
BIN_INSTALL_DIR, which are more commonly used. This is also
consistent with the variable for the library path which is
already LIB_INSTALL_DIR.
2012-10-20 02:56:35 +03:00
Andrej Mitrovic
26127ea764 Add link to D libgit2 bindings. 2012-10-11 18:22:00 +02:00
Michael Schubert
77ace82d7a libgit2.pc.in: also switch to LIB_INSTALL_DIR
b3237ac3 changed CMakeList.txt to use the more standard LIB_INSTALL_DIR
variable instead of INSTALL_LIB, but forgot to change libgit2.pc.in etc.
accordingly.
2012-07-16 13:30:23 +02:00
Ignacio Casal Quinteiro
a7a2fccd83 Point to the libgit2-glib wiki page 2012-07-09 13:12:16 +02:00
Ignacio Casal Quinteiro
36bae3e96a libgit2-glib bindings moved to gnome servers 2012-05-31 09:56:05 +02:00