1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
logos: Possible logo contenders. More... over 15 years ago
build: - Updated test name to "with_runner" so I know it is using the runner harness. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
documentation: - Documented tests and checking.
ian-blumel
as Ian Blumel
More... over 15 years ago
documentation: - Documented test suites. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
documentation: - Adding more documentation. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
documentation: - Started writing up some documentation. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
multifile support: - Multi-file support with test suites that have a fixture. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
multifile support: - Added fixture support for FCTMF_* code. FCTMF_FIXTURE_SUITE_BGN()/FCTMF_FIXTURE_SUITE_END(). ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
Helper shell script for generating gcc makefiles on linux. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 15 years ago
Ignore derived directories.
ian-blumel
as Ian Blumel
More... over 15 years ago
fct: - BLUEPRINT: test-quick-test - Implemented quick tests blue print. Now you can quickly generate tests without having to set up a test suite.
ian-blumel
as Ian Blumel
More... over 15 years ago
fct: - BLUEPRINT: test-quick-test - Implemented quick tests blue print. Now you can quickly generate tests without having to set up a test suite.
ian-blumel
as Ian Blumel
More... over 15 years ago
fct: true multi-file support.
ian-blumel
as Ian Blumel
More... over 15 years ago
fct: - #382628: Fixed to call teardown in test suites with fixtures. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
No longer use 64-bit warning flag for VC90, it is deprecated. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
fct: - Fixed fct_snprintf to be a static. - Fixed fct_real_eq to be a macro instead of a function. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 15 years ago
warnings: - Set warning level to 4. - Utilize the 64 bit warning flag. - Compile warnings as errors, and proceed to start fixing them. - Most fixes have to do with "unreferenced functions" - int/size_t mismatches. - Unused variables. - Warnings did churn out one serious bug: - fct_ts__end() had "==" instead of "=" in it! - Turns out that all this managed to do was point out that I had invalid assertions in the fct_ts__cnt* functions. They where asserting "!end" when they should have been asserting "end".
ian-blumel
as Ian Blumel
More... over 15 years ago
remove 'fix memory' TODO item.
ian-blumel
as Ian Blumel
More... over 15 years ago
fct: - Memory checks: removed all "assert out of memory" low-budget checks and add true memory checking that walks its way right up to the top of the call stack. - Added "on_warn" callback to the logger system, thus we can warn of low-memory conditions. - Added "vtable" concept for the logger. Instead of each logger object getting a list of functions in its definition (original easy implementation), each logger gets a reference to a single static structure. - Fixed memory leak in fct_ts_t (test suite), it wasn't deleting the contents of its internal test list.
ian-blumel
as Ian Blumel
More... over 15 years ago
More TODO updates.
ian-blumel
as Ian Blumel
More... over 15 years ago
Started transfer TODO items to the blueprints.
ian-blumel
as Ian Blumel
More... over 15 years ago
doc/dev: - Started writing up a specification for genric attribution within FCT. Mostly to get my thoughts clear on what needs to be accomplished.
ian-blumel
as Ian Blumel
More... over 15 years ago
doc: - Start using CMAKE to help drive the documentation generated. This is a first stab, and I /think/ it will only work on WIN32. - There are some problems such as: - Will not check if already built. - Can not 'clean'.
ian-blumel
as Ian Blumel
More... over 15 years ago
doc: - Started taking a stab at generating user documentation.
ian-blumel
as Ian Blumel
More... over 15 years ago
Update TODO list.
ian-blumel
as Ian Blumel
More... over 15 years ago
Update TODO list.
ian-blumel
as Ian Blumel
More... over 15 years ago
doc: - Make sure to reference the project as "FCTest".
ian-blumel
as Ian Blumel
More... over 15 years ago
doc: - Some clean up to make Sphinx work properly.
ian-blumel
as Ian Blumel
More... over 15 years ago
doc: - General doc cleanup. Mainly formating and spell checking.
ian-blumel
as Ian Blumel
More... over 15 years ago
doc: - General doc cleanup. Mainly formating and spell checking.
ian-blumel
as Ian Blumel
More... over 15 years ago