summaryrefslogtreecommitdiff
path: root/src/history.h
Commit message (Collapse)AuthorAgeFilesLines
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
|
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
|
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
| | | | Fixes #2049
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
| | | | [ci skip]
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
| | | | [ci skip]
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | [ci skip]
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-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 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Additional changes required for MSVC to compile ledger.Tim Crews2013-06-161-2/+2
| | | | These changes only matter if ledger is compiled with USE_PYTHON.
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Fix compilation warning: ensure a destructor is properly defined to avoidHyrum Wright2012-08-141-0/+1
| | | | compiler confusion.
* Work around collision between Format's put & GraphJohn Wiegley2012-05-201-44/+4
|
* Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-151-1/+2
| | | | Fixes #680
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-12/+11
|
* Fixed the way adjacency_list was being usedJohn Wiegley2012-03-091-86/+4
|
* Defend against Dijkstra returning reverse pathsJohn Wiegley2012-03-091-6/+7
|
* Simplified commodity_history_tJohn Wiegley2012-03-061-36/+16
|
* Create a FGraph each time a lookup is doneJohn Wiegley2012-03-051-9/+3
|
* The last test is closer to working nowJohn Wiegley2012-03-051-1/+16
|
* All tests are working again but oneJohn Wiegley2012-03-051-14/+47
|
* Implemented first cut at price conversion logicJohn Wiegley2012-03-051-8/+18
|
* Changes to get all the code to compileJohn Wiegley2012-03-051-1/+1
|
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-051-0/+184