Skip to content
Snippets Groups Projects
  1. Apr 04, 2017
  2. Mar 21, 2017
  3. Feb 11, 2017
  4. Feb 09, 2017
  5. Jan 30, 2017
  6. 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
  7. Nov 28, 2016
  8. Nov 14, 2016
  9. Jul 28, 2016
  10. Jul 11, 2016
    • Arseny Kapoulkine's avatar
      Makefile: Add -Wcast-qual · 1d3befea
      Arseny Kapoulkine authored
      It is probably redundant given that we have -Wold-style-cast, but it's better
      to warn about casts like this in case we ever need to remove the latter flag.
      1d3befea
  11. Jun 11, 2016
  12. Jan 26, 2016
    • Stephan Beyer's avatar
      Make cxxstd an argument to Makefile · 6bbbdb7d
      Stephan Beyer authored
      This determines the used C++ standard.
      If you do not want to use a specific C++ standard, use cxxstd=any.
      The default is set to c++11.
      
      The "define" PUGIXML_NO_CXX11 is removed from the Makefile
      since it is not used in the code anyways.
      6bbbdb7d
  13. Oct 19, 2015
  14. Oct 17, 2015
  15. Oct 10, 2015
  16. Aug 25, 2015
  17. Jun 13, 2015
  18. May 13, 2015
  19. Apr 22, 2015
  20. Apr 12, 2015
  21. Mar 25, 2015
  22. Mar 22, 2015
  23. Mar 20, 2015
  24. Mar 13, 2015
  25. Feb 12, 2015
  26. Nov 01, 2014
  27. Oct 25, 2014
  28. Feb 09, 2014
Loading