Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor basic_flags_t to ledger::flags::basic_t | Alexis Hildebrandt | 2023-04-12 | 1 | -0/+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 |
| | |||||
* | Expose post_t::given_cost over python | Christoph Dittmann | 2019-01-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | This fixes #1655 by making the post_t::given_cost variable accessible over python. This allows access to the given cost of a posting. For example, here it will be "-2 EUR": A -2 XXX {1 EUR} [2018-01-01] @@ 2 EUR If a per-unit cost is given, the given_cost variable will still contain the cost of the posting. For example, here it will be "-4 EUR": B -2 XXX {1 EUR} [2018-01-01] @ 2 EUR | ||||
* | [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] | ||||
* | 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 |
| | |||||
* | Fix to Python value() method handling | John Wiegley | 2012-03-30 | 1 | -4/+3 |
| | |||||
* | Allow post.cost to work in Python | John Wiegley | 2012-03-29 | 1 | -4/+8 |
| | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Fixed problem with the Python build | John Wiegley | 2012-02-29 | 1 | -0/+3 |
| | |||||
* | Change occurrences of auxiliary_date to just aux_date | John Wiegley | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Disable the add_to_value method for Python | John Wiegley | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | Store metadata values as value_t instead of string | John Wiegley | 2010-06-12 | 1 | -4/+4 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -39/+39 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed an internal reference issue with Python | John Wiegley | 2009-11-14 | 1 | -1/+1 |
| | |||||
* | Set call policies for accessing post.xdata.account | John Wiegley | 2009-11-12 | 1 | -2/+4 |
| | |||||
* | Simplified passing of scope objects in Python | John Wiegley | 2009-11-05 | 1 | -2/+2 |
| | |||||
* | Made many object methods in Python properties | John Wiegley | 2009-11-05 | 1 | -2/+3 |
| | |||||
* | Simplified usage of Boost.Python in several cases | John Wiegley | 2009-11-05 | 1 | -2/+2 |
| | |||||
* | Added Python interface for post_t | John Wiegley | 2009-11-03 | 1 | -12/+129 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -2/+0 |
| | |||||
* | Moved python/*.cc files into src/ | John Wiegley | 2009-02-24 | 1 | -0/+64 |
This is because soon, I intend to have real Python source files in python/. |