openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
fctx
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 10 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
ENH: FCTMF - Documentation. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 15 years ago
ENH: FCTMF - No longer need to "define" a suite.
ian-blumel
More...
over 15 years ago
Clean up NEWS. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 15 years ago
Checks against VC6/VC9.
ian-blumel
as Ian Blumel
More...
over 15 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 15 years ago
Apply ASTYLE for last commit. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 15 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.
ian-blumel
More...
over 15 years ago
Running ASTYLE on previous commit. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 15 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.
ian-blumel
More...
over 15 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.
ian-blumel
More...
over 15 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.
ian-blumel
More...
over 15 years ago
standard logger: - Fixed regression that dropped the "nice" ........ PASS lines.
ian-blumel
More...
over 15 years ago
DOC: Cosmetic clean up. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 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.
ian-blumel
More...
over 15 years ago
CMAKE: When running test_chk, use ./test_chk on non-windows systems. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 15 years ago
Fixed formatting from previous commit. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
as Ian Blumel
More...
over 15 years ago
Checking against VC6.
ian-blumel
as Ian Blumel
More...
over 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.
ian-blumel
More...
over 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.
ian-blumel
More...
over 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.
ian-blumel
More...
over 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).
ian-blumel
More...
over 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.
ian-blumel
More...
over 15 years ago
#398286: Fixed _MSV_VER to _MSC_VER for fixing _vsnprintf. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 15 years ago
Fix spelling mistake in NEWS. ---------------------------------------------------------- e --include-merges or -n0 to see merged revisions.
ian-blumel
More...
over 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.
ian-blumel
More...
over 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.
ian-blumel
More...
over 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.
ian-blumel
More...
over 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.
ian-blumel
More...
over 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.
ian-blumel
More...
over 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.
ian-blumel
More...
over 15 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree