Skip to content
Snippets Groups Projects
  1. Nov 28, 2016
  2. Nov 14, 2016
    • Arseny Kapoulkine's avatar
      scripts: Change VS2013 projects to use /Z7 · 6c2cd521
      Arseny Kapoulkine authored
      Put debugging information into the object file so that it can be shipped
      with NuGet binaries. Based on the linker settings for the executable
      debug info will either be put into the final .PDB or stripped out.
      
      Fixes #110.
      6c2cd521
  3. Nov 09, 2016
  4. Sep 21, 2016
  5. Aug 08, 2016
  6. Aug 07, 2016
  7. Aug 04, 2016
  8. Apr 24, 2016
  9. Feb 25, 2016
  10. Feb 13, 2016
  11. Feb 03, 2016
  12. Jan 24, 2016
    • Stephan Beyer's avatar
      Fix whitespace issues · f7aa65db
      Stephan Beyer authored
      Git warns when it finds "whitespace errors". This commit gets
      rid of these whitespace errors for code and adoc files.
      f7aa65db
  13. Dec 31, 2015
  14. Dec 30, 2015
  15. Dec 03, 2015
  16. Oct 23, 2015
  17. Oct 10, 2015
  18. Oct 08, 2015
  19. Oct 07, 2015
  20. Sep 23, 2015
    • Arseny Kapoulkine's avatar
      scripts: Enable C++11 in CMakeLists · 2cda0533
      Arseny Kapoulkine authored
      We now make sure that in CMake builds we have long long support. This requires
      CMake 3.1 for target_compile_features.
      
      Fixes #53 (as long as packages use this CMake script... most of them do)
      2cda0533
  21. Apr 14, 2015
  22. Mar 19, 2015
  23. Nov 18, 2014
  24. Sep 15, 2014
    • Arseny Kapoulkine's avatar
      CMake tweaks: · da54ffd8
      Arseny Kapoulkine authored
      - Include GNUInstallDirs which sets up standard install locations including
        lib64 for mulilib systems.
      - Make BUILD_SHARED_LIBS an option instead of a variable which is better for
        use in either the cmake-gui or ccmake gui interfaces.
      - Setup a destination for WIN32 runtime DLL's which is also helpful for MinGW
        installs.
      
      git-svn-id: https://pugixml.googlecode.com/svn/trunk@1012 99668b35-9821-0410-8761-19e4c4f06640
      da54ffd8
  25. Sep 03, 2014
  26. Jul 28, 2014
  27. Feb 08, 2014
  28. Nov 20, 2012
  29. Jul 03, 2012
Loading