Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor python related types into ledger::python namespace | Alexis Hildebrandt | 2023-04-12 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | [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] | ||||
* | enable access to item's position in python bindings | Johann Klähn | 2015-06-09 | 1 | -2/+12 |
| | |||||
* | 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 |
| | |||||
* | Allow post.cost to work in Python | John Wiegley | 2012-03-29 | 1 | -6/+12 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Change occurrences of auxiliary_date to just aux_date | John Wiegley | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -5/+5 |
| | |||||
* | #if 0'd some unused Python bridge code | John Wiegley | 2012-02-17 | 1 | -0/+2 |
| | |||||
* | Boost.Python fixes now that item_t is abstract | John Wiegley | 2010-07-29 | 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 | -27/+27 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Made many object methods in Python properties | John Wiegley | 2009-11-05 | 1 | -6/+9 |
| | |||||
* | Added Python interface for an item_t enum | John Wiegley | 2009-11-03 | 1 | -0/+11 |
| | |||||
* | Added Python interface for post_t | John Wiegley | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Added Python interface for item_t | John Wiegley | 2009-11-03 | 1 | -7/+95 |
| | |||||
* | 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/. |