- 22 Dec, 2010 6 commits
-
-
It is not a good idea to export these internal symbols now that they are not required to run the unit tests. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
Fix the test building issues once for all; each test is linked with the raw objects of the library, not with any compiled version. That way we make sure the tests always run, and are always linked with the latest and most up-to-date version of the code. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
It was not being used by any methods (only by malloc and calloc), and since it needs to be TLS, it cannot be exported on DLLs on Windows. Burn it with fire. The API always returns error codes! Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
There was no export definition for GIT_EXTERN_TLS() under MSVC. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
Some external functions were not being exported because they were using the 'extern' keyword instead of the generic GIT_EXTERN() macro. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
Use forward slashes for the TEST_RESOURCES definition. libgit2 uses only forward slashes. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed
-
- 19 Dec, 2010 3 commits
-
-
Implemented recursive directory creation Fix style issues Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
nulltoken committed
-
- 18 Dec, 2010 4 commits
-
-
nulltoken committed
-
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
Vicent Marti committed
-
The new signature struct is public, and contains information about the timezone offset. Must be free'd manually by the user. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed
-
- 17 Dec, 2010 7 commits
- 16 Dec, 2010 1 commit
-
-
nulltoken committed
-
- 15 Dec, 2010 1 commit
-
-
nulltoken committed
-
- 13 Dec, 2010 1 commit
-
-
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed
-
- 11 Dec, 2010 15 commits
-
-
Add info on libgit2sharp, new build system, and usage guide. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
Users can automatically generate one for their system using CMake. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed -
Peter Drahoš committed
-
Peter Drahoš committed
-
Peter Drahos committed
-
Peter Drahoš committed
-
Peter Drahoš committed
-
Peter Drahoš committed
-
Peter Drahoš committed
-
Peter Drahoš committed
-
nulltoken committed
-
nulltoken committed
-
An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html).
nulltoken committed -
nulltoken committed
- 10 Dec, 2010 2 commits
-
-
nulltoken committed
-
Each tests expects a "TEST_RESOURCES" define with the full path to the resources folder. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed
-