Next | Query returned 24 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35)
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
   2023-07-09 16:45:20 by Nia Alarie | Files touched by this commit (1)
Log message:
msgpack: Disable building tests due to mess with C++ standard revisions.

For now keep the compiler requirement exactly the same as it was before.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-02-14 19:56:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
msgpack: updated to 3.3.0

version 3.3.0
* Add json example for C
* Add both header and body packing functions for C
* Set default ref_size and chunk_size to vrefbuffer
* Add examples
* Improve build system
* Improve tests
* Improve documents
* Remove some warnings
* Improve CI environment
   2020-04-11 15:40:15 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
msgpack: silence pkglint
   2020-04-11 15:39:30 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
msgpack: updated to 3.2.1

version 3.2.1
* Fix snprintf return value checking
* Remove some warnings
* Fix fbuffer result checking
* Fix temporary object handling
* Improve cmake support
* Fix invalid `int main` parameter
* Improve supporting platform
* Fix ZLIB error handling
* Remove unused variable
* Improve integer overflow checking

version 3.2.0
* Fix invalid include
* Add timespec support
* Fix unchecked fnprintf on C
* Improve integer overflow checking on C
* Fix warnings on `-Wconversion`
* Fix invalid passed by value on aligned_zone_size_visitor
* Improve windows support
* Fix msgpack::object size caluclation error
* Fix memory error on example code
* Fix redundant memory allocation on C
* Fix msgpack::type::tuple base class conversion
   2018-09-10 12:24:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
msgpack: updated to 3.1.1

version 3.1.1
Add force endian set functionality
Fix vrefbuffer memory management problem
Fix msvc specific problem
Update boost from 1.61.0 to 1.68.0
Fix msgpack_timestamp type mismatch bug
   2018-08-24 11:51:22 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
msgpack: updated to 3.1.0

version 3.1.0
* Improve documents
* Add fuzzer support
* Fix msgpack::object union member access bug
* Improve cross platform configuration
* Fix out of range dereference bug of EXT
* Add timestamp support. std::chrono::system_clock::time_point is mapped to TIMESTAMP
* Add minimal timestamp support for C. The type msgpack_timestamp and the \ 
function msgpack_object_to_timestamp() are introduced
* Improve MSGPACK_DEFINE family name confliction probability
* Add no static-library build option (BUILD_SHARED_LIBS=ON)
* Add header only cmake target
* Add std::byte adaptor
* Remove some warnings
   2018-06-01 09:55:43 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
msgpack: updated to 3.0.1

version 3.0.1
Add fuzz directory to release tar ball
Add include file checking for X-Code

version 3.0.0

breaking changes
----------------
Change offset parameter updating rule. If parse error is happend, offset is \ 
updated to the error position.

other updates
-------------
Improve cross platform configuration
Improve build system
Improve user class adaptor
Improve msgpack::object visitation logic
Remove some warnings
Add -> and * operators to object_handle
Improve CI environment
Improve documents
Refactoring
Add OSS-Fuzz support

Next | Query returned 24 messages, browsing 1 to 10 | Previous