summaryrefslogtreecommitdiff
path: root/tools/proof
Commit message (Collapse)AuthorAgeFilesLines
* A few more CMake-related fixesJohn Wiegley2012-05-201-13/+13
|
* Don't run the proof build against Clang for nowJohn Wiegley2012-05-071-10/+10
|
* Fixes to the proofing processJohn Wiegley2012-04-271-2/+2
|
* Proof using both GCC and ClangJohn Wiegley2012-04-131-1/+8
|
* Minor changes to tools/proofJohn Wiegley2012-03-301-4/+3
|
* Output date to proof logJohn Wiegley2012-03-191-1/+3
|
* Send myself e-mail after a successful proof buildJohn Wiegley2012-03-061-4/+2
|
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-051-2/+2
| | | | | | | | | foo = x, y, z -> print(x, y, z) foo(1, 2, 3) However, this still does not work: (x, y, z -> print(x, y, z))(1, 2, 3)
* Proof both the Python and non-Python variantsJohn Wiegley2012-03-021-2/+6
|
* Build Python support during proof buildsJohn Wiegley2012-03-021-1/+1
|
* Use Clang to do proof buildsJohn Wiegley2012-03-021-1/+1
|
* Added e-mail notifications to tools/proofJohn Wiegley2012-02-241-1/+12
|
* Replaced missing }John Wiegley2012-02-191-1/+1
|
* Updated tools/proofJohn Wiegley2012-02-191-28/+29
|
* Don't build doxygen docs in tools/proofJohn Wiegley2012-02-171-1/+4
|
* Run proof build nice'dJohn Wiegley2011-03-301-1/+2
|
* Use g++ 4.6 by default locallyJohn Wiegley2011-03-281-1/+1
|
* Fixed an incorrect path in tools/proofJohn Wiegley2010-06-211-2/+2
|
* Extended proof/push to upload tarballs/gcovJohn Wiegley2010-06-151-3/+6
|
* Add support for typed metadataJohn Wiegley2010-06-121-1/+1
| | | | | | | | | | The metadata construct 'Key: Value' is now just a special case for 'Key:: "Value"'. Another after a :: in metadata setting is parsed as a full value expression and typed as such. For example: ; Key:: $400 + $500 ledger -l 'tag("Key") < $1000'
* Added --enable-cache, --enable-doxygen to acprepJohn Wiegley2010-06-121-1/+2
|
* Untabified all source filesJohn Wiegley2010-06-111-3/+3
|
* Added acprep option --universal, now off by defaultJohn Wiegley2010-06-021-1/+2
|
* If tools/proof succeeds, move proof.log into /tmpJohn Wiegley2009-11-151-0/+1
|
* Wrap the call to acprep proof in a call to "time"John Wiegley2009-11-021-1/+1
|
* In tools/proof, change into source directoryJohn Wiegley2009-11-011-0/+2
|
* Further refinements to tools/proofJohn Wiegley2009-11-011-2/+11
|
* Added an --alert option to tools/proofJohn Wiegley2009-11-011-1/+8
|
* Capture error code correctly in tools/proofJohn Wiegley2009-10-311-3/+5
|
* Improvements to tools/proofJohn Wiegley2009-10-311-5/+5
|
* Added tools/proof utility scriptJohn Wiegley2009-10-311-0/+11
|
* Rewrote acprep in Python and improved the buildJohn Wiegley2009-03-091-69/+0
|
* Several improvements to how directories are chosenJohn Wiegley2009-03-081-10/+12
|
* Modified the behavior of tools/proofJohn Wiegley2009-03-081-21/+21
| | | | | It now uses a copy of the source tree, so that I can keep working while proof is running. It takes a while.
* Don't run 'make fullcheck' for the gcov buildJohn Wiegley2009-03-071-4/+12
|
* In tools/proof, remove Products directories firstJohn Wiegley2009-03-071-0/+5
|
* Don't build a gprof version in tools/proofJohn Wiegley2009-03-041-4/+3
|
* Refactored tools/proofJohn Wiegley2009-03-021-54/+46
|
* Added a build step to tools/proofJohn Wiegley2009-02-281-0/+6
|
* Fixes to tools/proofJohn Wiegley2009-02-251-4/+52
|
* And more README updatesJohn Wiegley2009-02-211-1/+1
|
* Tools changes to build for multiple targetsJohn Wiegley2009-02-211-0/+9
This makes it easier for me to build a version of ledger with optimizations, one for coverage analysis, one for profiling, etc.