aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-02Detect type-confusion of structs in SLUL_DEBUG modeSamuel Lidén Borell1-0/+2
2023-11-12Tests: Fix missing check in OoM-test + related errorsSamuel Lidén Borell1-2/+2
2023-09-17Add tree_search_node() and tree_search_tok() for easier tree lookupSamuel Lidén Borell1-3/+2
2022-11-05Unit test improvements and cleanupsSamuel Lidén Borell1-2/+0
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+2
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-08-04Free memory in OoM-testSamuel Lidén Borell1-3/+3
2022-05-13Tests: Fix crashes in out-of-memory testSamuel Lidén Borell1-5/+11
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-2/+2
2022-03-20Fix failures in OoM testsSamuel Lidén Borell1-1/+1
2022-03-20Fix truncated struct copy. Portability and test fixesSamuel Lidén Borell1-11/+20
2022-03-06Parsing of definitions of type identifiersSamuel Lidén Borell1-0/+40
2022-02-16Add cppcheck target to Makefile and fix warningsSamuel Lidén Borell1-1/+1
2022-02-13Refactor tree_insert to store new/existing status in returned nodeSamuel Lidén Borell1-6/+16
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-1/+1
2021-12-19Add tree iteratorSamuel Lidén Borell1-3/+120
2021-11-26Add test of double-rotation with two left/right-heavy subtreesSamuel Lidén Borell1-0/+70
2021-08-28Add testing of out-of-memory handling, and fix bugsSamuel Lidén Borell1-0/+22
2021-07-18Increase unit test coverage, and fix bugs foundSamuel Lidén Borell1-7/+60
2021-07-18Compile with more warning options, and fix found bugsSamuel Lidén Borell1-1/+1
2021-06-29Fix some -Weverything warningsSamuel Lidén Borell1-13/+13
2021-05-02Fix handling of already used and already declared identifiersSamuel Lidén Borell1-4/+46
2021-04-18Add tests of subtree insertion point updateSamuel Lidén Borell1-0/+91
2021-04-03Add source filenames to a tree and detect duplicatesSamuel Lidén Borell1-19/+38
2021-04-03Implement AVL tree rebalancingSamuel Lidén Borell1-20/+793
2021-04-02Basic tree data structure without re-balancingSamuel Lidén Borell1-0/+164