1. 27 4月, 2015 6 次提交
  2. 26 4月, 2015 10 次提交
  3. 25 4月, 2015 2 次提交
  4. 15 4月, 2015 2 次提交
  5. 14 4月, 2015 1 次提交
    • D
      Fix compilation of json_unit with GCC 5 · ad6ad4ae
      Daniel Kopecek 提交于
      Addressing:
      ```
      + make json_unit
      g++ -std=c++11  -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal  -I src -I test -Dprivate=public test/unit.cpp  -o json_unit
      In file included from test/catch.hpp:65:0,
                       from test/unit.cpp:11:
      /usr/include/c++/5.0.0/sstream:300:7: error: 'struct std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::__xfer_bufptrs' redeclared with different access
             struct __xfer_bufptrs
      ```
      ad6ad4ae
  6. 13 4月, 2015 2 次提交
  7. 12 4月, 2015 7 次提交
  8. 11 4月, 2015 2 次提交
  9. 10 4月, 2015 2 次提交
  10. 09 4月, 2015 3 次提交
  11. 03 4月, 2015 3 次提交