summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix comment in display_filter_posts::output_rounding(post_t)Christophe Rhodes2012-11-061-3/+5
| | | | | | | | | | slightly more detail in the case of zero display_amount and --empty not specified.
* | Guard against global_scope being NULLJohn Wiegley2012-10-311-1/+2
| |
* | Merge pull request #97 from enderw88/Bug726-727-draft-and-lisp-commandJohn Wiegley2012-10-311-2/+9
|\ \ | | | | | | Added "draft" and "lisp" command synonyms
| * | Added missing break; statement in report.ccCraig Earls2012-10-261-0/+1
| | |
| * | Added "draft" and "lisp" command synonymsCraig Earls2012-10-261-2/+8
| | |
* | | Corrected a typoJohn Wiegley2012-10-311-2/+2
| | |
* | | Merge pull request #96 from enderw88/Bug634-floor-ceil-roundJohn Wiegley2012-10-267-3/+78
|\| | | | | | | | Bug 634 and 488, Corrected behavior of floor, and added ceiling
| * | Bug 634 and 488, Corrected behavior of floor, and added ceilingCraig Earls2012-10-257-3/+78
| | | | | | | | | | | | This is only a partial fix for 634, since rounding is not fixed.
* | | Merge pull request #95 from enderw88/Bug695-init-fileJohn Wiegley2012-10-255-5/+47
|\| | | | | | | | Bug695 init file
| * | Fixes Bug 695, ledger ignores --init-fileCraig Earls2012-10-253-4/+18
| | | | | | | | | | | | | | | | | | Handle --init-file as a special command option like the debug options. That wway we can have the argument captured before teh global scope is created.
| * | Added filebase and filepath valuesCraig Earls2012-10-231-1/+21
| | | | | | | | | | | | | | | | | | 'filename' returns the complete path/filename of the file containg the current xact. This is inconvenient for some displays. filebase returns only the base name. For completeness added filepath as well.
| * | Implemented Bug551 Automatic Transactions are cleared base on parentCraig Earls2012-10-231-0/+8
| | |
* | | fix bucket directive (bug 765)Johann Klähn2012-10-231-4/+4
|/ / | | | | | | | | | | | | | | This was caused by both 'A' and 'bucket' using default_account_directive. This function was still stripping the 'A' directive, so the first character of the account name used with 'bucket' was cut off. Maybe the code for the other directives should be changed accordingly for consistency (put line + 1 in call instead of function).
* | fix account mapping in csv conversionJohann Klähn2012-10-181-1/+1
| | | | | | | | | | | | | | By using payees_for_unknown_accounts instead of account_mappings in csv.cc ledger will have the same behaviour as in `ledger -f - print` in that it uses payee fields in account directives to rewrite the account.
* | Fix compilation warning: ensure a destructor is properly defined to avoidHyrum Wright2012-08-142-0/+5
| | | | | | | | compiler confusion.
* | Fix compilation warning: be sure we call the base class copy constructor.Hyrum Wright2012-08-141-1/+1
| |
* | Resolve account.date to latest post in the accountJohn Wiegley2012-08-091-1/+3
| |
* | Always store absolute paths internallyJohn Wiegley2012-08-022-9/+8
| |
* | Don't use __has_feature in utils.ccJohn Wiegley2012-08-021-4/+4
| |
* | Guard some function definitions for ASanJohn Wiegley2012-07-301-0/+8
| |
* | Fixed a subtle memory overwriteJohn Wiegley2012-06-271-8/+10
|/ | | | Fixes #608
* Also using Clang's PCH with my "cxx" compilerJohn Wiegley2012-05-271-1/+1
|
* Fixed a reference to HAVE_EDITJohn Wiegley2012-05-202-7/+6
|
* Removed an unnecessary #defineJohn Wiegley2012-05-201-1/+0
|
* Make profiling builds work with ClangJohn Wiegley2012-05-201-1/+0
|
* Guard against an incorrect use of assert()John Wiegley2012-05-201-1/+1
|
* Changed all ASSERTS_ON -> !NO_ASSERTSJohn Wiegley2012-05-203-8/+5
|
* A few more CMake-related fixesJohn Wiegley2012-05-202-5/+2
|
* Work around inclusion ordering bug with XpressiveJohn Wiegley2012-05-202-4/+3
|
* Work around collision between Format's put & GraphJohn Wiegley2012-05-207-222/+178
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-2061-242/+541
|
* Fixed a variable name shadowingJohn Wiegley2012-05-181-2/+2
|
* Added a "json" report commandJohn Wiegley2012-05-184-6/+27
|
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-1826-334/+228
|
* Switch to using Boost.FormatJohn Wiegley2012-05-1436-440/+245
|
* Improved detection of iostream's eof() conditionJohn Wiegley2012-05-142-2/+4
|
* Fixed a hidden memory corruption bugJohn Wiegley2012-05-141-4/+4
|
* Added a * for cleared entries in the time reportJohn Wiegley2012-05-101-4/+7
|
* Merge branch 't/checkout_cleared' into nextJohn Wiegley2012-05-105-12/+24
|\
| * Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-075-12/+24
| |
* | Made some code in option.h a bit saferJohn Wiegley2012-05-071-1/+1
|/
* Made some of the value term parsing code more resilientJohn Wiegley2012-04-281-5/+7
|
* Silenced a warning in the very latest ClangJohn Wiegley2012-04-281-3/+0
|
* Changed a const string map key to stringJohn Wiegley2012-04-282-12/+12
|
* Added support for building with Clang and libc++ in C++11John Wiegley2012-04-283-6/+8
|
* #if 0'd out some unused codeJohn Wiegley2012-04-251-0/+2
|
* Resolve some issues with proof buildsJohn Wiegley2012-04-153-8/+18
|
* Add 'data' member to account/journal objectsJohn Wiegley2012-04-133-5/+23
|
* Make --detail a synonym for --rich-dataJohn Wiegley2012-04-131-1/+1
|
* Started work on a "views" report document modelJohn Wiegley2012-04-083-0/+720
|