Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
basic structure for tree.h documentation
2 weeks ago
, by Mike Becker
remove the lie about the detailed documentation
2 weeks ago
, by Mike Becker
move the note about the key type to the top
2 weeks ago
, by Mike Becker
add examples to map.h documentation
2 weeks ago
, by Mike Becker
complete array_list.h documentation
2 weeks ago
, by Mike Becker
fix warning in test case due to C23 multibyte strings not being compatible with const char*
2 weeks ago
, by Mike Becker
document declare and init
3 weeks ago
, by Mike Becker
define structure for array_list.h documentation
3 weeks ago
, by Mike Becker
complete most of the map.h documentation
3 weeks ago
, by Mike Becker
structur for map.h documentation
3 weeks ago
, by Mike Becker
downgrade info regarding stream_copy from warning to note
3 weeks ago
, by Mike Becker
complete linked_list.h docu
3 weeks ago
, by Mike Becker
complete list.h documentation
3 weeks ago
, by Mike Becker
complete more than 80% of the list.h documentation
3 weeks ago
, by Mike Becker
documentation for list compare and dispose
4 weeks ago
, by Mike Becker
add structure to list documentation
4 weeks ago
, by Mike Becker
list all function from list.h that need to be documented
4 weeks ago
, by Mike Becker
fix compilation problems with gcc below version 11
4 weeks ago
, by Mike Becker
improve Makefile for users who want to build and install in one step
4 weeks ago
, by Mike Becker
add one more sentence to the example for properties source and sink
4 weeks ago
, by Mike Becker
complete the properties documentation
4 weeks ago
, by Mike Becker
write basic parsing documentation
4 weeks ago
, by Mike Becker
add information about supported properties syntax
5 weeks ago
, by Mike Becker
basic structure for properties docu
5 weeks ago
, by Mike Becker
add documentation for hash_map.h
5 weeks ago
, by Mike Becker
fix outdated link to develop.uap-core.de and link to latest dist
5 weeks ago
, by Mike Becker
complete documentation for string.h
5 weeks ago
, by Mike Becker
fix cxListFind() crashing on empty linked lists
5 weeks ago
, by Mike Becker
make CX_STR more robust when used in macro expansions
5 weeks ago
, by Mike Becker
fix cx_strdup() not using cx_strcast()
5 weeks ago
, by Mike Becker
add documentation for cx_strsplit()
5 weeks ago
, by Mike Becker
document cx_strreplace() family of functions and improve docstrings
5 weeks ago
, by Mike Becker
document substring family of functions
5 weeks ago
, by Mike Becker
write section in string docu about comparisons and concatenation
5 weeks ago
, by Mike Becker
write Section about basic string functions
5 weeks ago
, by Mike Becker
start documenting the string functions
6 weeks ago
, by Mike Becker
add missing documentation about creating iterators
6 weeks ago
, by Mike Becker
add iterator documentation
6 weeks ago
, by Mike Becker
add convenience type CxIteratorBase
6 weeks ago
, by Mike Becker
fix build dir not created when invoking docs target directly
6 weeks ago
, by Mike Becker
intro text for parsers
6 weeks ago
, by Mike Becker
add w.i.p hint to parsers topic
6 weeks ago
, by Mike Becker
complete the printf documentation and fix code formatting
6 weeks ago
, by Mike Becker
complete description for strings and buffers
6 weeks ago
, by Mike Becker
add link summary text to strings and buffers topic
6 weeks ago
, by Mike Becker
fixes accidental typos due to auto-resolution of topic titles
6 weeks ago
, by Mike Becker
add intro text for collections API
7 weeks ago
, by Mike Becker
add introduction text for API documentation
7 weeks ago
, by Mike Becker
end LTS for ucx 2.1
support/2.x
7 weeks ago
, by Mike Becker
Added tag v3.1 for changeset f0aa627c37b6
7 weeks ago
, by Mike Becker
Removed tag scstr_t-final
v3.1
7 weeks ago
, by Mike Becker
fix list.h was not includable by C++
7 weeks ago
, by Olaf Wintermann
add missing clean to check script for cxx builds
7 weeks ago
, by Mike Becker
fix that msvc solution is not included in dist package
7 weeks ago
, by Mike Becker
update READE file and copyright year
7 weeks ago
, by Mike Becker
revert naming convention for the dist package
7 weeks ago
, by Mike Becker
add docstring to cx_attr_export
7 weeks ago
, by Mike Becker
exclude new docs folder from dist package
7 weeks ago
, by Mike Becker
fix typos in CHANGELOG
7 weeks ago
, by Mike Becker
last minute fixes for issue #548
7 weeks ago
, by Mike Becker
fix some typos - issue #548
7 weeks ago
, by Olaf Wintermann
link doxygen and coverage reports on overview page
7 weeks ago
, by Mike Becker
bring incomplete docs into a shape that can be released
7 weeks ago
, by Mike Becker
close documentation branch
docs/3.1
7 weeks ago
, by Mike Becker
merge documentation branch
7 weeks ago
, by Mike Becker
finalize CHANGELOG
7 weeks ago
, by Mike Becker
improve consistency in compare.h documentation
7 weeks ago
, by Mike Becker
use reallocate instead of re-allocate
7 weeks ago
, by Mike Becker
add another case to str_to_number tests
7 weeks ago
, by Mike Becker
fix test function having the wrong type
7 weeks ago
, by Mike Becker
update install instructions with instructions for windows DLL
docs/3.1
7 weeks ago
, by Mike Becker
fix some typos - issue #548
7 weeks ago
, by Olaf Wintermann
add support for building windows DLLs - resolves #582
7 weeks ago
, by Mike Becker
fix test_json_escaped_unicode_strings when compiled with suncc
7 weeks ago
, by Olaf Wintermann
change name of cxBasicMempoolCreate() to cxMempoolCreateSimple() - fixes #590
7 weeks ago
, by Mike Becker
fix unicode tests not working on all platforms
7 weeks ago
, by Mike Becker
remove cx_strupper() and cx_strlower() - fixes #591
7 weeks ago
, by Mike Becker
reorder the topics to make more sense when read from top to bottom
docs/3.1
7 weeks ago
, by Mike Becker
add missing documentation about what header to include
docs/3.1
7 weeks ago
, by Mike Becker
add sub-section intro texts to install.md
docs/3.1
7 weeks ago
, by Mike Becker
basic structure for printf documentation
docs/3.1
7 weeks ago
, by Mike Becker
adds documentation for destructor functions and collections
docs/3.1
7 weeks ago
, by Mike Becker
add Memory Management Section description
docs/3.1
7 weeks ago
, by Mike Becker
add documentation for allocator.h
docs/3.1
7 weeks ago
, by Mike Becker
add mempool documentation
docs/3.1
7 weeks ago
, by Mike Becker
add documentation for compare.h
docs/3.1
7 weeks ago
, by Mike Becker
write introduction for the Utilities Section
docs/3.1
7 weeks ago
, by Mike Becker
basic structur for the strings chapter
docs/3.1
2 months ago
, by Mike Becker
merge recent changes into docs branch
docs/3.1
2 months ago
, by Mike Becker
optimize cx_arl_find_remove for sorted arrays - fixes #547
2 months ago
, by Mike Becker
remove dependency to ssize_t - fixes #552
2 months ago
, by Mike Becker
improve cx_strchr()
2 months ago
, by Mike Becker
simplify array access
2 months ago
, by Mike Becker
fix wrong inequality
2 months ago
, by Mike Becker
extract unescape_unicode_string() and fix rages
2 months ago
, by Mike Becker
fix memory leaks
2 months ago
, by Mike Becker
add test and implementation for malformed escape sequences
2 months ago
, by Mike Becker
do not trim strings before conversion to number
2 months ago
, by Mike Becker
add missing test coverage for escape sequences
2 months ago
, by Mike Becker
put coverage report into a subdir
2 months ago
, by Mike Becker
implement decoder for utf16 surrogate pairs in unescape_string
2 months ago
, by Olaf Wintermann
replace cx_strtou32_lc_ with cx_strtou32_lc in json.c
2 months ago
, by Olaf Wintermann
fix incorrect str length comparision in unescape_string
2 months ago
, by Olaf Wintermann
implement unicode escape sequences in json unescape_string function
2 months ago
, by Olaf Wintermann
documentation of test.h
docs/3.1
2 months ago
, by Mike Becker
fix minor bugs in hash_key.h and streams.h docs
docs/3.1
2 months ago
, by Mike Becker
add marker to every incomplete page
docs/3.1
2 months ago
, by Mike Becker
add stream.h docs and reworks hash_key.h docs
docs/3.1
2 months ago
, by Mike Becker
documentation of hash_key.h
docs/3.1
2 months ago
, by Mike Becker
assign proper names to the documentation topics
docs/3.1
2 months ago
, by Mike Becker
add symbols that need documentation as TODOs
docs/3.1
2 months ago
, by Mike Becker
create new page structure
docs/3.1
2 months ago
, by Mike Becker
start overhauling the entire web documentation
docs/3.1
2 months ago
, by Mike Becker
remove token_escape bool from CxJson struct
2 months ago
, by Mike Becker
avoid recursion in cxBufferWrite() - fixes #567
2 months ago
, by Mike Becker
allocate first index buffer for strreplacen on the stack - fixes #575
2 months ago
, by Mike Becker
reduce default SBO memory for strstr - relates to #575
2 months ago
, by Mike Becker
add test case for flushing when target is full and fixes a bug related to that
2 months ago
, by Mike Becker
fix that some IDEs cannot resolve documentation
2 months ago
, by Mike Becker
fix duplicate dependency
2 months ago
, by Mike Becker
remove uses of ctype.h - temporarily fixes #577
2 months ago
, by Mike Becker
fix cxBufferAppend() not adjusting position after flush
2 months ago
, by Mike Becker
fix wrong accidental unicode escaping
2 months ago
, by Mike Becker
fix #566 by changing the spec (pro-move 8)
2 months ago
, by Mike Becker
fix stupid signature of the flush helper
2 months ago
, by Mike Becker
removes some unnecessary string functions - fixes #561
2 months ago
, by Mike Becker
fix mistake string test: CX_STR should be used for initializers only
2 months ago
, by Mike Becker
avoid unnecessary comparison
2 months ago
, by Mike Becker
fix wrong status of cxPropertiesLoad() when data is incomplete - fixes #560
2 months ago
, by Mike Becker
make escaping slashes optional - fixes #569
2 months ago
, by Mike Becker
add more escape sequences to unescape function
2 months ago
, by Mike Becker
minor cleanup of json.c
2 months ago
, by Mike Becker
remove unreachable assert(false) since some compilers might warn about it - relates to #541
2 months ago
, by Mike Becker
implement string escape - resolves #526
2 months ago
, by Mike Becker
fix build on Solaris 10 and other platforms, where ferror is a just a macro
2 months ago
, by Olaf Wintermann
add fractional number formatting - relates to #526
2 months ago
, by Mike Becker
fix JSON create value functions not actually accepting NULL as allocator arg
2 months ago
, by Mike Becker
create specialized map iterators - fixes #550
2 months ago
, by Mike Becker
fix that overwriting a map element did not call any destructor function
2 months ago
, by Mike Becker
remove CX_LINKED_LIST_SWAP_SBO_SIZE - fixes #551
2 months ago
, by Mike Becker
add convenience macros to avoid a fptr cast for cxBufferRead and cxBufferWrite
2 months ago
, by Mike Becker
remove API for changing the store_pointer property after list creation
2 months ago
, by Mike Becker
re-implement flushing
2 months ago
, by Mike Becker
free functions should not be inline in release mode - relates to #541
2 months ago
, by Mike Becker
refine docs for tree.h - issue #548
2 months ago
, by Mike Becker
refine docs for string.h - issue #548
2 months ago
, by Mike Becker
refine docs for properties.h - issue #548
2 months ago
, by Mike Becker
refine docs for printf.h - issue #548
2 months ago
, by Mike Becker
remove unused attributes
2 months ago
, by Mike Becker
refine docs for mempool.h - issue #548
2 months ago
, by Mike Becker
refine docs for map.h - issue #548
2 months ago
, by Mike Becker
refine docs for list.h - issue #548
2 months ago
, by Mike Becker
refine docs for linked_list.h - issue #548
2 months ago
, by Mike Becker
refine docs for streams.h - issue #548
2 months ago
, by Mike Becker
refine docs for test.h - issue #548
2 months ago
, by Mike Becker
refine docs for json.h - issue #548
2 months ago
, by Mike Becker
refine docs for iterator.h - issue #548
2 months ago
, by Mike Becker
refine docs for hash_map.h - issue #548
2 months ago
, by Mike Becker
refine docs for hash_key.h - issue #548
2 months ago
, by Mike Becker
refine docs for common.h - issue #548
2 months ago
, by Mike Becker
refine docs for compare.h - issue #548
2 months ago
, by Mike Becker
refine docs for collection.h - issue #548
2 months ago
, by Mike Becker
refine docs for buffer.h - issue #548
2 months ago
, by Mike Becker
refine docs for array_list.h - issue #548
2 months ago
, by Mike Becker
do not mixup Doxygen command syntax
2 months ago
, by Mike Becker
don't document constness of arguments in macros
2 months ago
, by Mike Becker
refine docs for util_allocator.h - issue #548
2 months ago
, by Mike Becker
refine docs for allocator.h - issue #548
2 months ago
, by Mike Becker
change cx_array_reserve() and cx_array_copy() to accept width in bytes instead of bits
2 months ago
, by Mike Becker
fix typo in assert()
2 months ago
, by Mike Becker
implement index array to preserve order of json object members
2 months ago
, by Mike Becker
remove code duplication from writer tests - relates to #526
2 months ago
, by Mike Becker
add test case for pretty printing with tabs - relates to #526
2 months ago
, by Mike Becker
remove idea for an array wrapping feature - relates to #526
3 months ago
, by Mike Becker
implement JSON pretty printing - relates to #526
3 months ago
, by Mike Becker
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
3 months ago
, by Mike Becker
add cx_vcmp_* family of functions
3 months ago
, by Mike Becker
implement string to integer conversions
3 months ago
, by Mike Becker
avoid copying the filled data in the json parser when possible - fixes #530
3 months ago
, by Mike Becker
add references between both variants of the properties fill function
3 months ago
, by Mike Becker
downgrades the severity of the advice in cxPropertiesFilln() from attention to remark
3 months ago
, by Mike Becker
add tests for JSON create functions and fix a bug in cxJsonCreateCxString()
3 months ago
, by Mike Becker
add documentation for json value creation API
3 months ago
, by Mike Becker
fix cxJsonObjPut() for existing keys
3 months ago
, by Mike Becker
add implementation for creating new json values
3 months ago
, by Mike Becker
fix missing definition of SSIZE_MAX in windows
3 months ago
, by Mike Becker
add temporary implementations for string to number and first test cases
3 months ago
, by Mike Becker
fix another missing free() in json tests
3 months ago
, by Mike Becker
make cx_strcast() also support cxstring
3 months ago
, by Mike Becker
fix cx_hash_key_cxstr() being a macro
3 months ago
, by Mike Becker
implement all string to number conversions that are just wrappers
3 months ago
, by Mike Becker
don't trust that size_t always has word width
3 months ago
, by Mike Becker
fix datatype in long long variants
3 months ago
, by Mike Becker
add attributes to string to number conversion functions
3 months ago
, by Mike Becker
add documentation for string to number conversion functions
3 months ago
, by Mike Becker
add function prototypes and macros for string conversion function
3 months ago
, by Mike Becker
add missing libc string.h include
3 months ago
, by Mike Becker
fix missing errno.h include
3 months ago
, by Mike Becker
add some more overflow treatment and make sure to set errno properly
3 months ago
, by Mike Becker
upgrade Doxyfile
3 months ago
, by Mike Becker
fix outdated documentation in properties.h
3 months ago
, by Mike Becker
generify cxJsonObjGet() - fixes #525
3 months ago
, by Mike Becker
add missing documentation for struct cx_properties_config_s
3 months ago
, by Mike Becker
add missing documentation in iterator.h
3 months ago
, by Mike Becker
add missing documentation of CX_WORDSIZE
3 months ago
, by Mike Becker
add cxJsonArrIter() - fixes #524
3 months ago
, by Mike Becker
fix memory leaks in json tests
3 months ago
, by Mike Becker
rework of properties parser - fixes #529 and resolves #458
3 months ago
, by Mike Becker
add cxBufferAppend() - fixes #534
3 months ago
, by Mike Becker
add advice to set the size of a buffer initialized with existing data
3 months ago
, by Mike Becker
add copy-on-extend feature to UCX buffer - fixes #533
3 months ago
, by Mike Becker
add CHANGELOG entry for issue #431
3 months ago
, by Mike Becker
merge remote changes
3 months ago
, by Mike Becker
add CHANGELOG entry for issue #531
3 months ago
, by Mike Becker
add copy-on-write feature to UCX buffer - fixes #531
3 months ago
, by Mike Becker
fix out of range access in test on platforms which are actually shrinking the buffer
3 months ago
, by Mike Becker
add shortcut to binary search when array size is one
3 months ago
, by Mike Becker
add szmul.c to msvc project
3 months ago
, by Mike Becker
fix wrong "variant" of zero/NULL/false
3 months ago
, by Mike Becker
add explicit casts to silence warnings
3 months ago
, by Mike Becker
fix compilation for compilers which don't set __WORDSIZE
3 months ago
, by Mike Becker
add check for C23 compatibility
3 months ago
, by Mike Becker
add sys/types.h to the common includes to fix a problem with ssize_t
3 months ago
, by Mike Becker
increase test coverage
3 months ago
, by Mike Becker
fix number parser not detecting integers out of range
3 months ago
, by Mike Becker
add cxJsonReset() and cxPropertiesReset()
3 months ago
, by Mike Becker
add documentation - resolves #431
3 months ago
, by Mike Becker
and changelog entry for issue #523
3 months ago
, by Mike Becker
add fake doc to mute doxygen complaints
3 months ago
, by Mike Becker
minor cleanup
3 months ago
, by Mike Becker
json: enable multiple subsequent fills - relates to #431
3 months ago
, by Mike Becker
fix that cxBufferSeek() cannot move pos past the end - fixes #523
3 months ago
, by Mike Becker
fix stupid initialization of target buffer in tests where no flush target is used
3 months ago
, by Mike Becker
add cxBufferTerminate()
3 months ago
, by Mike Becker
make cxBufferEof() return a bool
3 months ago
, by Mike Becker
add test case to cover new branches inside cx_strcat_ma()
3 months ago
, by Mike Becker
add status codes to json parser - relates to #431
3 months ago
, by Mike Becker
change cx_strcat variants to allow handling of ENOMEM
3 months ago
, by Mike Becker
simplify how the json parser works
3 months ago
, by Mike Becker
add cx_array_reserve() and several more array convenience functions
3 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
4 months ago
, by Olaf Wintermann
add support for allocators to the json parser
4 months ago
, by Olaf Wintermann
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
4 months ago
, by Olaf Wintermann
remove map detach function - fixes #487
4 months ago
, by Mike Becker
make names of destroy and free functions consistent - fixes #484
4 months ago
, by Mike Becker
missing comma in map iterator docs
4 months ago
, by Mike Becker
cxBufferFree() now calls cxBufferDestroy()
4 months ago
, by Mike Becker
automatically disable szmul builtin when testing with coverage
4 months ago
, by Mike Becker
improve consistency for allocator arguments - fixes #485
4 months ago
, by Mike Becker
make ucx C++ compatible again (and add tests for it) - fixes #486
4 months ago
, by Mike Becker
add configure option for szmul
4 months ago
, by Mike Becker
simplify cx_array_copy() - fixes #474
4 months ago
, by Mike Becker
major refactoring of attributes
4 months ago
, by Mike Becker
let cxMapDestroy() ignore NULL as any free()-like function should do
4 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
add script to invoke make check with different configurations
5 months ago
, by Mike Becker
remove obsolete reference to previously removed cxPropertiesInput()
5 months ago
, by Mike Becker
fix broken docs target after uwproj update
5 months ago
, by Mike Becker
fix memory leaks in json tests
5 months ago
, by Olaf Wintermann
add test for reading multiple json values
5 months ago
, by Olaf Wintermann
fix missing value_ready reset when returning a CxJsonValue
5 months ago
, by Olaf Wintermann
adds test case for numbers - currently fails due to issue #482
5 months ago
, by Mike Becker
fix copy-pasted parameter name
5 months ago
, by Mike Becker
add UCX string support to cxJsonFill()
5 months ago
, by Mike Becker
add support for UCX strings in cxPropertiesFill()
5 months ago
, by Mike Becker
rename utils.h to streams.h
5 months ago
, by Mike Becker
move szmul to common.h
5 months ago
, by Mike Becker
simplify parsing of numbers
5 months ago
, by Mike Becker
add assertion that triggers when cx_array_copy() stops working for NULL arrays
5 months ago
, by Mike Becker
simplify parsing of array and object elements
5 months ago
, by Mike Becker
treat integers and doubles both as JSON numbers
5 months ago
, by Mike Becker
remove single-member structs
5 months ago
, by Mike Becker
fix test function names not in line with naming convention
5 months ago
, by Mike Becker
add reallocarray() like functions - resolves #468
5 months ago
, by Mike Becker
remove cx_for_n() macro - fixes #467
5 months ago
, by Mike Becker
increase list test coverage - fixes #454
5 months ago
, by Mike Becker
test coverage does not really work with clang
5 months ago
, by Mike Becker
add common.h include to test.h - fixes #464
5 months ago
, by Mike Becker
update build dependencies for json.c
5 months ago
, by Mike Becker
fix map.h C++ inline functions not ported to new collection base class
5 months ago
, by Olaf Wintermann
fix comparing size_t with int
5 months ago
, by Mike Becker
remove cx_swap_ptr()
5 months ago
, by Mike Becker
use cx_array_add() instead of reimplementing the magic
5 months ago
, by Mike Becker
add function to create array reallocator that can move arrays from stack to heap
5 months ago
, by Mike Becker
add msvc support
5 months ago
, by Mike Becker
remove dynamic arrays which are not supported by msvc
5 months ago
, by Mike Becker
fix missing pointer initializations
5 months ago
, by Mike Becker
add cast from size_t to unsigned to avoid warnings from certain compilers
5 months ago
, by Mike Becker
fix compile regression on some platforms after removing sys/types.h include
5 months ago
, by Mike Becker
fix cx_mempool_free crash if ptr is null
5 months ago
, by Olaf Wintermann
avoid state buffer allocation for JSON with reasonable nesting depth
5 months ago
, by Mike Becker
add cx_nmemb() utility
5 months ago
, by Mike Becker
make both gcc and clang happy with how cx_json_value_nothing is initialized
5 months ago
, by Mike Becker
fix memory leak in case of json parser errors
5 months ago
, by Olaf Wintermann
use json reader state macros everywhere
5 months ago
, by Olaf Wintermann
fix incomplete json object not resulting in syntax error
5 months ago
, by Olaf Wintermann
fix memory leak in json reader when handling incomplete tokens
5 months ago
, by Olaf Wintermann
add test for parsing json with multiple incomplete tokens
5 months ago
, by Olaf Wintermann
simplify cx_json_value_nothing initialization
5 months ago
, by Olaf Wintermann
add first draft of json implementation - relates to #431
5 months ago
, by Mike Becker
add missing dependencies for test_properties.o
5 months ago
, by Mike Becker
add convenience macro for cx_reallocate to hide the (void**) cast
5 months ago
, by Mike Becker
remove <sys/types.h> include from common.h
5 months ago
, by Mike Becker
add extern "C" to iterator.h
5 months ago
, by Mike Becker
add extern "C" to properties.h
5 months ago
, by Mike Becker
add test coverage for unlinking tree nodes w/o prev pointer
5 months ago
, by Mike Becker
add max depth for tree search - closes #459
5 months ago
, by Mike Becker
fix totally bugged assertion in cxPropertiesUseStack()
5 months ago
, by Mike Becker
add source/sink facility for properties - fixes #430
5 months ago
, by Mike Becker
fix missing parameter doc
5 months ago
, by Mike Becker
fix several survivors of east-const and some missing consts
5 months ago
, by Mike Becker
fix invalid reads when removing linked list nodes
5 months ago
, by Mike Becker
add implementation for the properties parser
5 months ago
, by Mike Becker
add ucx2.1 style interface for a properties parser
5 months ago
, by Mike Becker
also report coverage for header files
5 months ago
, by Mike Becker
make loc_prev in trees optional - fixes #433
5 months ago
, by Mike Becker
update CHANGELOG
5 months ago
, by Mike Becker
add possibility to remove arrays of data and retrieve removed data
5 months ago
, by Mike Becker
add cxTreeSetParent()
5 months ago
, by Mike Becker
add functions to start iteration in a subtree
5 months ago
, by Mike Becker
add missing details for 100% test coverage in tree.c
5 months ago
, by Mike Becker
add test for creating an iterator over an empty tree
5 months ago
, by Mike Becker
simplify tree class
5 months ago
, by Mike Becker
implement cxTreeDestroyNode and cxTreeDestroySubtree - resolves #438
5 months ago
, by Mike Becker
fix missing free() in test_array_insert_sorted
5 months ago
, by Mike Becker
fix missing free() in test_tree_add_duplicate_root
5 months ago
, by Mike Becker
fix uninitialized simple_destructor - fixes #443
5 months ago
, by Mike Becker
implement cxTreeRemove() with re-link function
5 months ago
, by Mike Becker
rename cxTreeRemove() to cxTreeRemoveSubtree()
6 months ago
, by Mike Becker
fix bug when removing the root node of a tree
6 months ago
, by Mike Becker
add test for simple destructor in trees - fixes #436
6 months ago
, by Mike Becker
complete implementation of remaining high level tree functions
6 months ago
, by Mike Becker
implement cxTreeInsert family of functions
6 months ago
, by Mike Becker
add cxTreeSubtreeDepth()
6 months ago
, by Mike Becker
implement cxTreeCreate family of functions
6 months ago
, by Mike Becker
add functions to link/unlink nodes manually
6 months ago
, by Mike Becker
downgrade the attention block regarding the auto-register of a simple destructor to a note
6 months ago
, by Mike Becker
more prototypes for tree functions
6 months ago
, by Mike Becker
prototypes for create and destroy functions
6 months ago
, by Mike Becker
add allocator and root node pointer to tree structure
6 months ago
, by Mike Becker
allow find() member function to start in an arbitrary subtree
6 months ago
, by Mike Becker
provide a default tree node layout, but do not make it mandatory
6 months ago
, by Mike Becker
first draft of a class for high level trees
6 months ago
, by Mike Becker
add bounding parameter to cx_tree_add_iter()
6 months ago
, by Mike Becker
fix misleading documentation that could have indicated that an allocator is optional for lists
6 months ago
, by Mike Becker
make all function attributes leading - fixes #425
6 months ago
, by Mike Becker
move all const keywords to the west - fixes #426
6 months ago
, by Mike Becker
apply binary search in cx_array_insert_sorted()
6 months ago
, by Mike Becker
fix for empty arrays
6 months ago
, by Mike Becker
fix documentation
6 months ago
, by Mike Becker
also add a binary search for the supremum
6 months ago
, by Mike Becker
fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array
6 months ago
, by Mike Becker
add cx_array_binary_search() - fixes #424
6 months ago
, by Mike Becker
add low level cx_array_insert_sorted() and convenience macros
6 months ago
, by Mike Becker
add missing documentation for cx_list_default_swap() return value
6 months ago
, by Mike Becker
add optimized implementation of insert_sorted for array lists
6 months ago
, by Mike Becker
fix cx_ll_insert_sorted_cmp_func not being thread local
6 months ago
, by Mike Becker
implement optimized sorted insert for linked lists - resolves #415
6 months ago
, by Mike Becker
fix typo in documentation
6 months ago
, by Mike Becker
optimize default insert_sorted implementation
7 months ago
, by Mike Becker
add stupid default implementation for high level insertion sort
7 months ago
, by Mike Becker
add default impl for some list member functions
7 months ago
, by Mike Becker
fix inserting via iterator correctly increases element count
7 months ago
, by Mike Becker
close feature branch
feature/tree_add
7 months ago
, by Mike Becker
merge feature/tree_add branch
7 months ago
, by Mike Becker
rework cx_tree_add() API to allow insertion of edge nodes
feature/tree_add
7 months ago
, by Mike Becker
remove condition that is always false after recent fix
feature/tree_add
7 months ago
, by Mike Becker
fix cx_tree_search() not remembering root as a valid candidate
feature/tree_add
7 months ago
, by Mike Becker
cx_tree_add_iter() - optimize check for empty trees
feature/tree_add
7 months ago
, by Mike Becker
cx_tree_add() fix missing spec for adding duplicates
feature/tree_add
7 months ago
, by Mike Becker
complete cx_tree_add() implementations
feature/tree_add
7 months ago
, by Mike Becker
fix return type of cx_tree_node_create_func
feature/tree_add
7 months ago
, by Mike Becker
complete specification for tree_add functions
feature/tree_add
7 months ago
, by Mike Becker
merge changes from default branch
feature/tree_add
7 months ago
, by Mike Becker
change cx_tree_link() from prepending to appending children - fixes #391
9 months ago
, by Mike Becker
fix mixed up arguments for calloc()
9 months ago
, by Mike Becker
add prototypes for cx_tree_add() family of functions
feature/tree_add
9 months ago
, by Mike Becker
minor doc fixes
9 months ago
, by Mike Becker
add cxIteratorRef() macro
9 months ago
, by Mike Becker
add missing convenience functions
10 months ago
, by Mike Becker
fix name of collection base member (to avoid base.base)
10 months ago
, by Mike Becker
fix inconsistent use of item_size and elem_size
10 months ago
, by Mike Becker
fix members inherited by macro or include are not documented
10 months ago
, by Mike Becker
simplify iterator structures
10 months ago
, by Mike Becker
fix documentation
10 months ago
, by Mike Becker
issue #389 : add separate function for immutable arrays
10 months ago
, by Mike Becker
add iterator over raw C arrays - closes #389
10 months ago
, by Mike Becker
improves interface of cx_sprintf() variants
11 months ago
, by Mike Becker
implement tree continue - fixes #376
12 months ago
, by Mike Becker
add missing cxTreeVisitorDispose() test
12 months ago
, by Mike Becker
add missing header dependencies
12 months ago
, by Mike Becker
add cx_tree_visitor()
12 months ago
, by Mike Becker
fix another superfluous semicolon...
12 months ago
, by Mike Becker
fix superfluous semicolon
12 months ago
, by Mike Becker
add -lm to ldflags on Solaris
13 months ago
, by Olaf Wintermann
fix build in case CX_SZMUL_BUILTIN is undefined
13 months ago
, by Olaf Wintermann
allow freeing tree nodes on exit - fixes #377
13 months ago
, by Mike Becker
add xml test case for the tree iterator
13 months ago
, by Mike Becker
add visit_on_exit to iterator implementation
13 months ago
, by Mike Becker
add depth assertion to basic tree iterator test
13 months ago
, by Mike Becker
implement basic (enter only) tree iterator
13 months ago
, by Mike Becker
set tree iterator stack pointer to NULL on dispose to avoid accidental double-frees
13 months ago
, by Mike Becker
capitalize cx_array_declare()
13 months ago
, by Mike Becker
vastly simplify tree iterators and add test for creating them
13 months ago
, by Mike Becker
make cx_array_simple_add() automatically take the address of the element
13 months ago
, by Mike Becker
add convenience macros for cx_array_*
13 months ago
, by Mike Becker
commit complicated stuff before simplifying it
13 months ago
, by Mike Becker
remove unnecessary flag_removal function
13 months ago
, by Mike Becker
improve tree iterator struct and add signature for a function that can create an iterator
13 months ago
, by Mike Becker
first draft of a tree iterator
13 months ago
, by Mike Becker
add cx_tree_search() - relates to #165
13 months ago
, by Mike Becker
be honest at least in the lib version
13 months ago
, by Mike Becker
fix missing typedef
13 months ago
, by Mike Becker
declare cx_tree_search_func function pointer
13 months ago
, by Mike Becker
add code documentation for tree functions
13 months ago
, by Mike Becker
update uwproj configure template
13 months ago
, by Mike Becker
remove check that is always true in cx_arl_remove()
14 months ago
, by Mike Becker
rename cx_array_copy_result to just cx_array_result
14 months ago
, by Mike Becker
add cx_array_add() + fix type of cx_array_default_reallocator
14 months ago
, by Mike Becker
add cx_array_default_reallocator
14 months ago
, by Mike Becker
add first basic low level tree functions
14 months ago
, by Mike Becker
update uwproj and check toolchain dependency for coverage flags - fixes #345
14 months ago
, by Mike Becker
fix using warning options with compilers which do not support them - fixes #363
14 months ago
, by Mike Becker
improve program flow - relates to #353
14 months ago
, by Mike Becker
fix unnecessary printf retry when printed string is empty
14 months ago
, by Mike Becker
fix missing va_end() calls
14 months ago
, by Mike Becker
add cx_sprintf() variants - fixes #353
14 months ago
, by Mike Becker
fix assertion failure depending on possibly uninitialized memory
14 months ago
, by Mike Becker
add missing CHANGELOG entries
14 months ago
, by Mike Becker
remove flags to disable SBO in tests - fix #343 fix #358
14 months ago
, by Mike Becker
add constant for reading out strstr sbo size - relates to #343
14 months ago
, by Mike Becker
add constant for reading out printf sbo size - relates to #343
14 months ago
, by Mike Becker
add CX_DISABLE_ARRAY_LIST_SWAP_SBO flag
14 months ago
, by Mike Becker
complete migration of list tests - fixes #342
14 months ago
, by Mike Becker
fix #356 : broken cxListCompare
14 months ago
, by Mike Becker
migrate list create and destroy tests - relates to #342
14 months ago
, by Mike Becker
migrate cxEmptyList tests - relates to #342
14 months ago
, by Mike Becker
fix some broken cleanup
15 months ago
, by Mike Becker
migrate low level linked list tests - relates to #342
15 months ago
, by Mike Becker
use that recent uwproj trims indents in project.xml
15 months ago
, by Mike Becker
update uwproj configure template
15 months ago
, by Mike Becker
fix documentation of reallocator struct
15 months ago
, by Mike Becker
improve output of coverage summary
15 months ago
, by Mike Becker
migrate remaining buffer tests - relates to #342
15 months ago
, by Mike Becker
migrate more buffer tests - relates to #342
15 months ago
, by Mike Becker
generate (release) config.mk if none exists - fixes #350
15 months ago
, by Mike Becker
some text replacements to prepare migration of list tests
15 months ago
, by Mike Becker
begin migration of buffer tests - relates to #342
15 months ago
, by Mike Becker
move coverage flags to make/*.mk files - relates to #345
15 months ago
, by Mike Becker
migrate compare tests - relates to #342
15 months ago
, by Mike Becker
declare cx_compare_func in compare.h - fixes #344
15 months ago
, by Mike Becker
migrate map tests - relates to #342
15 months ago
, by Mike Becker
fix broken CX_TEST_SUBROUTINE - relates to #341
15 months ago
, by Mike Becker
add command to remove outdated coverage data
15 months ago
, by Mike Becker
migrate allocator tests - relates to #342
15 months ago
, by Mike Becker
migrate mempool tests - relates to #342
15 months ago
, by Mike Becker
migrate printf tests - relates to #342
15 months ago
, by Mike Becker
revert the insanely stupid idea to automatically run the test program on default build
15 months ago
, by Mike Becker
fix missing dependencies for test_string.c
15 months ago
, by Mike Becker
migrate string tests - relates to #342
15 months ago
, by Mike Becker
fix accidental generation of cxListIterator() symbol
15 months ago
, by Mike Becker
ignore the intentional use-after-free
15 months ago
, by Mike Becker
add make target to automatically gather coverage info
15 months ago
, by Mike Becker
fix missing LDFLAGS when linking ucxtest
15 months ago
, by Mike Becker
add coverage feature - relates to #342
15 months ago
, by Mike Becker
remove CXX flags that have become unnecessary
15 months ago
, by Mike Becker
migrates self-test for testing allocator - relates to #342
15 months ago
, by Mike Becker
change default make target from 'compile test-compile' to 'check'
15 months ago
, by Mike Becker
migrate hash_key tests - relates to #342
15 months ago
, by Mike Becker
migrate utils tests - relates to #342
15 months ago
, by Mike Becker
bring back UCX test - fixes #341
15 months ago
, by Mike Becker
fix usage of COPYALL in Makefiles
15 months ago
, by Mike Becker
add cxListFindRemove and cx_linked_list_find_node
15 months ago
, by Mike Becker
make cx_cmp_ptr default comparator for pointer lists - relates to #340
15 months ago
, by Mike Becker
add cx_cmp_ptr() - fix #340
15 months ago
, by Mike Becker
add cxBufferReset() - resolves #338
15 months ago
, by Mike Becker
update build instructions
15 months ago
, by Mike Becker
increase version number to 3.1
15 months ago
, by Mike Becker
fix #318 - incorrect link to ucx 3 docs
15 months ago
, by Mike Becker
fix incorrect documentation of cxBufferEof()
16 months ago
, by Mike Becker
fix wrong static lib name in check target
16 months ago
, by Mike Becker
add update-rules script
16 months ago
, by Mike Becker
add an uwproj based install target
17 months ago
, by Mike Becker
replace most of the build system with uwproj
17 months ago
, by Mike Becker
make C++ compiler and pandoc entirely optional
19 months ago
, by Mike Becker
Release 3.0
21 months ago
, by Mike Becker
update CHANGELOG, COPYING, and README
v3.0
21 months ago
, by Mike Becker
Release Version 3.0
21 months ago
, by Mike Becker
add release date for UCX 3.0
21 months ago
, by Mike Becker
Added tag v3.0 for changeset b4bd0155f03f
21 months ago
, by Mike Becker
improve the CSV example
21 months ago
, by Mike Becker
some fixes in example code
21 months ago
, by Mike Becker
merge upstream changes
21 months ago
, by Mike Becker
fix typo in mempool.h
21 months ago
, by Mike Becker
change cxMempoolDestroy doc
21 months ago
, by Olaf Wintermann
more doc fixes
21 months ago
, by Olaf Wintermann
less
more
|
(0)
-1000
-512
tip