-
Bjorn Reese
committed
[f0a722]
Workaround for long long on 64-bits platforms
-
Bjorn Reese
committed
[e49a3f]
Another 64-bits fix with int versus int32_t
-
Bjorn Reese
committed
[59e46c]
Fixed compilation problem on 64-bit architectur...
-
Home
-
Bjorn Reese
committed
[5bf9f3]
Added missing include
-
Bjorn Reese
committed
[e9bd96]
Fixed record scope.
-
Bjorn Reese
committed
[65520b]
Optimized buffer writes
-
Bjorn Reese
committed
[886c21]
Added output container wrapper
-
Home
-
Bjorn Reese
committed
[e4decd]
Optimized string parsing
-
Bjorn Reese
committed
[eae060]
Serialize json nvp as {key,value}
-
Home
-
Bjorn Reese
committed
[a85f0d]
Fixed inclusion of token header again
-
Bjorn Reese
committed
[5ad20e]
Fixed inclusion of token headers
-
Bjorn Reese
committed
[6faeca]
Avoid copying when returning a range
-
Bjorn Reese
committed
[2f0259]
Added msgpack input and output archives
-
Bjorn Reese
committed
[de19af]
Added msgpack binary encoding
-
Bjorn Reese
committed
[b34e8e]
Added msgpack maps
-
Bjorn Reese
committed
[a9e7e1]
Moved decoder and encoder to detail namespace.
-
Bjorn Reese
committed
[7f7c1a]
Fixed msgpack integer encoding
-
Bjorn Reese
committed
[b76c59]
Changed license
-
Bjorn Reese
committed
[9bc078]
Added msgpack writer
-
Bjorn Reese
committed
[8ddcf9]
Added msgpack map encoding
-
Bjorn Reese
committed
[3c9f3b]
Added msgpack string encoding (extension of pre...
-
Bjorn Reese
committed
[11e80a]
Added msgpack array begin encoding
-
Bjorn Reese
committed
[60adef]
Fixed transenc::reader copy constructor to copy...
-
Bjorn Reese
committed
[cff221]
Moved msgpack/token.hpp to detail directory
-
Bjorn Reese
committed
[9f7604]
Added msgpack::reader
-
Bjorn Reese
committed
[4d57f6]
Added msgpack test cases for remaining fixarray...
-
Bjorn Reese
committed
[ee4613]
Added msgpack encoding of floats
-
Bjorn Reese
committed
[29bf8b]
Fixed msgpack string decoding
-
Bjorn Reese
committed
[b1b56d]
Changed msgpack::oarchive to use msgpack::writer
-
Bjorn Reese
committed
[163b3c]
Added msgpack string and literal writes
-
Bjorn Reese
committed
[a04e7c]
Added msgpack long long write
-
Bjorn Reese
committed
[954ee6]
Added binary for msgpack::writer
-
Bjorn Reese
committed
[b72fa7]
Added msgpack writer::write(double)
-
Bjorn Reese
committed
[f9551a]
Added msgpack map
-
Bjorn Reese
committed
[055c5c]
Removed const_pointer type
-
Bjorn Reese
committed
[a5d199]
Use codes for test results
-
Bjorn Reese
committed
[63e9e8]
Added msgpack vector
-
Bjorn Reese
committed
[131720]
Moved transenc encoder and decoder to detail na...
-
Bjorn Reese
committed
[05d607]
Added transenc writer
-
Bjorn Reese
committed
[a858bd]
Moved implementation to .cpp files
-
Home
-
Home
-
Bjorn Reese
committed
[24ba87]
Fixed compiler warning by using appropriate type
-
Bjorn Reese
committed
[f86731]
Finalized transenc binary data support.
-
Bjorn Reese
committed
[ee8eac]
Using _atoi64 instead for Visual Studio workaro...
-
Bjorn Reese
committed
[1ba8ba]
Added workaround for missing std::atoll() on Vi...
-
Bjorn Reese
committed
[d481f0]
Changed pre-increment to return reference for b...
-
Bjorn Reese
committed
[d4103e]
Added UTF-8 to string scanning
-
Bjorn Reese
committed
[72d048]
Made headers self-contained
-
Bjorn Reese
committed
[a96fbf]
Added license
-
Bjorn Reese
committed
[9a01ae]
Added license
-
Bjorn Reese
committed
[50dbad]
Made headers self-contained
-
Bjorn Reese
committed
[4416a0]
Added specialized header
-
Bjorn Reese
committed
[8e6b01]
Added specialized headers for dynamic
-
Bjorn Reese
committed
[b0417f]
Added missing header
-
Bjorn Reese
committed
[2ffcc9]
Removed superfluous virtual keywords
-
Bjorn Reese
committed
[c71484]
Removed superfluous header
-
Home