summaryrefslogtreecommitdiff
path: root/acconf.h.in
Commit message (Collapse)AuthorAgeFilesLines
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-4/+0
| | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers.
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-131-0/+6
| | | | | | back a useless version of the register command (just to prove the command sequence); and added smart XML semantics to the XPath implementation so that nodes can be coerced to values.
* Changed date parser to use lex/yacc.John Wiegley2008-04-131-0/+4
|
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-6/+0
|
* Added all of the files necessary for building with configure (i.e., soJohn Wiegley2008-04-131-0/+91
running acprep is not necessary).