Some fixes + improvements (Vector) + code reformatting
[cgds.git] / src /
2021-02-09 Benjamin AuderSome fixes + improvements (Vector) + code reformatting master
2021-02-07 Benjamin AuderAdd basic Set implementation - TODO: add iterators...
2021-02-04 Benjamin Auder[Tree] add_child and add_sibling now return inserted...
2021-02-04 Benjamin AuderVarious small fixes
2021-02-03 Benjamin AuderNow using 2 spaces instead of tabs. Fix copyright years...
2021-02-03 Benjamin AuderImplement HashTable + fix some extra blank spaces,...
2018-01-29 Benjamin AuderSimplify installation procedure
2015-05-15 Benjamin Auderfix Queue tests issue by returning to List implementation
2015-05-15 Benjamin Auderfixed mistake in test/makemain.sh ; still vector_pop_fi...
2015-05-15 Benjamin Auderimprove test/makemain.sh, move queu_pop code to vector...
2015-05-15 Benjamin Auderfix problems in Queue.c / Stack.c ; still issues: to...
2015-05-15 Benjamin Auderupdate
2015-01-31 Benjamin AuderReplace Queue List internal usage by a Vector (lighter)
2015-01-31 Benjamin AuderReplace Stack List internal usage by a Vector (lighter)
2014-11-23 Benjamin Auderinitial commit