Commit Graph

14 Commits

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