Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. Jan 27, 2017
  3. Jan 17, 2017
  4. Dec 02, 2016
    • Arseny Kapoulkine's avatar
      Work around cray++ compiler issue · 05edb250
      Arseny Kapoulkine authored
      It's still not clear as to what exactly makes it emit this error when compiling
      string_to_integer:
      
      CC-3059 crayc++: INTERNAL __C_FILE_SCOPE_DATA__, File = <pugixml>/src/pugixml.cpp, Line = 4524, Column = 4
        Expected no overflow in routine.
      
      But a viable workaround for now is to exploit the knowledge that it uses
      two-complement arithmetics and invert the sign manually.
      
      Fixes #125.
      05edb250
  5. 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
  6. Nov 28, 2016
  7. Nov 27, 2016
  8. Nov 24, 2016
  9. Nov 19, 2016
  10. Nov 18, 2016
  11. Nov 14, 2016
  12. Nov 10, 2016
    • Arseny Kapoulkine's avatar
      tests: Fix MSVC warnings · c5223be4
      Arseny Kapoulkine authored
      c5223be4
    • Arseny Kapoulkine's avatar
      tests: Add a generalized write-roundtrip test · 2d47cde5
      Arseny Kapoulkine authored
      This test tests two important invariants:
      
      - Every combination of write flags has to result in a valid document
      - Parsing that document and saving the result has to result in identical output
      
      We don't test all flags since parse_no_escapes can intentionally result in
      malformed documents and other flags aren't relevant for node output.
      
      Also note that we test both no-whitespace and whitespace version to make sure
      we don't have unnecessary whitespace added during formatting.
      2d47cde5
  13. Nov 09, 2016
  14. Nov 08, 2016
  15. Nov 07, 2016
  16. Nov 06, 2016
Loading