summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Corrected build problems.John Wiegley2008-04-131-34/+148
|
* Merge branch 'master' of /Users/johnw/src/ledger/master/John Wiegley2008-04-131-43/+10
|
* Merged ../commodity_poolJohn Wiegley2008-04-131-0/+33
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-10/+88
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-131-10/+10
|
* Did more work on the utility code.John Wiegley2008-04-131-0/+78
|
* Rearranged the sources a bit.John Wiegley2008-04-131-1/+1
|
* Got make distcheck to work again.John Wiegley2008-04-131-1/+1
|
* Everything works with optimization turned on now.John Wiegley2008-04-131-10/+10
|
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-296/+66
| | | | | 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-73/+75
| | | | | | 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-24/+297
|
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-65/+126
|
* Updated version number.John Wiegley2008-04-131-10/+10
|
* Started adding commodity testsJohn Wiegley2008-04-131-1307/+522
|
* *** no comment ***John Wiegley2008-04-131-10/+10
|
* make distcheck now works.John Wiegley2008-04-131-10/+10
|
* make distcheck now works.John Wiegley2008-04-131-25/+28
|
* Added all of the files necessary for building with configure (i.e., soJohn Wiegley2008-04-131-0/+23754
running acprep is not necessary).