2012-10-19 |
Thomas M. Hermann | Update print-failure and print-error to handle various...
|
commit | commitdiff | tree |
2012-10-16 |
Thomas M. Hermann | Unpdated norms with internal unit tests.
|
commit | commitdiff | tree |
2012-10-16 |
Thomas M. Hermann | Obsolete call to get-tagged-tests in run-tags.
|
commit | commitdiff | tree |
2012-10-16 |
Thomas M. Hermann | Clean up sumsq sump.
|
commit | commitdiff | tree |
2012-10-16 |
Thomas M. Hermann | Implement default-epsilon for sequences using LOOP.
|
commit | commitdiff | tree |
2012-10-16 |
Thomas M. Hermann | Miscellaneous clean-up.
|
commit | commitdiff | tree |
2012-10-15 |
Thomas M. Hermann | Match the ASDF definition version to the code.
|
commit | commitdiff | tree |
2012-10-15 |
Thomas M. Hermann | Use the string name of the test for documentation if...
|
commit | commitdiff | tree |
2012-10-14 |
Thomas M. Hermann | Correct merge edit typo.
|
commit | commitdiff | tree |
2012-10-14 |
Thomas M. Hermann | Merge branch 'devel-0.9.0'
|
commit | commitdiff | tree |
2012-10-14 |
Thomas M. Hermann | Unmatched right parenthesis and bad format split in...
|
commit | commitdiff | tree |
2012-10-14 |
Thomas M. Hermann | Update remove-tests to also from the tests from tag...
|
commit | commitdiff | tree |
2012-10-13 |
Thomas M. Hermann | Merge failure-control-string with print-failure.
|
commit | commitdiff | tree |
2012-10-13 |
Thomas M. Hermann | Expanded on new features in 0.9.0 in the README.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Add a documentation string to the unit test object.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Initial implementation of test tags.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Functions for managing the tags DB.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Parse tag definitions in the unit test body.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Define a unit test class to store code and documentation.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Fix typos in the 'How to use' comment, correct reference...
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Update the simplified interface link in the README
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Update get-tests and get-test-code for managing tests.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Describe and link to the simplified interface in the...
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Compatibility version 0.8.1.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Warn if no test are defined in the package.
|
commit | commitdiff | tree |
2012-10-10 |
Thomas M. Hermann | Correct some bugs with the resurrected API.
|
commit | commitdiff | tree |
2012-10-09 |
Thomas M. Hermann | Roll back the run-tests,run-all-tests,remove-tests...
|
commit | commitdiff | tree |
2012-10-09 |
Thomas M. Hermann | Wrap the new run-tests function in the old interface.
|
commit | commitdiff | tree |
2012-10-08 |
Thomas M. Hermann | Version 0.8.0
|
commit | commitdiff | tree |
2012-10-08 |
Thomas M. Hermann | Remove the obsolete lisp-unit documentation.
|
commit | commitdiff | tree |
2012-10-08 |
Thomas M. Hermann | Print the summary when any print parameter is true.
|
commit | commitdiff | tree |
2012-10-08 |
Thomas M. Hermann | Update the README file to reflect new tasks and link...
|
commit | commitdiff | tree |
2012-10-08 |
Thomas M. Hermann | Always summarize the results.
|
commit | commitdiff | tree |
2012-10-08 |
Thomas M. Hermann | Export functions for reporting test results.
|
commit | commitdiff | tree |
2012-10-08 |
Thomas M. Hermann | Added the my-sqrt example test.
|
commit | commitdiff | tree |
2012-10-07 |
Thomas M. Hermann | Print parameters and format for failures, summary,...
|
commit | commitdiff | tree |
2012-10-06 |
Thomas M. Hermann | Print the summary count totals with the representation...
|
commit | commitdiff | tree |
2012-10-06 |
Thomas M. Hermann | Improve the results summary.
|
commit | commitdiff | tree |
2012-10-06 |
Thomas M. Hermann | Minimal implementation with new interface and updated...
|
commit | commitdiff | tree |
2012-10-05 |
Thomas M. Hermann | Non-working patch with basic assertions updated.
|
commit | commitdiff | tree |
2012-10-02 |
Thomas M. Hermann | Convert run-tests and run-all-tests to functions.
|
commit | commitdiff | tree |
2012-10-02 |
Thomas M. Hermann | Code comment.
|
commit | commitdiff | tree |
2012-04-22 |
Thomas M. Hermann | Convert expand-extras to a macro.
|
commit | commitdiff | tree |
2012-04-21 |
Thomas M. Hermann | Perform the MACROEXPAND-1 of the macro form in the...
|
commit | commitdiff | tree |
2012-04-21 |
Thomas M. Hermann | Convert expand-output-form to a macro.
|
commit | commitdiff | tree |
2012-04-21 |
Thomas M. Hermann | Remove the lexical environment variable from assert...
|
commit | commitdiff | tree |
2012-04-20 |
Thomas M. Hermann | Correct the floating point extension exports.
|
commit | commitdiff | tree |
2012-04-20 |
Thomas M. Hermann | Test on the first expansion using MACROEXPAND-1.
|
commit | commitdiff | tree |
2012-04-20 |
Thomas M. Hermann | Convert expand-error-form to a macro.
|
commit | commitdiff | tree |
2012-04-19 |
Thomas M. Hermann | Expansion of expand-assert for an output type assertion.
|
commit | commitdiff | tree |
2012-04-19 |
Thomas M. Hermann | Expansion of expand-assert for a macro type assertion.
|
commit | commitdiff | tree |
2012-04-19 |
Thomas M. Hermann | Merge branch 'refined-internal-data-structures' into...
|
commit | commitdiff | tree |
2012-04-19 |
Thomas M. Hermann | Test expand-assert and generalize text-macro-expansions.
|
commit | commitdiff | tree |
2012-04-13 |
Thomas M. Hermann | Organize the files to differentiate extensions from...
|
commit | commitdiff | tree |
2012-04-09 |
Thomas M. Hermann | Organize the export lists in the package definition.
|
commit | commitdiff | tree |
2012-04-09 |
Thomas M. Hermann | Specify the type of *GENSYM-COUNTER* to make SBCL happy.
|
commit | commitdiff | tree |
2011-12-12 |
Thomas M. Hermann | Updated the README file.
|
commit | commitdiff | tree |
2011-12-12 |
Thomas M. Hermann | Initial implementation of the internal testing functions.
|
commit | commitdiff | tree |
2011-12-12 |
Thomas M. Hermann | Configure so that the core lisp-unit routines are in...
|
commit | commitdiff | tree |
2011-04-09 |
Thomas M. Hermann | Merge branch 'internal-testing' into literal-function-bug
|
commit | commitdiff | tree |
2011-04-09 |
Thomas M. Hermann | First draft of the literal function bug fix.
|
commit | commitdiff | tree |
2011-04-09 |
Thomas M. Hermann | Use MACROEXPAND-1 instead of MACROEXPAND for the internal...
|
commit | commitdiff | tree |
2011-04-09 |
Thomas M. Hermann | Update copyright and a little formatting.
|
commit | commitdiff | tree |
2011-02-15 |
Thomas M. Hermann | Interim fix for the literal function bug.
|
commit | commitdiff | tree |
2011-02-15 |
Thomas M. Hermann | Fundamental testing of the core assertions in lisp...
|
commit | commitdiff | tree |
2010-09-16 |
Thomas M. Hermann | Removed the sharp-sign quote from the LAMBDA functions.
|
commit | commitdiff | tree |
2010-09-16 |
Thomas M. Hermann | Aesthetic cleanup, nothing substantial changed.
|
commit | commitdiff | tree |
2010-09-14 |
Thomas M. Hermann | Updated the TODO list.
|
commit | commitdiff | tree |
2010-09-14 |
Thomas M. Hermann | Corrected the dependencies for rational.lisp.
|
commit | commitdiff | tree |
2010-09-14 |
Thomas M. Hermann | Copyright refresh, mild formatting, and comments.
|
commit | commitdiff | tree |
2010-09-12 |
Thomas M. Hermann | A README file for github.
|
commit | commitdiff | tree |
2010-03-08 |
Thomas M. Hermann | Corrected the 1.0 = 0.99999 sigfig-equal bug.
|
commit | commitdiff | tree |
2010-02-25 |
Thomas M. Hermann | Convert TODO list back into simple text.
|
commit | commitdiff | tree |
2010-01-19 |
Thomas M. Hermann | Convert the TODO list into an Org Mode file.
|
commit | commitdiff | tree |
2010-01-19 |
Thomas M. Hermann | Updated the documentation for the floating point extensions.
|
commit | commitdiff | tree |
2009-07-24 |
Thomas M. Hermann | Converted sigfig-equal to a generic function.
|
commit | commitdiff | tree |
2009-06-04 |
Thomas M. Hermann | Updated the TODO list.
|
commit | commitdiff | tree |
2009-06-04 |
Thomas M. Hermann | Expanded the predicate and assertion interface.
|
commit | commitdiff | tree |
2009-06-03 |
Thomas M. Hermann | Updated NUMBER-EQUAL per Liam Healy's suggestions to...
|
commit | commitdiff | tree |
2009-04-30 |
Thomas M. Hermann | Removed the error condition from NUMBER-EQUAL.
|
commit | commitdiff | tree |
2009-04-30 |
Thomas M. Hermann | Updated routines to handle complex numbers with integer...
|
commit | commitdiff | tree |
2009-04-22 |
Thomas M. Hermann | Implementations of NUMERICAL-EQUAL for mixed list/vector...
|
commit | commitdiff | tree |
2009-04-15 |
Thomas M. Hermann | Added generation of a tutorial as the top TODO priority.
|
commit | commitdiff | tree |
2009-04-15 |
Thomas M. Hermann | Implemented NUMERICAL-EQUAL as a generic function.
|
commit | commitdiff | tree |
2009-04-14 |
Thomas M. Hermann | Floating point data functions.
|
commit | commitdiff | tree |
2009-04-14 |
Thomas M. Hermann | Added a sequence predicate and assertion.
|
commit | commitdiff | tree |
2009-04-06 |
Thomas M. Hermann | Bug fix for NORMALIZE-FLOAT, SEQUENCE-ERROR and ARRAY...
|
commit | commitdiff | tree |
2009-04-04 |
Thomas M. Hermann | TODO list update for 2009-04-04.
|
commit | commitdiff | tree |
2009-04-04 |
Thomas M. Hermann | Documentation for the floating point extensions.
|
commit | commitdiff | tree |
2009-04-04 |
Thomas M. Hermann | Use DO instead of DOTIMES in SEQUENCE-ERROR and ARRAY...
|
commit | commitdiff | tree |
2009-03-23 |
Thomas M. Hermann | Added unit testing of LISP-UNIT to TODO list.
|
commit | commitdiff | tree |
2009-03-17 |
Thomas M. Hermann | Added a TODO file to the repository.
|
commit | commitdiff | tree |
2009-03-16 |
Thomas M. Hermann | Created a .gitignore file so that FASL files are ignored.
|
commit | commitdiff | tree |
2009-03-16 |
Thomas M. Hermann | Implemented diagnostic functions for numbers, sequences...
|
commit | commitdiff | tree |
2009-03-10 |
Thomas M. Hermann | Added a reference in the documentation to the original...
|
commit | commitdiff | tree |
2009-03-10 |
Thomas M. Hermann | Minimum edits to update documentation for the fork.
|
commit | commitdiff | tree |
2009-03-10 |
Thomas M. Hermann | Original LISP-UNIT documentation from Chris Riesbeck.
|
commit | commitdiff | tree |
2009-03-09 |
Thomas M. Hermann | Eliminated redundant type testing.
|
commit | commitdiff | tree |
2009-03-09 |
Thomas M. Hermann | Specified ELEMENT-TYPE of the displaced arrays in ARRAY...
|
commit | commitdiff | tree |
2009-03-06 |
Thomas M. Hermann | [project @ Added a copyright statement and cleaned...
|
commit | commitdiff | tree |