1. 13 Feb, 2013 1 commit
  2. 05 Feb, 2013 1 commit
  3. 23 Jan, 2013 1 commit
  4. 10 Jan, 2013 3 commits
  5. 08 Jan, 2013 2 commits
  6. 06 Jan, 2013 1 commit
  7. 03 Jan, 2013 4 commits
  8. 02 Jan, 2013 10 commits
  9. 19 Dec, 2012 9 commits
  10. 27 Nov, 2012 1 commit
  11. 19 Nov, 2012 2 commits
    • VS-Build: Disable /W4 parameter, as it is not picked up anyway · 4a03913c
      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
    • Don't use precompiled headers for command-line based VC builds. · 26d9e317
      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
  12. 13 Nov, 2012 1 commit
  13. 01 Nov, 2012 1 commit
  14. 27 Oct, 2012 3 commits