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] | ||||
* | 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 |
| | |||||
* | Additional changes required for MSVC to compile ledger. | Tim Crews | 2013-06-16 | 1 | -2/+2 |
| | | | | These changes only matter if ledger is compiled with USE_PYTHON. | ||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Fix compilation warning: ensure a destructor is properly defined to avoid | Hyrum Wright | 2012-08-14 | 1 | -0/+1 |
| | | | | compiler confusion. | ||||
* | Work around collision between Format's put & Graph | John Wiegley | 2012-05-20 | 1 | -44/+4 |
| | |||||
* | Don't map_prices if price commodity matches source | John Wiegley | 2012-03-15 | 1 | -1/+2 |
| | | | | Fixes #680 | ||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -12/+11 |
| | |||||
* | Fixed the way adjacency_list was being used | John Wiegley | 2012-03-09 | 1 | -86/+4 |
| | |||||
* | Defend against Dijkstra returning reverse paths | John Wiegley | 2012-03-09 | 1 | -6/+7 |
| | |||||
* | Simplified commodity_history_t | John Wiegley | 2012-03-06 | 1 | -36/+16 |
| | |||||
* | Create a FGraph each time a lookup is done | John Wiegley | 2012-03-05 | 1 | -9/+3 |
| | |||||
* | The last test is closer to working now | John Wiegley | 2012-03-05 | 1 | -1/+16 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -14/+47 |
| | |||||
* | Implemented first cut at price conversion logic | John Wiegley | 2012-03-05 | 1 | -8/+18 |
| | |||||
* | Changes to get all the code to compile | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Switched to using Boost.Graph for commodity pricing | John Wiegley | 2012-03-05 | 1 | -0/+184 |