Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use #pragma once | Alexis Hildebrandt | 2023-04-10 | 1 | -4/+1 |
| | |||||
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Change header guard names to use `INCLUDED_` prefix | Phil Newton | 2022-04-06 | 1 | -3/+3 |
| | | | | Fixes #2049 | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [ledger] Remove --cache option | Alexis Hildebrandt | 2015-02-18 | 1 | -99/+0 |
| | | | | and all boost serialisation related code. | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -8/+8 |
| | |||||
* | Allow serialization to be enabled again | John Wiegley | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -1/+13 |
| | |||||
* | Made join_args() a global function | John Wiegley | 2012-03-13 | 1 | -0/+15 |
| | |||||
* | Fixed a bug that was breaking optimized builds | John Wiegley | 2012-03-11 | 1 | -5/+0 |
| | |||||
* | Many options now have additive effect | John Wiegley | 2012-03-07 | 1 | -1/+4 |
| | | | | | | | | | For example, -A and -V used to override each other, whereas now: -A report the average amount -V report all amounts at current value -AV report the current value of the average -VA report the average of all current values | ||||
* | Added a DEBUG statement | John Wiegley | 2012-03-07 | 1 | -0/+2 |
| | |||||
* | Removed unnecessary method definition | John Wiegley | 2012-03-07 | 1 | -4/+0 |
| | |||||
* | Added an empty_scope_t utility class | John Wiegley | 2012-03-07 | 1 | -0/+11 |
| | |||||
* | Whitespace fixes | John Wiegley | 2012-03-07 | 1 | -5/+3 |
| | |||||
* | Added symbol_t::operator==() | John Wiegley | 2012-03-06 | 1 | -0/+3 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-03-06 | 1 | -2/+1 |
| | |||||
* | Fixed invocation of lambda expressions | John Wiegley | 2012-03-05 | 1 | -5/+19 |
| | | | | | | | | | foo = x, y, z -> print(x, y, z) foo(1, 2, 3) However, this still does not work: (x, y, z -> print(x, y, z))(1, 2, 3) | ||||
* | Re-enabled some necessary code | John Wiegley | 2012-03-01 | 1 | -2/+0 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Comment out unneeded code | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | The new SCOPE mechanism is working | John Wiegley | 2012-02-21 | 1 | -0/+2 |
| | |||||
* | Fixes for variable shadowing (24/28) | John Wiegley | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Added some debug code | John Wiegley | 2011-02-10 | 1 | -0/+6 |
| | |||||
* | Scopes can now provide a description of themselves | John Wiegley | 2010-06-24 | 1 | -0/+28 |
| | | | | | | This isn't being used yet, but it likely will to improve the information presented to users if their value expressions fail to compile or evaluate. | ||||
* | Value scopes now take a parent scope for chaining | John Wiegley | 2010-06-24 | 1 | -2/+3 |
| | |||||
* | Fixed bug that had broken any() and all() | John Wiegley | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Report error context in expressions more precisely | John Wiegley | 2010-06-13 | 1 | -5/+11 |
| | |||||
* | Fixes to scope.h for the sake of Boost.Serialization | John Wiegley | 2010-06-13 | 1 | -2/+21 |
| | |||||
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -66/+267 |
| | |||||
* | Expression evaluations now have a "type context" | John Wiegley | 2010-06-13 | 1 | -3/+28 |
| | | | | | | | | | Thus, an expression can know if the context in which it's being evaluated requires a string, and if so, determine it's output accordingly. For example: account ; returns the full name of the posting's account account.total ; here the context is SCOPE, so account is an obj | ||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -12/+12 |
| | |||||
* | Added value_scope_t, for wrapping a value in a scope | John Wiegley | 2010-05-30 | 1 | -0/+24 |
| | | | | | The value expression "value" may be used to extract the wrapped value. This is currently only used by the upcoming --group-title-format option. | ||||
* | Added more iterator methods to call_scope_t | John Wiegley | 2010-05-08 | 1 | -0/+11 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Very minor but easy optimization for symbol_scope_t | John Wiegley | 2009-11-24 | 1 | -1/+1 |
| | | | | | | | Lots of symbol_scope_t throwaway objects get created during value expression calculation, and 99% of them are never used. Therefore, the std::map which each contains is now within an optional<> wrapper, so that no constructor happens unless one is actually used. | ||||
* | Redesigned the format_t class | John Wiegley | 2009-11-09 | 1 | -1/+2 |
| | |||||
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -39/+0 |
| | |||||
* | Moved journal reading code into journal_t | John Wiegley | 2009-11-05 | 1 | -0/+2 |
| | |||||
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -15/+78 |
| | | | | | | | | | | | | | | | | | | | | | The different namespaces are: Function Value expression functions, which receive a "context" Option Command-line options Precommand Commands which are invoked before reading the journal Command Commands which are invoked after reading the journal Directive Directives that occur at column 0 in a data file This greatly eases the ability for Python uses to add intercept hooks to change how the basic Ledger module functions. An example of what should be possible soon: import ledger def my_foo_handler(value): print "--foo received:", value ledger.add_handler(ledger.Option, "foo=", my_foo_handler) | ||||
* | Added value_t::push_front | John Wiegley | 2009-11-04 | 1 | -0/+3 |
| |