2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added error handling, removed timebase from framerate
cehteh
as Christian Thaeter
More... over 16 years ago
time.h for initial! review
cehteh
as Christian Thaeter
More... over 16 years ago
doxycomment errorhandling, small macro improvement
cehteh
as Christian Thaeter
More... over 16 years ago
Doxyfile tweak EXTRACT_ALL=YES I don't know how else to turn on the docs on the C files in src/lib, maybe I have to read the Doxygen documentation once more This generates monstrous docs! should be cleaned up somehow someday
cehteh
as Christian Thaeter
More... over 16 years ago
formatting change, 30 chars for path
cehteh
as Christian Thaeter
More... over 16 years ago
Merge branch 'uml'
cehteh
as Christian Thaeter
More... over 16 years ago
TDD? TDB! Test-Driven-Brainstorming
cehteh
as Christian Thaeter
More... over 16 years ago
Merge branch 'master' into uml
cehteh
as Christian Thaeter
More... over 16 years ago
using memory mapping for writing at first place would require too much io, every written page would have to be paged in first from disk, use a dedicaed write buffers for this (not completely finished)
cehteh
as Christian Thaeter
More... over 16 years ago
just a little refinement to the doxyfile
cehteh
as Christian Thaeter
More... over 16 years ago
Doxyfile 1st try
cehteh
as Christian Thaeter
More... over 16 years ago
git-clean does the same as this homebrewn script, just better
cehteh
as Christian Thaeter
More... over 16 years ago
plugin in C++
cehteh
as Christian Thaeter
More... over 16 years ago
Merge from Cehteh More... over 16 years ago
WIP: started augmenting my test-runner class to be configurable via cmdline Added dependency to boost::program_options. Still trying to get into pace with the testing thing ;-) More... over 16 years ago
plugin test update, prepared for C++
cehteh
as Christian Thaeter
More... over 16 years ago
forgot a slot for bug tests
cehteh
as Christian Thaeter
More... over 16 years ago
Merge commit 'pipapo' More... over 16 years ago
suggestion for test ordering, please refine if necessary
cehteh
as Christian Thaeter
More... over 16 years ago
test renumbered
cehteh
as Christian Thaeter
More... over 16 years ago
now the testsuite runs with SCons as well.. More... over 16 years ago
Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo
cehteh
as Christian Thaeter
More... over 16 years ago
reverted CINELERRA_DIE(msg) to CINELERRA_DIE
cehteh
as Christian Thaeter
More... over 16 years ago
fixed example for plugins
cehteh
as Christian Thaeter
More... over 16 years ago
plugin fixes
cehteh
as Christian Thaeter
More... over 16 years ago
convinience macro CINELERRA_ERROR_SET(flag, err)
cehteh
as Christian Thaeter
More... over 16 years ago
automake fixes
cehteh
as Christian Thaeter
More... over 16 years ago
buildsystem: aligned/automated building of tests, now build the core as static lib More... over 16 years ago
merge together work done for the Testsuite. - to make it similar to Cehteh's tests, moved my testcode to tests/components - made scons build the errortest and plugin-example as well - scons check will run the suite More... over 16 years ago
merged cehteh's work for the testsuite, automake and plugins More... over 16 years ago