Commit Graph

49 Commits

Author SHA1 Message Date
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
Carlos Martín Nieto
88bfe790c0 README: use docs/rel-notes/ for the release notes 2012-05-24 13:38:25 +02:00
Carlos Martín Nieto
0f4d78d29d README: add rules about writing release notes as they happen 2012-05-23 17:12:14 +02:00
Vicent Martí
4cba39ac58 Merge pull request #615 from benstraub/port-all-tests-to-clar
Port all tests to clar
2012-04-02 17:23:17 -07:00
Peter Drahoš
37029314d4 Added Travis CI build status 2012-04-02 00:32:47 +02:00
Ben Straub
fd29cd13b7 Moved testing resources to clar, and removed old tests directory.
Removed the BUILD_CLAR CMake flag, and updated the readme.
2012-03-31 16:10:01 -07:00
Ben Straub
23cb35fe8c Added Clar build-flag note to readme. 2012-03-30 12:05:38 -07:00
Evan Hanson
0e8144fecf add chicken-git bindings to readme 2012-03-11 14:37:56 -05:00
Andy Lester
b8d08292c9 Add links to the README and alphabetize the languages to make them
easier for the casual reader to find.
2012-03-06 16:31:54 -06:00
Ignacio Casal Quinteiro
13f7707169 Add libgit2-glib link to README.md 2012-02-07 10:20:03 +01:00
Antono Vasiljev
27f69e4826 Added link to vala bindings 2011-12-27 17:10:12 +03:00
Ingy döt Net
20626db1ac Add Perl to the list of bindings. 2011-12-26 21:58:17 -08:00
Vincent Lee
9d163937ea Fix to follow the Qt trademark policy
Never use the Qt trade mark with both letters capitalized, in the form
"QT".
(http://qt-project.org/trademarkpolicy.html)
2011-11-22 15:12:57 +09:00
Vincent Lee
5689a8d5fd Fix a typo in the README file 2011-11-22 15:04:33 +09:00
Andy Lester
a07d899449 Quoted the asterisk to avoid markdown highlighter confusion 2011-11-16 17:33:02 -06:00
Carlos Martín Nieto
5cb7a1addf Explain how to build universal OSX binaries
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-10-11 18:14:13 +02:00
Vicent Marti
f630366f70 readme: Add hgit2 to the list of bindings 2011-07-22 04:27:21 +02:00
Vicent Martí
467545d0a5 Merge pull request #321 from letolabs/readme
Add parrot-libgit2 to the list of language bindings in the readme
2011-07-12 11:26:25 -07:00
Jonathan "Duke" Leto
d2b96cf47f Add parrot-libgit2 to the list of language bindings in the readme 2011-07-12 11:19:42 -07:00
Kirill A. Shutemov
932d1baf29 cleanup: remove trailing spaces
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
2011-07-01 18:02:56 +02:00
nulltoken
e49020e0bb Fix link to API documentation 2011-06-18 09:07:51 -07:00
Vicent Marti
f0890fccf9 cmake: Build shared library by default 2011-06-17 19:40:51 +02:00
schu
8087bb937e README.md: do not break syntax highlighting
Signed-off-by: schu <schu-github@schulog.org>
2011-06-15 14:08:43 +02:00
Vicent Marti
7548b8afa3 Update README.md 2011-06-14 17:40:18 +02:00
Alexei Sholik
cce225bfac Fix a typo in README.md 2011-05-16 01:56:20 -07:00
Daniel Huckstep
0e0f4fdeee Add --with-redis flag to list of available build flags in README. 2011-05-10 15:33:07 -07:00
Olivier Ramonat
ccfce5f30f Update README after sqlite option change
To build libgit2 with sqlite support, waf configure should be run
with --with-sqlite
2011-04-02 12:23:09 +03:00
Scott Chacon
f3cf7f6df1 add go-git (Go bindings) to the readme 2011-03-23 17:06:49 -07:00
Vicent Marti
08db1efd3d Add Ocaml bindings to the readme 2011-03-23 15:53:12 +02:00
Vicent Marti
bbcc7ffc69 Add proper threading support to libgit2
We now depend on libpthread on all Unix platforms (should be installed
by default) and use a simple wrapper for Windows threads under Win32.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
2011-03-15 21:14:07 +02:00
Vicent Marti
11a203e1b1 Add nodegit to the README 2011-03-15 03:31:52 +02:00
Vicent Marti
ab6a3d3de5 Add ZLib as a built-in dependency
I don't know if this is good or bad. This lets libgit2 compile cleanly
on any platforms without any external dependencies, but adds a little
bit of bloat...

Let's test this out and see what happens.
2011-03-15 03:29:20 +02:00
Vicent Marti
b760fbf539 Update README.md with new bindings
Signed-off-by: Vicent Marti <tanoku@gmail.com>
2011-03-07 21:19:33 +02:00
Tim Clem
74bcb63fae add objective-git to readme 2011-03-07 10:13:56 -08:00
Olivier Ramonat
af774b012c Add --without-sqlite option to waf configure
Disable sqlite support when ./waf configure is run with --without-sqlite
2011-02-21 21:57:27 +02:00
Vicent Marti
6f9024a72b Add Delphi bindings to the readme
Signed-off-by: Vicent Marti <tanoku@gmail.com>
2011-01-08 21:54:14 +02:00
Scott Chacon
e04c709551 added links to php and lua bindings 2011-01-08 08:02:45 -08:00
Vicent Marti
e0d9e12e50 Update README.md
Add info on libgit2sharp, new build system, and usage guide.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
2010-12-12 00:23:19 +02:00
Peter Drahoš
bfe0658ec6 Update install info and test resource path handling 2010-12-12 00:20:43 +02:00
Peter Drahoš
73c46d539f Add basic testing support and options to specify install paths 2010-12-12 00:20:17 +02:00
Peter Drahoš
ec821ca6e4 Update README.md 2010-12-12 00:19:56 +02:00
Vicent Marti
e5fd5b9429 Update README.md
Fix my broken English.
Fix formatting issues in some links.
Add new build flag options.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
2010-11-24 17:56:45 +02:00
Scott Chacon
c5b97d5ae6 update readme to be markdown based 2010-11-23 15:20:03 -08:00