Commit Graph

81 Commits

Author SHA1 Message Date
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