index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.am
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added feature baseline tests
John Wiegley
2009-02-20
1
-4
/
+12
|
|
|
|
|
|
These are like regression tests to confirm the basic functionality of every Ledger feature. Also, made the release-distcheck target less sensitive.
*
Moved around some functions for clarity
John Wiegley
2009-02-16
1
-0
/
+1
|
*
Properly handle UTF-8 characters in commodity strings.
John Wiegley
2009-02-12
1
-0
/
+1
|
*
make clean should remove system.hh.gch from the source tree.
John Wiegley
2009-02-12
1
-1
/
+1
|
*
Wired up the "entry" command from 2.x, though it still needs to be ported.
John Wiegley
2009-02-10
1
-2
/
+0
|
*
Removed the balance_pair_t type, since it's now an unneeded abstraction.
John Wiegley
2009-02-09
1
-2
/
+0
|
|
|
|
|
This type was a holdback from the days before the amount_expr was used everywhere to determine a transaction's value.
*
Corrected libraries dependencies for some of the unit tests.
John Wiegley
2009-02-09
1
-2
/
+2
|
*
Attribute lookup on a Value object which is a Scope now searches the scope.
John Wiegley
2009-02-08
1
-0
/
+1
|
*
Temporarily stub out the Python unit tests.
John Wiegley
2009-02-08
1
-7
/
+7
|
*
Removed a great many unnecessary Boost.Python files.
John Wiegley
2009-02-07
1
-21
/
+3
|
*
Threw away the "multiple parser" infrastructure.
John Wiegley
2009-02-07
1
-2
/
+0
|
*
More revision to the way options are handled; reworked CSV command.
John Wiegley
2009-02-07
1
-36
/
+32
|
*
Removed an unnecessary variable setting in the Makefile.
John Wiegley
2009-02-07
1
-3
/
+0
|
*
Removed --reconcile and --reconcile-date.
John Wiegley
2009-02-07
1
-3
/
+0
|
*
Added stubs for all the Python integration classes.
John Wiegley
2009-02-06
1
-9
/
+41
|
*
Removed the now unused pushvar.h file.
John Wiegley
2009-02-06
1
-1
/
+0
|
*
Removed use of sudo in the Makefile.
John Wiegley
2009-02-06
1
-3
/
+3
|
*
Moved some files around.
John Wiegley
2009-02-05
1
-26
/
+6
|
*
Removed debugging code from the Makefile.
John Wiegley
2009-02-05
1
-3
/
+1
|
*
Moved work.cc and global_scope_t into a new global.cc file.
John Wiegley
2009-02-05
1
-2
/
+2
|
*
Quiet down the python module build.
John Wiegley
2009-02-05
1
-3
/
+4
|
*
Quiet the make output when rebuilding TAGS.
John Wiegley
2009-02-05
1
-3
/
+2
|
*
Moved ptristream into its own file.
John Wiegley
2009-02-04
1
-0
/
+1
|
*
Removed README.textile when building the distribution tarball.
John Wiegley
2009-02-03
1
-1
/
+1
|
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-31
/
+3
|
*
Removed explicit boost suffix from Makefile.am.
John Wiegley
2009-02-03
1
-2
/
+2
|
*
Another fix to the link order.
John Wiegley
2009-02-03
1
-5
/
+5
|
*
For systems without cppunit, make fullcheck just does a make check.
John Wiegley
2009-02-03
1
-0
/
+5
|
*
Moved libextra into libreport.
John Wiegley
2009-02-03
1
-24
/
+5
|
*
Made use of the all_files macros in Makefile.am.
John Wiegley
2009-02-02
1
-4
/
+3
|
*
Reversed link order of Ledger's own libraries.
John Wiegley
2009-02-02
1
-15
/
+20
|
*
Moved 'fullcheck' script into tools/ directory.
John Wiegley
2009-02-02
1
-7
/
+9
|
*
Added missing header file reference to Makefile.am.
John Wiegley
2009-02-02
1
-0
/
+1
|
*
Moved error code into error.h.
John Wiegley
2009-02-02
1
-0
/
+1
|
*
Whitespace fix.
John Wiegley
2009-02-01
1
-8
/
+8
|
*
Fixed an extraneous backslash.
John Wiegley
2009-02-01
1
-3
/
+3
|
*
Moved the pre-commands to their own file, and created new "args" command.
John Wiegley
2009-02-01
1
-0
/
+1
|
*
Whitespace changes.
John Wiegley
2009-02-01
1
-55
/
+56
|
*
Moved chain_xact_handlers into its own file, chain.h and chain.cc.
John Wiegley
2009-02-01
1
-0
/
+2
|
*
Added a 'sloc' build target, for showing total lines of code.
John Wiegley
2009-02-01
1
-0
/
+3
|
*
Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.
John Wiegley
2009-01-31
1
-1
/
+2
|
*
Fixes for release-distcheck.
John Wiegley
2009-01-31
1
-5
/
+6
|
*
Removed unnecessary #ifdef block. pyinterp.h now guards itself.
John Wiegley
2009-01-31
1
-7
/
+1
|
*
Make the 'benchmark' target depend on 'release'.
John Wiegley
2009-01-31
1
-4
/
+5
|
*
Changes to get release-distcheck working on my machine again.
John Wiegley
2009-01-31
1
-5
/
+3
|
*
Added a tools/ subdirectory, with various maintainer related files.
John Wiegley
2009-01-31
1
-0
/
+5
|
*
Added a dependency on mpfr.
John Wiegley
2009-01-30
1
-1
/
+1
|
*
Removed all dependency on gdtoa.
John Wiegley
2009-01-30
1
-46
/
+1
|
*
Created a new stream.h file for dealing with output streaming.
John Wiegley
2009-01-30
1
-0
/
+2
|
*
Changed the way that etags is invoked for 'make TAGS'.
John Wiegley
2009-01-29
1
-2
/
+3
|
[next]