Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
merge recent changes into docs branch
docs/3.1
3 weeks ago
, by Mike Becker
optimize cx_arl_find_remove for sorted arrays - fixes #547
3 weeks ago
, by Mike Becker
remove dependency to ssize_t - fixes #552
3 weeks ago
, by Mike Becker
improve cx_strchr()
4 weeks ago
, by Mike Becker
simplify array access
4 weeks ago
, by Mike Becker
fix wrong inequality
4 weeks ago
, by Mike Becker
extract unescape_unicode_string() and fix rages
4 weeks ago
, by Mike Becker
fix memory leaks
4 weeks ago
, by Mike Becker
add test and implementation for malformed escape sequences
4 weeks ago
, by Mike Becker
do not trim strings before conversion to number
4 weeks ago
, by Mike Becker
add missing test coverage for escape sequences
4 weeks ago
, by Mike Becker
put coverage report into a subdir
4 weeks ago
, by Mike Becker
implement decoder for utf16 surrogate pairs in unescape_string
4 weeks ago
, by Olaf Wintermann
replace cx_strtou32_lc_ with cx_strtou32_lc in json.c
4 weeks ago
, by Olaf Wintermann
fix incorrect str length comparision in unescape_string
4 weeks ago
, by Olaf Wintermann
implement unicode escape sequences in json unescape_string function
4 weeks ago
, by Olaf Wintermann
documentation of test.h
docs/3.1
4 weeks ago
, by Mike Becker
fix minor bugs in hash_key.h and streams.h docs
docs/3.1
4 weeks ago
, by Mike Becker
add marker to every incomplete page
docs/3.1
4 weeks ago
, by Mike Becker
add stream.h docs and reworks hash_key.h docs
docs/3.1
4 weeks ago
, by Mike Becker
documentation of hash_key.h
docs/3.1
4 weeks ago
, by Mike Becker
assign proper names to the documentation topics
docs/3.1
4 weeks ago
, by Mike Becker
add symbols that need documentation as TODOs
docs/3.1
4 weeks ago
, by Mike Becker
create new page structure
docs/3.1
4 weeks ago
, by Mike Becker
start overhauling the entire web documentation
docs/3.1
4 weeks ago
, by Mike Becker
remove token_escape bool from CxJson struct
4 weeks ago
, by Mike Becker
avoid recursion in cxBufferWrite() - fixes #567
4 weeks ago
, by Mike Becker
allocate first index buffer for strreplacen on the stack - fixes #575
4 weeks ago
, by Mike Becker
reduce default SBO memory for strstr - relates to #575
4 weeks ago
, by Mike Becker
add test case for flushing when target is full and fixes a bug related to that
5 weeks ago
, by Mike Becker
fix that some IDEs cannot resolve documentation
5 weeks ago
, by Mike Becker
fix duplicate dependency
5 weeks ago
, by Mike Becker
remove uses of ctype.h - temporarily fixes #577
5 weeks ago
, by Mike Becker
fix cxBufferAppend() not adjusting position after flush
5 weeks ago
, by Mike Becker
fix wrong accidental unicode escaping
5 weeks ago
, by Mike Becker
fix #566 by changing the spec (pro-move 8)
5 weeks ago
, by Mike Becker
fix stupid signature of the flush helper
5 weeks ago
, by Mike Becker
removes some unnecessary string functions - fixes #561
5 weeks ago
, by Mike Becker
fix mistake string test: CX_STR should be used for initializers only
5 weeks ago
, by Mike Becker
avoid unnecessary comparison
5 weeks ago
, by Mike Becker
fix wrong status of cxPropertiesLoad() when data is incomplete - fixes #560
6 weeks ago
, by Mike Becker
make escaping slashes optional - fixes #569
6 weeks ago
, by Mike Becker
add more escape sequences to unescape function
6 weeks ago
, by Mike Becker
minor cleanup of json.c
6 weeks ago
, by Mike Becker
remove unreachable assert(false) since some compilers might warn about it - relates to #541
6 weeks ago
, by Mike Becker
implement string escape - resolves #526
6 weeks ago
, by Mike Becker
fix build on Solaris 10 and other platforms, where ferror is a just a macro
6 weeks ago
, by Olaf Wintermann
add fractional number formatting - relates to #526
6 weeks ago
, by Mike Becker
fix JSON create value functions not actually accepting NULL as allocator arg
6 weeks ago
, by Mike Becker
create specialized map iterators - fixes #550
6 weeks ago
, by Mike Becker
fix that overwriting a map element did not call any destructor function
6 weeks ago
, by Mike Becker
remove CX_LINKED_LIST_SWAP_SBO_SIZE - fixes #551
6 weeks ago
, by Mike Becker
add convenience macros to avoid a fptr cast for cxBufferRead and cxBufferWrite
6 weeks ago
, by Mike Becker
remove API for changing the store_pointer property after list creation
6 weeks ago
, by Mike Becker
re-implement flushing
7 weeks ago
, by Mike Becker
free functions should not be inline in release mode - relates to #541
7 weeks ago
, by Mike Becker
refine docs for tree.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for string.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for properties.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for printf.h - issue #548
7 weeks ago
, by Mike Becker
remove unused attributes
7 weeks ago
, by Mike Becker
refine docs for mempool.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for map.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for list.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for linked_list.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for streams.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for test.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for json.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for iterator.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for hash_map.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for hash_key.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for common.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for compare.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for collection.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for buffer.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for array_list.h - issue #548
7 weeks ago
, by Mike Becker
do not mixup Doxygen command syntax
7 weeks ago
, by Mike Becker
don't document constness of arguments in macros
7 weeks ago
, by Mike Becker
refine docs for util_allocator.h - issue #548
7 weeks ago
, by Mike Becker
refine docs for allocator.h - issue #548
7 weeks ago
, by Mike Becker
change cx_array_reserve() and cx_array_copy() to accept width in bytes instead of bits
7 weeks ago
, by Mike Becker
fix typo in assert()
7 weeks ago
, by Mike Becker
implement index array to preserve order of json object members
7 weeks ago
, by Mike Becker
remove code duplication from writer tests - relates to #526
7 weeks ago
, by Mike Becker
add test case for pretty printing with tabs - relates to #526
7 weeks ago
, by Mike Becker
remove idea for an array wrapping feature - relates to #526
7 weeks ago
, by Mike Becker
implement JSON pretty printing - relates to #526
7 weeks ago
, by Mike Becker
add functions to create default JSON writers - relates to #526
7 weeks ago
, by Mike Becker
fix missing SSIZE_T not only for MSVC
7 weeks ago
, by Mike Becker
fix cxJsonDestroy() not freeing uncompleted object member names
7 weeks ago
, by Mike Becker
add missing new-line
7 weeks ago
, by Mike Becker
fix for ultrafail fix #546
7 weeks ago
, by Mike Becker
first mvp for the json writer - relates to #526
7 weeks ago
, by Mike Becker
fix cx_strcmp() and cx_strcasecmp() - fixes #546
7 weeks ago
, by Mike Becker
add array iterator over pointer arrays
7 weeks ago
, by Mike Becker
fix include guard for properties.h
7 weeks ago
, by Mike Becker
move the test execution for string_to_number back in line
7 weeks ago
, by Mike Becker
optimize cxJsonObjGet() part 1 - binary search
8 weeks ago
, by Mike Becker
add missing convenience macros for sorted insert with array reallocator
8 weeks ago
, by Mike Becker
improve coverage metrics
8 weeks ago
, by Mike Becker
change coverage tool from gcov to gcovr
8 weeks ago
, by Mike Becker
implement floating point string to number conversions
8 weeks ago
, by Mike Becker
add cx_vcmp_* family of functions
8 weeks ago
, by Mike Becker
implement string to integer conversions
8 weeks ago
, by Mike Becker
avoid copying the filled data in the json parser when possible - fixes #530
8 weeks ago
, by Mike Becker
add references between both variants of the properties fill function
8 weeks ago
, by Mike Becker
downgrades the severity of the advice in cxPropertiesFilln() from attention to remark
8 weeks ago
, by Mike Becker
add tests for JSON create functions and fix a bug in cxJsonCreateCxString()
8 weeks ago
, by Mike Becker
add documentation for json value creation API
8 weeks ago
, by Mike Becker
fix cxJsonObjPut() for existing keys
8 weeks ago
, by Mike Becker
add implementation for creating new json values
2 months ago
, by Mike Becker
fix missing definition of SSIZE_MAX in windows
2 months ago
, by Mike Becker
add temporary implementations for string to number and first test cases
2 months ago
, by Mike Becker
fix another missing free() in json tests
2 months ago
, by Mike Becker
make cx_strcast() also support cxstring
2 months ago
, by Mike Becker
fix cx_hash_key_cxstr() being a macro
2 months ago
, by Mike Becker
implement all string to number conversions that are just wrappers
2 months ago
, by Mike Becker
don't trust that size_t always has word width
2 months ago
, by Mike Becker
fix datatype in long long variants
2 months ago
, by Mike Becker
add attributes to string to number conversion functions
2 months ago
, by Mike Becker
add documentation for string to number conversion functions
2 months ago
, by Mike Becker
add function prototypes and macros for string conversion function
2 months ago
, by Mike Becker
add missing libc string.h include
2 months ago
, by Mike Becker
fix missing errno.h include
2 months ago
, by Mike Becker
add some more overflow treatment and make sure to set errno properly
2 months ago
, by Mike Becker
upgrade Doxyfile
2 months ago
, by Mike Becker
fix outdated documentation in properties.h
2 months ago
, by Mike Becker
generify cxJsonObjGet() - fixes #525
2 months ago
, by Mike Becker
add missing documentation for struct cx_properties_config_s
2 months ago
, by Mike Becker
add missing documentation in iterator.h
2 months ago
, by Mike Becker
add missing documentation of CX_WORDSIZE
2 months ago
, by Mike Becker
add cxJsonArrIter() - fixes #524
2 months ago
, by Mike Becker
fix memory leaks in json tests
2 months ago
, by Mike Becker
rework of properties parser - fixes #529 and resolves #458
2 months ago
, by Mike Becker
add cxBufferAppend() - fixes #534
2 months ago
, by Mike Becker
add advice to set the size of a buffer initialized with existing data
2 months ago
, by Mike Becker
add copy-on-extend feature to UCX buffer - fixes #533
2 months ago
, by Mike Becker
add CHANGELOG entry for issue #431
2 months ago
, by Mike Becker
merge remote changes
2 months ago
, by Mike Becker
add CHANGELOG entry for issue #531
2 months ago
, by Mike Becker
add copy-on-write feature to UCX buffer - fixes #531
2 months ago
, by Mike Becker
fix out of range access in test on platforms which are actually shrinking the buffer
2 months ago
, by Mike Becker
add shortcut to binary search when array size is one
2 months ago
, by Mike Becker
add szmul.c to msvc project
2 months ago
, by Mike Becker
fix wrong "variant" of zero/NULL/false
2 months ago
, by Mike Becker
add explicit casts to silence warnings
2 months ago
, by Mike Becker
fix compilation for compilers which don't set __WORDSIZE
2 months ago
, by Mike Becker
add check for C23 compatibility
2 months ago
, by Mike Becker
add sys/types.h to the common includes to fix a problem with ssize_t
2 months ago
, by Mike Becker
increase test coverage
2 months ago
, by Mike Becker
fix number parser not detecting integers out of range
2 months ago
, by Mike Becker
add cxJsonReset() and cxPropertiesReset()
2 months ago
, by Mike Becker
add documentation - resolves #431
2 months ago
, by Mike Becker
and changelog entry for issue #523
2 months ago
, by Mike Becker
add fake doc to mute doxygen complaints
2 months ago
, by Mike Becker
minor cleanup
2 months ago
, by Mike Becker
json: enable multiple subsequent fills - relates to #431
2 months ago
, by Mike Becker
fix that cxBufferSeek() cannot move pos past the end - fixes #523
2 months ago
, by Mike Becker
fix stupid initialization of target buffer in tests where no flush target is used
2 months ago
, by Mike Becker
add cxBufferTerminate()
2 months ago
, by Mike Becker
make cxBufferEof() return a bool
2 months ago
, by Mike Becker
add test case to cover new branches inside cx_strcat_ma()
2 months ago
, by Mike Becker
add status codes to json parser - relates to #431
2 months ago
, by Mike Becker
change cx_strcat variants to allow handling of ENOMEM
2 months ago
, by Mike Becker
simplify how the json parser works
2 months ago
, by Mike Becker
add cx_array_reserve() and several more array convenience functions
2 months ago
, by Mike Becker
make cx_array_copy() support different types for size/capacity - fixes #492
2 months ago
, by Mike Becker
fix missing cxMempoolFree in json allocator test
2 months ago
, by Olaf Wintermann
add support for allocators to the json parser
2 months ago
, by Olaf Wintermann
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
2 months ago
, by Olaf Wintermann
remove map detach function - fixes #487
2 months ago
, by Mike Becker
make names of destroy and free functions consistent - fixes #484
2 months ago
, by Mike Becker
missing comma in map iterator docs
2 months ago
, by Mike Becker
cxBufferFree() now calls cxBufferDestroy()
2 months ago
, by Mike Becker
automatically disable szmul builtin when testing with coverage
3 months ago
, by Mike Becker
improve consistency for allocator arguments - fixes #485
3 months ago
, by Mike Becker
make ucx C++ compatible again (and add tests for it) - fixes #486
3 months ago
, by Mike Becker
add configure option for szmul
3 months ago
, by Mike Becker
simplify cx_array_copy() - fixes #474
3 months ago
, by Mike Becker
major refactoring of attributes
3 months ago
, by Mike Becker
let cxMapDestroy() ignore NULL as any free()-like function should do
3 months ago
, by Mike Becker
instruct Doxygen to expand all macros
3 months ago
, by Mike Becker
add -c flag to ARFLAGS to suppress diagnostic message on stderr
3 months ago
, by Mike Becker
add script to invoke make check with different configurations
3 months ago
, by Mike Becker
remove obsolete reference to previously removed cxPropertiesInput()
3 months ago
, by Mike Becker
fix broken docs target after uwproj update
3 months ago
, by Mike Becker
fix memory leaks in json tests
3 months ago
, by Olaf Wintermann
add test for reading multiple json values
3 months ago
, by Olaf Wintermann
fix missing value_ready reset when returning a CxJsonValue
3 months ago
, by Olaf Wintermann
adds test case for numbers - currently fails due to issue #482
3 months ago
, by Mike Becker
fix copy-pasted parameter name
3 months ago
, by Mike Becker
add UCX string support to cxJsonFill()
3 months ago
, by Mike Becker
add support for UCX strings in cxPropertiesFill()
3 months ago
, by Mike Becker
rename utils.h to streams.h
3 months ago
, by Mike Becker
move szmul to common.h
3 months ago
, by Mike Becker
simplify parsing of numbers
3 months ago
, by Mike Becker
add assertion that triggers when cx_array_copy() stops working for NULL arrays
3 months ago
, by Mike Becker
simplify parsing of array and object elements
3 months ago
, by Mike Becker
treat integers and doubles both as JSON numbers
3 months ago
, by Mike Becker
remove single-member structs
3 months ago
, by Mike Becker
fix test function names not in line with naming convention
3 months ago
, by Mike Becker
add reallocarray() like functions - resolves #468
3 months ago
, by Mike Becker
remove cx_for_n() macro - fixes #467
3 months ago
, by Mike Becker
increase list test coverage - fixes #454
3 months ago
, by Mike Becker
test coverage does not really work with clang
3 months ago
, by Mike Becker
add common.h include to test.h - fixes #464
3 months ago
, by Mike Becker
update build dependencies for json.c
3 months ago
, by Mike Becker
fix map.h C++ inline functions not ported to new collection base class
3 months ago
, by Olaf Wintermann
fix comparing size_t with int
3 months ago
, by Mike Becker
remove cx_swap_ptr()
3 months ago
, by Mike Becker
use cx_array_add() instead of reimplementing the magic
3 months ago
, by Mike Becker
add function to create array reallocator that can move arrays from stack to heap
3 months ago
, by Mike Becker
add msvc support
3 months ago
, by Mike Becker
remove dynamic arrays which are not supported by msvc
3 months ago
, by Mike Becker
fix missing pointer initializations
3 months ago
, by Mike Becker
add cast from size_t to unsigned to avoid warnings from certain compilers
3 months ago
, by Mike Becker
fix compile regression on some platforms after removing sys/types.h include
3 months ago
, by Mike Becker
fix cx_mempool_free crash if ptr is null
4 months ago
, by Olaf Wintermann
avoid state buffer allocation for JSON with reasonable nesting depth
4 months ago
, by Mike Becker
add cx_nmemb() utility
4 months ago
, by Mike Becker
make both gcc and clang happy with how cx_json_value_nothing is initialized
4 months ago
, by Mike Becker
fix memory leak in case of json parser errors
4 months ago
, by Olaf Wintermann
use json reader state macros everywhere
4 months ago
, by Olaf Wintermann
fix incomplete json object not resulting in syntax error
4 months ago
, by Olaf Wintermann
fix memory leak in json reader when handling incomplete tokens
4 months ago
, by Olaf Wintermann
add test for parsing json with multiple incomplete tokens
4 months ago
, by Olaf Wintermann
simplify cx_json_value_nothing initialization
4 months ago
, by Olaf Wintermann
add first draft of json implementation - relates to #431
4 months ago
, by Mike Becker
add missing dependencies for test_properties.o
4 months ago
, by Mike Becker
add convenience macro for cx_reallocate to hide the (void**) cast
4 months ago
, by Mike Becker
remove <sys/types.h> include from common.h
4 months ago
, by Mike Becker
add extern "C" to iterator.h
4 months ago
, by Mike Becker
add extern "C" to properties.h
4 months ago
, by Mike Becker
add test coverage for unlinking tree nodes w/o prev pointer
4 months ago
, by Mike Becker
add max depth for tree search - closes #459
4 months ago
, by Mike Becker
fix totally bugged assertion in cxPropertiesUseStack()
4 months ago
, by Mike Becker
add source/sink facility for properties - fixes #430
4 months ago
, by Mike Becker
fix missing parameter doc
4 months ago
, by Mike Becker
fix several survivors of east-const and some missing consts
4 months ago
, by Mike Becker
fix invalid reads when removing linked list nodes
4 months ago
, by Mike Becker
less
more
|
(0)
-1000
-240
tip