summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-1/+0
| | | | | This was from an earlier time, when it was intended to be used by Python. But it's not needed anymore.
* Restore the Doxygen documentation buildJohn Wiegley2009-11-111-1/+2
|
* Fixes to Python importing; removed "hello" precommandJohn Wiegley2009-11-101-3/+1
|
* query_t objects are now convertible to predicate_tJohn Wiegley2009-11-101-0/+1
|
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+2
|
* Redesigned the draft_t classJohn Wiegley2009-11-091-12/+12
|
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-1/+3
|
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-2/+0
|
* Removed several unneeded Python interface filesJohn Wiegley2009-11-041-5/+0
|
* Added Python interface for account_tJohn Wiegley2009-11-031-0/+1
|
* Renamed the DocTests to ManualTestsJohn Wiegley2009-11-021-7/+7
|
* Make the source directory available to all testsJohn Wiegley2009-11-021-5/+5
|
* Added DocTests to verify documentation examplesJohn Wiegley2009-11-011-1/+11
|
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-0/+2
|
* Moved autoconf-related files into toolsJohn Wiegley2009-10-301-0/+518
This makes it more certain that people cloning from Git will use acprep.