- 13 Feb, 2013 1 commit
-
-
Philip Kelley committed
-
- 05 Feb, 2013 1 commit
-
-
Deploys the libgit2/libgit2@9041250 fix to RELWITHDEBINFO and MINSIZEREL build flavors Fix #255
nulltoken committed
-
- 23 Jan, 2013 1 commit
-
-
Edward Thomson committed
-
- 10 Jan, 2013 3 commits
-
-
Sebastian Bauer committed
-
Before it was compiled when CMake was actually run on AmigaOS.
Sebastian Bauer committed -
Sebastian Bauer committed
-
- 08 Jan, 2013 2 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
- 06 Jan, 2013 1 commit
-
-
nulltoken committed
-
- 03 Jan, 2013 4 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 02 Jan, 2013 10 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 19 Dec, 2012 9 commits
-
-
Instead tell MSVC to group the source files by directory.
Sascha Cunz committed -
Sascha Cunz committed
-
- Also document the -DSTDCALL even better.
Sascha Cunz committed -
Sascha Cunz committed
-
With the src/compat/*.c glob removed, there is no longer a difference to the default globs we use for the IF( UNIX ) case.
Sascha Cunz committed -
This directory doesn't exist.
Sascha Cunz committed -
Up to now, on windows we don't even bother to look if the user has a zlib available somwhere. In almost all larger commercial projects i've participated in, it was not at all uncommon to have such a dependency somewhere in the source tree and use it whereever required. Searching for it, even if it's unlikely to be present, allows for such a scenario (i.e. by prefilling the CMake-Cache).
Sascha Cunz committed -
Sascha Cunz committed
-
Sascha Cunz committed
-
- 27 Nov, 2012 1 commit
-
-
Conflicts: src/branch.c tests-clar/refs/branches/create.c
Vicent Marti committed
-
- 19 Nov, 2012 2 commits
-
-
My other PR revealed, that the /W4 parameter, we give to MSVC is ignored because cmake set CMAKE_C_FLAGS already to /W3 and we overwrite it. The command line tools gave me a D9025 warning for this on every file and looking into the project properties page on MSVC 2008 tells, that it has the warning level set to /W3. However, the warnings introduced by /W4 are far to useless for having them enabled. So just disable them.
Sascha Cunz committed -
The reason, why libgit2 currently cannot support compiling via the command-line tools cl/nmake from WinSDK and/or Microsoft Visual Studio, seems to be a missing dependency on the generated precompiled header file. The Visual Studio IDE automatically inserts this dependency when it sees the right combination of "/Y" parameters. This patch allows to compile using command line tools by disabling precompiled headers for NON-IDE builds.
Sascha Cunz committed
-
- 13 Nov, 2012 1 commit
-
-
Edward Thomson committed
-
- 01 Nov, 2012 1 commit
-
-
Why Apple, why?
Russell Belfer committed
-
- 27 Oct, 2012 3 commits
-
-
Paul Thompson committed
-
- No overwriting allows control from cmake cache or cmdline - -g is already the CMake default - -O0 is already gcc's default
Paul Thompson committed -
- Those are the RelWithDebInfo flags. - They should be controlled from CMAKE_BUILD_TYPE
Paul Thompson committed
-