Skip to content
Snippets Groups Projects
  1. Jun 15, 2017
  2. Jan 27, 2017
  3. Nov 29, 2016
    • Arseny Kapoulkine's avatar
      scripts: Make archive build reproducible · e3524c90
      Arseny Kapoulkine authored
      We used to use the current timestamp when building the archive; switch to using
      the timestamp of the tag with the version we're packaging.
      
      This requires some monkey patching since tarfile module is always using current
      timestamp when writing gzip header...
      
      Also exclude archive.py from archive and simplify release file list in Makefile.
      e3524c90
  4. Nov 28, 2016
  5. 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
  6. Nov 09, 2016
  7. Sep 21, 2016
  8. Aug 08, 2016
  9. Aug 07, 2016
  10. Aug 04, 2016
  11. Apr 24, 2016
  12. Feb 25, 2016
  13. Feb 13, 2016
  14. Feb 03, 2016
  15. 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
  16. Dec 31, 2015
  17. Dec 30, 2015
  18. Dec 03, 2015
  19. Oct 23, 2015
  20. Oct 10, 2015
  21. Oct 08, 2015
  22. Oct 07, 2015
  23. 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
  24. Apr 14, 2015
  25. Mar 19, 2015
  26. Nov 18, 2014
  27. 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
  28. Sep 03, 2014
Loading