Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
add functions to create default JSON writers - relates to #526
3 months ago
, by Mike Becker
fix missing SSIZE_T not only for MSVC
3 months ago
, by Mike Becker
fix cxJsonDestroy() not freeing uncompleted object member names
3 months ago
, by Mike Becker
add missing new-line
3 months ago
, by Mike Becker
fix for ultrafail fix #546
3 months ago
, by Mike Becker
first mvp for the json writer - relates to #526
3 months ago
, by Mike Becker
fix cx_strcmp() and cx_strcasecmp() - fixes #546
3 months ago
, by Mike Becker
add array iterator over pointer arrays
3 months ago
, by Mike Becker
fix include guard for properties.h
3 months ago
, by Mike Becker
move the test execution for string_to_number back in line
3 months ago
, by Mike Becker
optimize cxJsonObjGet() part 1 - binary search
3 months ago
, by Mike Becker
add missing convenience macros for sorted insert with array reallocator
3 months ago
, by Mike Becker
improve coverage metrics
3 months ago
, by Mike Becker
change coverage tool from gcov to gcovr
3 months ago
, by Mike Becker
implement floating point string to number conversions
4 months ago
, by Mike Becker
add cx_vcmp_* family of functions
4 months ago
, by Mike Becker
implement string to integer conversions
4 months ago
, by Mike Becker
avoid copying the filled data in the json parser when possible - fixes #530
4 months ago
, by Mike Becker
add references between both variants of the properties fill function
4 months ago
, by Mike Becker
downgrades the severity of the advice in cxPropertiesFilln() from attention to remark
4 months ago
, by Mike Becker
add tests for JSON create functions and fix a bug in cxJsonCreateCxString()
4 months ago
, by Mike Becker
add documentation for json value creation API
4 months ago
, by Mike Becker
fix cxJsonObjPut() for existing keys
4 months ago
, by Mike Becker
add implementation for creating new json values
4 months ago
, by Mike Becker
fix missing definition of SSIZE_MAX in windows
4 months ago
, by Mike Becker
add temporary implementations for string to number and first test cases
4 months ago
, by Mike Becker
fix another missing free() in json tests
4 months ago
, by Mike Becker
make cx_strcast() also support cxstring
4 months ago
, by Mike Becker
fix cx_hash_key_cxstr() being a macro
4 months ago
, by Mike Becker
implement all string to number conversions that are just wrappers
4 months ago
, by Mike Becker
don't trust that size_t always has word width
4 months ago
, by Mike Becker
fix datatype in long long variants
4 months ago
, by Mike Becker
add attributes to string to number conversion functions
4 months ago
, by Mike Becker
add documentation for string to number conversion functions
4 months ago
, by Mike Becker
add function prototypes and macros for string conversion function
4 months ago
, by Mike Becker
add missing libc string.h include
4 months ago
, by Mike Becker
fix missing errno.h include
4 months ago
, by Mike Becker
add some more overflow treatment and make sure to set errno properly
4 months ago
, by Mike Becker
upgrade Doxyfile
4 months ago
, by Mike Becker
fix outdated documentation in properties.h
4 months ago
, by Mike Becker
generify cxJsonObjGet() - fixes #525
4 months ago
, by Mike Becker
add missing documentation for struct cx_properties_config_s
4 months ago
, by Mike Becker
add missing documentation in iterator.h
4 months ago
, by Mike Becker
add missing documentation of CX_WORDSIZE
4 months ago
, by Mike Becker
add cxJsonArrIter() - fixes #524
4 months ago
, by Mike Becker
fix memory leaks in json tests
4 months ago
, by Mike Becker
rework of properties parser - fixes #529 and resolves #458
4 months ago
, by Mike Becker
add cxBufferAppend() - fixes #534
4 months ago
, by Mike Becker
add advice to set the size of a buffer initialized with existing data
4 months ago
, by Mike Becker
add copy-on-extend feature to UCX buffer - fixes #533
4 months ago
, by Mike Becker
add CHANGELOG entry for issue #431
4 months ago
, by Mike Becker
merge remote changes
4 months ago
, by Mike Becker
add CHANGELOG entry for issue #531
4 months ago
, by Mike Becker
add copy-on-write feature to UCX buffer - fixes #531
4 months ago
, by Mike Becker
fix out of range access in test on platforms which are actually shrinking the buffer
4 months ago
, by Mike Becker
add shortcut to binary search when array size is one
4 months ago
, by Mike Becker
add szmul.c to msvc project
4 months ago
, by Mike Becker
fix wrong "variant" of zero/NULL/false
4 months ago
, by Mike Becker
add explicit casts to silence warnings
4 months ago
, by Mike Becker
fix compilation for compilers which don't set __WORDSIZE
4 months ago
, by Mike Becker
add check for C23 compatibility
4 months ago
, by Mike Becker
add sys/types.h to the common includes to fix a problem with ssize_t
4 months ago
, by Mike Becker
increase test coverage
4 months ago
, by Mike Becker
fix number parser not detecting integers out of range
4 months ago
, by Mike Becker
add cxJsonReset() and cxPropertiesReset()
4 months ago
, by Mike Becker
add documentation - resolves #431
4 months ago
, by Mike Becker
and changelog entry for issue #523
4 months ago
, by Mike Becker
add fake doc to mute doxygen complaints
4 months ago
, by Mike Becker
minor cleanup
4 months ago
, by Mike Becker
json: enable multiple subsequent fills - relates to #431
4 months ago
, by Mike Becker
fix that cxBufferSeek() cannot move pos past the end - fixes #523
4 months ago
, by Mike Becker
fix stupid initialization of target buffer in tests where no flush target is used
4 months ago
, by Mike Becker
add cxBufferTerminate()
4 months ago
, by Mike Becker
make cxBufferEof() return a bool
4 months ago
, by Mike Becker
add test case to cover new branches inside cx_strcat_ma()
4 months ago
, by Mike Becker
add status codes to json parser - relates to #431
4 months ago
, by Mike Becker
change cx_strcat variants to allow handling of ENOMEM
4 months ago
, by Mike Becker
simplify how the json parser works
4 months ago
, by Mike Becker
add cx_array_reserve() and several more array convenience functions
4 months ago
, by Mike Becker
make cx_array_copy() support different types for size/capacity - fixes #492
4 months ago
, by Mike Becker
fix missing cxMempoolFree in json allocator test
5 months ago
, by Olaf Wintermann
add support for allocators to the json parser
5 months ago
, by Olaf Wintermann
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
5 months ago
, by Olaf Wintermann
remove map detach function - fixes #487
5 months ago
, by Mike Becker
make names of destroy and free functions consistent - fixes #484
5 months ago
, by Mike Becker
missing comma in map iterator docs
5 months ago
, by Mike Becker
cxBufferFree() now calls cxBufferDestroy()
5 months ago
, by Mike Becker
automatically disable szmul builtin when testing with coverage
5 months ago
, by Mike Becker
improve consistency for allocator arguments - fixes #485
5 months ago
, by Mike Becker
make ucx C++ compatible again (and add tests for it) - fixes #486
5 months ago
, by Mike Becker
add configure option for szmul
5 months ago
, by Mike Becker
simplify cx_array_copy() - fixes #474
5 months ago
, by Mike Becker
major refactoring of attributes
5 months ago
, by Mike Becker
let cxMapDestroy() ignore NULL as any free()-like function should do
5 months ago
, by Mike Becker
instruct Doxygen to expand all macros
5 months ago
, by Mike Becker
add -c flag to ARFLAGS to suppress diagnostic message on stderr
5 months ago
, by Mike Becker
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
tip