summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a reference to gdtoa, for doing expected conversion of double to amount.John Wiegley2008-04-131-14/+16
|
* Miscellaneous changesJohn Wiegley2008-04-131-1/+1
|
* Miscellaneous changesJohn Wiegley2008-04-131-0/+1
|
* Added python tests.John Wiegley2008-04-131-6/+28
|
* Miscellaneous changesJohn Wiegley2008-04-131-0/+8
|
* Miscellaneous changesJohn Wiegley2008-04-131-1/+1
|
* Cleared out all warnings; started work on getting Python up again.John Wiegley2008-04-131-7/+30
|
* Removed all uses of PCH (which was far more trouble than it was worth).John Wiegley2008-04-131-47/+0
|
* Removed dump.cc, dump.h.John Wiegley2008-04-131-2/+0
|
* Check in all changes made so far toward 3.0.John Wiegley2008-04-131-71/+120
|
* changesJohn Wiegley2008-04-131-1/+1
|
* *** empty log message ***John Wiegley2008-04-131-1/+1
|
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-2/+4
| | | | not fully correct.
* *** empty log message ***John Wiegley2008-04-131-0/+35
|
* *** empty log message ***John Wiegley2008-04-131-3/+4
|
* Several fixes to lot price handling.John Wiegley2008-04-131-0/+2
|
* Added --ansi and --ansi-invert options.John Wiegley2008-04-131-1/+1
|
* *** empty log message ***John Wiegley2008-04-131-1/+0
|
* Added much better error location.John Wiegley2008-04-131-0/+1
|
* Added a DATETIME value type.John Wiegley2008-04-131-1/+1
|
* *** empty log message ***John Wiegley2008-04-131-1/+1
|
* Began support for improved commodity handling.John Wiegley2008-04-131-4/+9
|
* (read_binary_journal): Fixed a tiny memory leak when reading from aJohn Wiegley2008-04-131-11/+31
| | | | binary cache.
* Checked in all major updates.John Wiegley2008-04-131-7/+1
|
* *** empty log message ***John Wiegley2008-04-131-0/+3
|
* *** empty log message ***John Wiegley2008-04-131-1/+4
|
* *** empty log message ***John Wiegley2008-04-131-1/+1
|
* *** empty log message ***John Wiegley2008-04-131-1/+2
|
* Added build logic for the Emacs file.John Wiegley2008-04-131-0/+5
|
* Removed Python integration support.John Wiegley2008-04-131-50/+2
|
* *** empty log message ***John Wiegley2008-04-131-1/+2
|
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-22/+25
| | | | | The command-line version is still statically bound in the build process by default (for the sake of speed).
* *** empty log message ***John Wiegley2008-04-131-0/+15
|
* (HAVE_LIBOFX_VALUE): Added LIBOFX support to the Python build.John Wiegley2008-04-131-0/+7
|
* *** empty log message ***John Wiegley2008-04-131-1/+2
|
* Added an Emacs formatter, accessible with the new "emacs" command.John Wiegley2008-04-131-0/+2
|
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-0/+8
| | | | real-world testing.
* Added framework for an auto-reconcile command. Useful primarily forJohn Wiegley2008-04-131-0/+2
| | | | GUI developers.
* *** empty log message ***John Wiegley2008-04-131-0/+4
|
* (libledger_a_CXXFLAGS): Define -DHAVE_XMLPARSE=1 if the configure fileJohn Wiegley2008-04-131-0/+1
| | | | did.
* updated to version 2.0John Wiegley2008-04-131-0/+109
|
* changesJohn Wiegley2008-04-131-106/+0
|
* conditionalized the reference to xmlparse and xmltok from setup.pyJohn Wiegley2004-09-241-0/+8
|
* fix to entryJohn Wiegley2004-09-241-1/+1
|
* added rules to install headers and Python moduleJohn Wiegley2004-09-231-5/+47
|
* a bit more refactoringJohn Wiegley2004-09-231-3/+3
|
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-4/+4
|
* added all-clean target to Makefile.am; wipes out just about everything!John Wiegley2004-09-231-0/+9
|
* main.py (via ledger.so) and main.cc can now use the same shared libraryJohn Wiegley2004-09-141-44/+15
|
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-1/+1
|