Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boost: Fix compilation warnings | Alexis Hildebrandt | 2023-04-25 | 1 | -0/+1 |
| | | | | Closes #2227 | ||||
* | Refactor python related types into ledger::python namespace | Alexis Hildebrandt | 2023-04-12 | 1 | -6/+7 |
| | |||||
* | 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] | ||||
* | Revert "[python] Add fix for Boost.Python compile errors" | Alexis Hildebrandt | 2016-06-22 | 1 | -3/+0 |
| | | | | This reverts commit 11590e134eafa768ccc4a171cc7fb216e906095f. | ||||
* | [python] Add fix for Boost.Python compile errors | Alexis Hildebrandt | 2016-01-02 | 1 | -0/+3 |
| | | | | when using boost version 1.60.0. | ||||
* | [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 |
| | |||||
* | Make time-colon commodity flag available to python | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | Additional changes required for MSVC to compile ledger. | Tim Crews | 2013-06-16 | 1 | -6/+6 |
| | | | | These changes only matter if ledger is compiled with USE_PYTHON. | ||||
* | 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 |
| | |||||
* | Added the notion of "virtual costs" | John Wiegley | 2012-03-09 | 1 | -3/+4 |
| | |||||
* | Rewrote the way annotated commodities are managed | John Wiegley | 2012-03-05 | 1 | -6/+5 |
| | | | | | The new scheme should be much more efficient, and allows for future growth of what annotations may appear on a commodity. | ||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -22/+18 |
| | |||||
* | 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 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -96/+96 |
| | |||||
* | Changed --european option to --decimal-comma | John Wiegley | 2010-06-01 | 1 | -13/+13 |
| | | | | Fixes #211 / 1736ACA5-5DE6-4826-AEB4-DB5B2A2217AC | ||||
* | Updated to Boost 1.43 | John Wiegley | 2010-05-27 | 1 | -5/+8 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed Ledger/Python byte vs. char Unicode bridge | John Wiegley | 2009-11-20 | 1 | -0/+6 |
| | |||||
* | Added more documentation to python/demo.py | John Wiegley | 2009-11-20 | 1 | -4/+10 |
| | |||||
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -40/+159 |
| | |||||
* | Simplified passing of scope objects in Python | John Wiegley | 2009-11-05 | 1 | -12/+12 |
| | |||||
* | Made many object methods in Python properties | John Wiegley | 2009-11-05 | 1 | -4/+5 |
| | |||||
* | Simplified usage of Boost.Python in several cases | John Wiegley | 2009-11-05 | 1 | -2/+2 |
| | |||||
* | Added Python interface for annotated_commodity_t | John Wiegley | 2009-11-02 | 1 | -8/+81 |
| | |||||
* | Added Python interface for commodity_t | John Wiegley | 2009-11-02 | 1 | -12/+58 |
| | |||||
* | Added Python interface for commodity_pool_t | John Wiegley | 2009-11-02 | 1 | -0/+117 |
| | |||||
* | 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/+1 |
| | |||||
* | Moved python/*.cc files into src/ | John Wiegley | 2009-02-24 | 1 | -0/+82 |
This is because soon, I intend to have real Python source files in python/. |