1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: FCTMF - Documentation. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
ENH: FCTMF - No longer need to "define" a suite. More... over 14 years ago
Clean up NEWS. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
Checks against VC6/VC9.
ian-blumel
as Ian Blumel
More... over 14 years ago
Add casts for NULL to handle warning during C++ compilation. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... over 14 years ago
Apply ASTYLE for last commit. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
fct_chk_eq_str/fct_chk_neq_str: fct_chk_eq_istr/fct_chk_neq_istr: - Changed the back end to no use strcmp. - Changed the back end to be generic to all the str "eq" functions. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
Running ASTYLE on previous commit. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
fct_chk_eq_int/fct_chk_neq_int: - Added check equal int and check not equal implementations based on fct_xchk. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
fct_chk_eq_istr/fct_chk_neq_istr: - Fixed regression when this was changed over to fct_xchk implementation. The check now kicks out of a test. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
fct_req: - Fixed regression when this was changed over to fct_xchk implementation. The check now kicks out of a test. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... over 14 years ago
standard logger: - Fixed regression that dropped the "nice" ........ PASS lines. More... almost 15 years ago
DOC: Cosmetic clean up. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
doc: - Added documentation for fct_xchk, fct_chk_eq_dbl, fct_chk_neq_dbl. - Added sample case described in fct_xchk to the unit tests. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
CMAKE: When running test_chk, use ./test_chk on non-windows systems. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
Fixed formatting from previous commit. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More... almost 15 years ago
Checking against VC6.
ian-blumel
as Ian Blumel
More... almost 15 years ago
fct_xchk: - Changed the implementation from using __VA_ARGS__ to apply a little trick to make macros appear to have variable argument lists. This is to help support older compilers. - Consequence is that if you use fct_xchk, you don't get access to a string version of the conditional statement that is being tested. But if that is what you wanted, you can still get it from regular fct_chk. More... almost 15 years ago
Code Formatting: Ran ASTYLE through the code base with ANSI stnadard. Provided 'astyle.conf' for future style referencing. This should be executed prior to each commit. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
cmake: add 'include' project for holding the header file in IDEs (Visual Studio/Code Blocks). ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
fct_chk: - Enhanced with "fct_xchk", this allows you to specify a format string along with N arguments. This format string is displayed if the chk test fails (rather than the condition itself). More... almost 15 years ago
cmake: - Fixed to properly set warnings for GCC compiler variants, which includes MINGW on Windows. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
#398286: Fixed _MSV_VER to _MSC_VER for fixing _vsnprintf. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
Fix spelling mistake in NEWS. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
standard logger: - Modified standard logger output to provide a straight continous line of PASS/FAIL statements. Easier to scan failures. - Modified failure output to hopefully be less likely to wrap around by using a new line to actually show what failed. More... almost 15 years ago
more_checks: - Added fct_chk_dbl_eq and fct_chk_dbl_neq. - Hopefully laid some ground work for a generic "check" routine, where you can supply your check function and it will "hook" into the system with a standard approach. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
test_chk/runner: - Fixed runner to work on a linux system (tested on Debian, Lenny). - Needed to use WEXITSTATUS to read the return value from a unix system. More... almost 15 years ago
doc: - Updated the README to refer to "FCTest" not "FCT". - Fixed some grammatical errors. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
package: - Merge in simple "package builder". At the moment this is a makefile that goes through the process of building files that we distribute for download. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions. More... almost 15 years ago
documentation: - Organized what I think will be the final layout. - Still needs some more "Sphinx" tweaks, but for the most part its all there. More... almost 15 years ago