Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
make escaping slashes optional - fixes #569
8 days ago
, by Mike Becker
add more escape sequences to unescape function
9 days ago
, by Mike Becker
minor cleanup of json.c
9 days ago
, by Mike Becker
remove unreachable assert(false) since some compilers might warn about it - relates to #541
10 days ago
, by Mike Becker
implement string escape - resolves #526
10 days ago
, by Mike Becker
fix build on Solaris 10 and other platforms, where ferror is a just a macro
10 days ago
, by Olaf Wintermann
add fractional number formatting - relates to #526
11 days ago
, by Mike Becker
fix JSON create value functions not actually accepting NULL as allocator arg
11 days ago
, by Mike Becker
create specialized map iterators - fixes #550
12 days ago
, by Mike Becker
fix that overwriting a map element did not call any destructor function
13 days ago
, by Mike Becker
remove CX_LINKED_LIST_SWAP_SBO_SIZE - fixes #551
13 days ago
, by Mike Becker
add convenience macros to avoid a fptr cast for cxBufferRead and cxBufferWrite
2 weeks ago
, by Mike Becker
remove API for changing the store_pointer property after list creation
2 weeks ago
, by Mike Becker
re-implement flushing
2 weeks ago
, by Mike Becker
free functions should not be inline in release mode - relates to #541
2 weeks ago
, by Mike Becker
refine docs for tree.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for string.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for properties.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for printf.h - issue #548
2 weeks ago
, by Mike Becker
remove unused attributes
2 weeks ago
, by Mike Becker
refine docs for mempool.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for map.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for list.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for linked_list.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for streams.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for test.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for json.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for iterator.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for hash_map.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for hash_key.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for common.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for compare.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for collection.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for buffer.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for array_list.h - issue #548
2 weeks ago
, by Mike Becker
do not mixup Doxygen command syntax
2 weeks ago
, by Mike Becker
don't document constness of arguments in macros
2 weeks ago
, by Mike Becker
refine docs for util_allocator.h - issue #548
2 weeks ago
, by Mike Becker
refine docs for allocator.h - issue #548
2 weeks ago
, by Mike Becker
change cx_array_reserve() and cx_array_copy() to accept width in bytes instead of bits
2 weeks ago
, by Mike Becker
fix typo in assert()
2 weeks ago
, by Mike Becker
implement index array to preserve order of json object members
2 weeks ago
, by Mike Becker
remove code duplication from writer tests - relates to #526
2 weeks ago
, by Mike Becker
add test case for pretty printing with tabs - relates to #526
2 weeks ago
, by Mike Becker
remove idea for an array wrapping feature - relates to #526
2 weeks ago
, by Mike Becker
implement JSON pretty printing - relates to #526
2 weeks ago
, by Mike Becker
add functions to create default JSON writers - relates to #526
2 weeks ago
, by Mike Becker
fix missing SSIZE_T not only for MSVC
2 weeks ago
, by Mike Becker
fix cxJsonDestroy() not freeing uncompleted object member names
2 weeks ago
, by Mike Becker
add missing new-line
2 weeks ago
, by Mike Becker
fix for ultrafail fix #546
2 weeks ago
, by Mike Becker
first mvp for the json writer - relates to #526
2 weeks ago
, by Mike Becker
fix cx_strcmp() and cx_strcasecmp() - fixes #546
2 weeks ago
, by Mike Becker
add array iterator over pointer arrays
2 weeks ago
, by Mike Becker
fix include guard for properties.h
2 weeks ago
, by Mike Becker
move the test execution for string_to_number back in line
2 weeks ago
, by Mike Becker
optimize cxJsonObjGet() part 1 - binary search
3 weeks ago
, by Mike Becker
add missing convenience macros for sorted insert with array reallocator
3 weeks ago
, by Mike Becker
improve coverage metrics
3 weeks ago
, by Mike Becker
change coverage tool from gcov to gcovr
3 weeks ago
, by Mike Becker
implement floating point string to number conversions
3 weeks ago
, by Mike Becker
add cx_vcmp_* family of functions
3 weeks ago
, by Mike Becker
implement string to integer conversions
3 weeks ago
, by Mike Becker
avoid copying the filled data in the json parser when possible - fixes #530
3 weeks ago
, by Mike Becker
add references between both variants of the properties fill function
3 weeks ago
, by Mike Becker
downgrades the severity of the advice in cxPropertiesFilln() from attention to remark
3 weeks ago
, by Mike Becker
add tests for JSON create functions and fix a bug in cxJsonCreateCxString()
3 weeks ago
, by Mike Becker
add documentation for json value creation API
3 weeks ago
, by Mike Becker
fix cxJsonObjPut() for existing keys
3 weeks ago
, by Mike Becker
add implementation for creating new json values
3 weeks ago
, by Mike Becker
fix missing definition of SSIZE_MAX in windows
4 weeks ago
, by Mike Becker
add temporary implementations for string to number and first test cases
4 weeks ago
, by Mike Becker
fix another missing free() in json tests
4 weeks ago
, by Mike Becker
make cx_strcast() also support cxstring
4 weeks ago
, by Mike Becker
fix cx_hash_key_cxstr() being a macro
4 weeks ago
, by Mike Becker
implement all string to number conversions that are just wrappers
4 weeks ago
, by Mike Becker
don't trust that size_t always has word width
4 weeks ago
, by Mike Becker
fix datatype in long long variants
4 weeks ago
, by Mike Becker
add attributes to string to number conversion functions
4 weeks ago
, by Mike Becker
add documentation for string to number conversion functions
4 weeks ago
, by Mike Becker
add function prototypes and macros for string conversion function
4 weeks ago
, by Mike Becker
add missing libc string.h include
4 weeks ago
, by Mike Becker
fix missing errno.h include
4 weeks ago
, by Mike Becker
add some more overflow treatment and make sure to set errno properly
4 weeks ago
, by Mike Becker
upgrade Doxyfile
4 weeks ago
, by Mike Becker
fix outdated documentation in properties.h
4 weeks ago
, by Mike Becker
generify cxJsonObjGet() - fixes #525
4 weeks ago
, by Mike Becker
add missing documentation for struct cx_properties_config_s
4 weeks ago
, by Mike Becker
add missing documentation in iterator.h
4 weeks ago
, by Mike Becker
add missing documentation of CX_WORDSIZE
4 weeks ago
, by Mike Becker
add cxJsonArrIter() - fixes #524
4 weeks ago
, by Mike Becker
fix memory leaks in json tests
4 weeks ago
, by Mike Becker
rework of properties parser - fixes #529 and resolves #458
4 weeks ago
, by Mike Becker
add cxBufferAppend() - fixes #534
4 weeks ago
, by Mike Becker
add advice to set the size of a buffer initialized with existing data
4 weeks ago
, by Mike Becker
add copy-on-extend feature to UCX buffer - fixes #533
4 weeks ago
, by Mike Becker
less
more
|
(0)
-1000
-300
-100
-96
tip