2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
revived, beefed up and documented a old linked list implementation, UNTESTED
cehteh
as Christian Thaeter
More... over 16 years ago
continued wishful thinking in Test form More... over 16 years ago
Merge branch 'library'
cehteh
as Christian Thaeter
More... over 16 years ago
renamed *lock to *acquirer
cehteh
as Christian Thaeter
More... over 16 years ago
rwlock first implementation
cehteh
as Christian Thaeter
More... over 16 years ago
TDBS (test driven brain storming) :-) More... over 16 years ago
SCons: run tests in bindir More... over 16 years ago
forgotten to commit the Makefile.am with the last commit
cehteh
as Christian Thaeter
More... over 16 years ago
Sync with cehteh's code More... over 16 years ago
initial code generation/formatting for Asset subsystem More... over 16 years ago
mutex implementation
cehteh
as Christian Thaeter
More... over 16 years ago
cosmetic fixes
cehteh
as Christian Thaeter
More... over 16 years ago
Preliminary Design of the Asset Subsystem. While I don't want to target this complex now, I designed some of the fundamental aspects as far as needed to be able to add Objects to the EDL and build a render graph from them. More... over 16 years ago
generic locking.h for shared declarations
cehteh
as Christian Thaeter
More... over 16 years ago
notes about locking primitives
cehteh
as Christian Thaeter
More... over 16 years ago
renamed locking.* to condition.*
cehteh
as Christian Thaeter
More... over 16 years ago
removed tests/.gitignore please run tests in $builddir (the patterns ignored sourcefiles)
cehteh
as Christian Thaeter
More... over 16 years ago
C wraper for condition variables
cehteh
as Christian Thaeter
More... over 16 years ago
Factory impl now complete (hopfully). Added Tests/Examples for the more advanced use cases * using custom allocation (e.g. C-style malloc) * using placement new * creating Objects via private ctor * example for the 'PImpl' pattern More... over 16 years ago
removed all custom allocator / deleter stuff (it's the wrong aproach) More... over 16 years ago
added possibility to pass a custom deleter function down to shared_ptr. Note: actually all of this seems against the spirit of C++ (and OO in general). This is a do-it-yourself aproach which adds far to much complexity (accidental, not fundamental complexity). So I checked it in for the record, but will abandon this aproach and rely on overloading of operator new / delete if necessary (and when we really need it) More... over 16 years ago
reworked factory to get better separation of concerns. But custom allocation can't be done as I intended More... over 16 years ago
add a cinelerra error which can be used to forward standard C errors from errno
cehteh
as Christian Thaeter
More... over 16 years ago
Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo
cehteh
as Christian Thaeter
More... over 16 years ago
fixed test selection, specifications are given as comma separated list of words which are part of the name of a test suite
cehteh
as Christian Thaeter
More... over 16 years ago
Merge branch 'library'
cehteh
as Christian Thaeter
More... over 16 years ago
Merge branch 'testsuite'
cehteh
as Christian Thaeter
More... over 16 years ago
add tests specifications
cehteh
as Christian Thaeter
More... over 16 years ago
add documentation and error handling to framerate functions
cehteh
as Christian Thaeter
More... over 16 years ago
wrote test: object smart pointer creation factory More... over 16 years ago