summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Many changes.John Wiegley2008-04-131-136/+103
|
* Completed documentation for balance.h.John Wiegley2008-04-131-1/+1
|
* Corrected configure.in.John Wiegley2008-04-131-65/+64
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Upgraded automake file.John Wiegley2008-04-131-71/+27
|
* Added --boost-suffix.John Wiegley2008-04-131-28/+7
|
* Added --enable-boost-d flag.John Wiegley2008-04-131-1/+14
|
* Added --enable-boost-sd for linking about the static/debug variant of Boost.John Wiegley2008-04-131-31/+46
|
* Major restructuring of the value_t class.John Wiegley2008-04-131-20/+20
|
* Corrected build problems.John Wiegley2008-04-131-0/+29
|
* Merged ../commodity_poolJohn Wiegley2008-04-131-1/+1
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-1/+22
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-131-1/+1
|
* Did more work on the utility code.John Wiegley2008-04-131-0/+21
|
* Rearranged the sources a bit.John Wiegley2008-04-131-1/+1
|
* Changes to make 'make dist' work.John Wiegley2008-04-131-1/+1
|
* Everything works with optimization turned on now.John Wiegley2008-04-131-1/+1
|
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-8/+17
| | | | | 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-39/+39
| | | | | | 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/+9
|
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-3/+45
|
* Updated version numberJohn Wiegley2008-04-131-1/+1
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* make distcheck now works.John Wiegley2008-04-131-2/+5
|
* Added a reference to gdtoa, for doing expected conversion of double to amount.John Wiegley2008-04-131-1/+2
|
* Removed all uses of PCH (which was far more trouble than it was worth).John Wiegley2008-04-131-10/+0
|
* Check in all changes made so far toward 3.0.John Wiegley2008-04-131-3/+13
|
* changesJohn Wiegley2008-04-131-2/+2
|
* *** empty log message ***John Wiegley2008-04-131-1/+1
|
* Added --ansi and --ansi-invert options.John Wiegley2008-04-131-2/+2
|
* (read_binary_journal): Fixed a tiny memory leak when reading from aJohn Wiegley2008-04-131-5/+67
| | | | binary cache.
* Checked in all major updates.John Wiegley2008-04-131-9/+0
|
* *** empty log message ***John Wiegley2008-04-131-0/+9
|
* Added build logic for the Emacs file.John Wiegley2008-04-131-0/+3
|
* Removed Python integration support.John Wiegley2008-04-131-40/+0
|
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-3/+2
| | | | | The command-line version is still statically bound in the build process by default (for the sake of speed).
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-2/+2
| | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior.
* *** empty log message ***John Wiegley2008-04-131-10/+37
|
* *** empty log message ***John Wiegley2008-04-131-2/+2
|
* minor bit twiddlingJohn Wiegley2008-04-131-2/+2
|
* Added -lpython$PYTHON_VERSION to the LIBS line. The way things were,John Wiegley2008-04-131-1/+1
| | | | the boost test would always fail.
* *** empty log message ***John Wiegley2008-04-131-0/+39
|
* Changes to support building with gcc 2.95.John Wiegley2008-04-131-18/+0
|
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-0/+29
| | | | real-world testing.
* Check for `realpath' function, used by the new "output" command. IfJohn Wiegley2008-04-131-5/+1
| | | | it's not available, filename matching must be exact.
* *** empty log message ***John Wiegley2008-04-131-1/+1
|
* Fixed check for libxmlparse.John Wiegley2008-04-131-1/+2
|
* *** empty log message ***John Wiegley2008-04-131-0/+2
|
* Changed all of the library tests into actual compile/link tests, toJohn Wiegley2008-04-131-16/+74
| | | | | | ensure that the compilation environment is what it needs to be. Also, added a test to make sure the C++ compiler has some basic features, since gcc2.95 will not work.
* Check for libxmlparse.a using a compile test instead of a link test.John Wiegley2008-04-131-7/+33
| | | | This is much less ambiguous.