Commit Graph

  • 8e5fa8ef33 testing macros for gcc 4.7 Shane Grant 2013-12-22 12:14:23 -08:00
  • 9085b6dc79 Adding tests for #8, fixed bug re #8 Shane Grant 2013-12-21 23:21:24 -08:00
  • 7ef5a9311b Making some changes on vs2013, replacing some typedefs with using statements now that those are cool Shane Grant 2013-12-21 21:22:46 -08:00
  • f9b3eb5bd6 Adding missing header from access for std::uint32 Shane Grant 2013-12-21 13:54:10 -08:00
  • 10b7f7a00f Compiling with pedantic on see issue #17 Shane Grant 2013-12-21 00:08:37 -08:00
  • f27eb02caf Compiling with clang and gcc with -Wshadow See issue #17 Shane Grant 2013-12-20 20:22:17 -08:00
  • 16b6e791a4 Compiles with wextra under clang Shane Grant 2013-12-20 11:56:28 -08:00
  • cc9c4ac2b2 make all compiling with wextra see #17 Shane Grant 2013-12-20 11:51:45 -08:00
  • 59f066f974 doxygen updates #22 Shane Grant 2013-12-20 11:41:17 -08:00
  • c98a232fb1 no longer calling versioning "boost transition layer" Shane Grant 2013-12-20 11:34:23 -08:00
  • 4a698e9e76 Merge branch 'develop' of github.com:USCiLab/cereal into develop Shane Grant 2013-12-20 11:11:25 -08:00
  • b85a2ad7bb Adds denormal support for json Shane Grant 2013-12-20 11:10:49 -08:00
  • b5e1f3af26 Adding support for denormalized floating point Shane Grant 2013-12-20 10:43:02 -08:00
  • a4b438e59e adds ability to parse infinity Shane Grant 2013-12-20 10:11:29 -08:00
  • f178572e77 Adding ability to parse NaN Shane Grant 2013-12-20 10:08:09 -08:00
  • 087a64298e Small code cleanup Randolph Voorhies 2013-12-19 20:02:47 -08:00
  • 6246b652a5 Making the Versions struct a StaticObject Randolph Voorhies 2013-12-18 18:04:25 -08:00
  • d6bfabe7cc Versioning working Shane Grant 2013-12-11 12:02:12 -08:00
  • 6dcef8370b unstable wip Shane Grant 2013-12-10 16:47:40 -08:00
  • 9a3b1a339c Boost transition layer saving working Shane Grant 2013-12-08 13:28:39 -08:00
  • d30c21e5f8 Serialize (save) working with versioning Shane Grant 2013-12-04 23:58:58 -08:00
  • e64ad60b4a closes #34 Shane Grant 2013-12-04 23:39:50 -08:00
  • 2c15ff7103 More progress towards issue #8 Shane Grant 2013-12-02 22:52:31 -08:00
  • 646d35222a Modified performance testing for Boost Transition Layer Shane Grant 2013-12-02 22:32:43 -08:00
  • cf64c03335 Working on type traits for Boost Transition Layer Shane Grant 2013-12-02 21:28:48 -08:00
  • 61315b09ec adding version macro for boost transition layer Shane Grant 2013-12-01 00:10:31 -08:00
  • 3411b0f3a8 testing boost ops Shane Grant 2013-10-17 15:22:17 -07:00
  • a5641c5421 implements operator& and <<, >> overloads for boost compat see #8 Shane Grant 2013-10-17 15:19:48 -07:00
  • b733fe6f46 Should close #13 Shane Grant 2013-10-17 11:35:55 -07:00
  • 855002604b unordered json working, needs to be optimized Shane Grant 2013-10-17 10:58:02 -07:00
  • 7bd5dffff9 working on json unordered loads, almost settled on a solution Shane Grant 2013-10-16 17:16:22 -07:00
  • 279d60c008 Fixes #27 Shane Grant 2013-10-16 13:37:25 -07:00
  • 400b72ecfc Progress towards #13 unordered JSON loads Shane Grant 2013-10-14 12:04:57 -07:00
  • 54d02ab16a documentation and code cleanup Shane Grant 2013-10-14 11:09:50 -07:00
  • 4e7ec310b3 mostly comment changes Shane Grant 2013-10-12 16:03:28 -07:00
  • 8b170b1651 more reorg/doc updates Shane Grant 2013-10-09 11:33:27 -07:00
  • 767c9ee06f Making makefile a bit nicer, moving some code around in xml.hpp to better organize it Shane Grant 2013-10-09 11:23:08 -07:00
  • 83e06bdc7f Fix and close #19 Shane Grant 2013-09-12 10:23:43 -07:00
  • b4f033c263 fixing error on virtual inheritance, should fix #20 Shane Grant 2013-09-10 09:54:53 -07:00
  • 112cb47c62 removed debug messages, closes #14 Shane Grant 2013-09-06 17:17:29 -07:00
  • 3fccebb030 out of order XML working properly: Shane Grant 2013-09-06 17:14:44 -07:00
  • db0f1cf47f Changed the way vector<bool> works to avoid issues with XML. Shane Grant 2013-09-06 16:33:23 -07:00
  • 7137314e58 debugging xml ooo Shane Grant 2013-09-06 15:43:22 -07:00
  • 7f857a2f42 more progress towards unordered XML - need to look everything over and clean up Shane Grant 2013-09-01 18:37:19 -07:00
  • 92559772f1 added unit test for unordered loads and fixed an error with loading/saving vectors of bools. Shane Grant 2013-09-01 16:11:36 -07:00
  • 04430f32ba Unordered loads looking good for XML, needs better testing though. Shane Grant 2013-09-01 15:18:54 -07:00
  • 0a35bd3dc8 Initial go at out of order loading working Shane Grant 2013-08-30 11:24:09 -07:00
  • c6b485ea69 done Shane Grant 2013-08-26 22:20:27 -07:00
  • 8af4468652 Merge pull request #18 from bastih/master v0.9.1 Shane Grant 2013-08-26 12:02:38 -07:00
  • 91efd0b6ed Replace size_t with size_type Sebastian Hillig 2013-08-25 10:44:52 +02:00
  • 7a527a2849 adding my website Shane Grant 2013-07-23 14:02:31 -07:00
  • 373594e5a3 Merge branch 'vs2012' into develop Shane Grant 2013-07-22 10:33:14 -07:00
  • de646aaca1 adding new releases Shane Grant 2013-07-22 10:19:48 -07:00
  • d83b977062 Merge branch 'develop' Shane Grant 2013-07-22 10:05:19 -07:00
  • ba3505536d removing unused Void typetraits class Shane Grant 2013-07-22 10:00:10 -07:00
  • c2a47f51b5 Fixing performance timing output to match that from develop branch Shane Grant 2013-07-22 09:49:56 -07:00
  • b48f57c23b unit tests and end everything else building and working both 32bit and 64bit Shane 2013-07-21 23:30:09 -07:00
  • fdf23030c2 fixed version for performance Shane 2013-07-21 21:11:01 -07:00
  • 845d53e594 Adding performance project Shane 2013-07-21 21:03:27 -07:00
  • de137bbc70 unit tests passing under vs2013 preview (32 bit release) Shane 2013-07-19 23:25:04 -07:00
  • 9e7dee7ad4 getting closer to running unittests Shane 2013-07-19 23:06:30 -07:00
  • 2d543a45e2 changed to using automatic linking for boost, now linking against dlls Shane 2013-07-19 22:34:43 -07:00
  • da03627ff1 Removed some (but not all) of the line endings I accidentally added while in VS. Shane 2013-07-18 21:42:37 -07:00
  • 6c2aca9584 Update README.md Shane Grant 2013-07-18 15:04:36 -07:00
  • d621b0283c adding link to haskell cereal for people confused by mutability Shane Grant 2013-07-18 15:01:17 -07:00
  • 66c9bc3647 can't use initializer lists in unittests for vs, need to take them out Shane 2013-07-17 22:49:17 -07:00
  • c1bbf97b2e Adding unit test project Shane 2013-07-17 20:15:29 -07:00
  • 71fccb0b52 formatting, everything compiling properly under gcc/clang Shane Grant 2013-07-17 13:44:34 -07:00
  • 9ee407b1ab removing ==1 from trait checks Shane Grant 2013-07-17 12:20:08 -07:00
  • 06f675743c fixing gcc errors Shane Grant 2013-07-17 12:16:44 -07:00
  • fa9312534d everything working in VS, haven't run unit tests but sandboxes are looking good Shane 2013-07-16 22:33:23 -07:00
  • bc3d236031 removed sizeof_array since sizeof() does the same thing. Shane Grant 2013-07-16 14:15:04 -07:00
  • bdc16278fc vs project fun, polymorphic support not yet working Shane 2013-07-15 22:32:40 -07:00
  • 4deef5c544 New solution Shane 2013-07-15 21:52:37 -07:00
  • 2c522cb0db cleaning up projects Shane 2013-07-15 21:49:05 -07:00
  • d0809b6601 moving vs stuff into vs folder Shane 2013-07-15 21:12:47 -07:00
  • 7e2d30a244 all archives now compiling Shane 2013-07-15 21:10:59 -07:00
  • d326aad555 binary archive looks like it is working, putting in some static_casts to quiet down some warnings Shane 2013-07-15 20:51:00 -07:00
  • 67c3370ab9 XML Archive working on visual studio 2013 preview Shane 2013-07-15 20:45:09 -07:00
  • 0d70de14cd fix typo about vc++ support Shane Grant 2013-07-15 16:00:24 -07:00
  • 0acb7ee2ba adding a few more performance tests Shane Grant 2013-07-15 15:57:49 -07:00
  • 5509d7bf88 mentioning vc support under development on mainpage Shane Grant 2013-07-15 14:05:34 -07:00
  • cdfd6861f4 Merge branch 'gh-pages' of github.com:USCiLab/cereal into gh-pages Shane Grant 2013-07-15 14:02:53 -07:00
  • b562762291 more progress, everything compiles except portable_binary and json. Archiving not working yet. Shane 2013-07-15 00:46:00 -07:00
  • e00a74ccfc traits nearly done, looking good so far Shane 2013-07-14 22:41:56 -07:00
  • e9bf7d5f1c Adding visual studio stuff to ignore list, progress on traits. Shane 2013-07-14 22:02:25 -07:00
  • f2dd043daa Working on type traits compatability for visual studio, not as terrible as I thought Shane 2013-07-14 19:29:12 -07:00
  • 59c0a9ba8c fixed copyright in tests Shane Grant 2013-07-14 13:42:47 -07:00
  • ec4589b4e0 added warnings if not ieee 754, closes #6 Shane Grant 2013-07-14 13:38:15 -07:00
  • bfe2289636 Changed size_t to cereal::size_type everywhere. Randolph Voorhies 2013-07-13 16:28:27 -07:00
  • 8f367b6502 Need to include types/deque for stack also Randolph Voorhies 2013-07-13 15:49:11 -07:00
  • 46a1133d03 Queue needs to include deque for the default container Randolph Voorhies 2013-07-13 15:46:58 -07:00
  • 3a7d5d47f4 Updating doxygen Randolph Voorhies 2013-07-13 13:31:04 -07:00
  • d71dbb83f9 Merge branch 'gh-pages' of github.com:USCiLab/cereal into gh-pages Randolph Voorhies 2013-07-13 13:30:29 -07:00
  • 69d108bc7e updating gcc version required, internal is fine for load_and_allocate Shane Grant 2013-07-13 10:57:16 -07:00
  • a00597460c Fixed a valgrind uninitialized warning for portable_binary Shane Grant 2013-07-13 10:48:38 -07:00
  • 66fe64f8b3 Merge pull request #7 from neomantra/gcc4.7 Shane Grant 2013-07-12 15:34:19 -07:00
  • b64373ef96 update doc Shane Grant 2013-07-12 15:22:22 -07:00
  • a959458344 adding portable binary to unit tests Shane Grant 2013-07-12 15:17:37 -07:00
  • 7a79b9a1e3 Merge branch 'gh-pages' of github.com:USCiLab/cereal into gh-pages Randolph Voorhies 2013-07-12 15:16:25 -07:00