summaryrefslogtreecommitdiff
path: root/src/history.cc
Commit message (Expand)AuthorAgeFilesLines
* Change an assertion into an if testJohn Wiegley2024-01-191-1/+2
* Fix compiler warning about std::binary_functionAlexis Hildebrandt2023-12-121-1/+5
* Remove unused REVERSE_PREDECESSOR_MAP guarded codeAlexis Hildebrandt2023-04-191-23/+0
* Use #cmakedefine01 for system capability checksAlexis Hildebrandt2023-04-151-2/+2
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Fix typos in commentsMartin Michlmayr2020-05-211-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Whitespace cleanupJohn Wiegley2015-08-041-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-141-2/+2
* 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/+4
* Work around inclusion ordering bug with XpressiveJohn Wiegley2012-05-201-4/+0
* Work around collision between Format's put & GraphJohn Wiegley2012-05-201-28/+172
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-2/+2
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-1/+6
* pricedb was outputting redundant pricesJohn Wiegley2012-03-161-0/+2
* Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-151-8/+24
* dijkstra_shortest_paths should never return a reverse pathJohn Wiegley2012-03-121-5/+19
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-28/+27
* Fixed the way adjacency_list was being usedJohn Wiegley2012-03-091-12/+95
* Defend against Dijkstra returning reverse pathsJohn Wiegley2012-03-091-13/+36
* Simplified commodity_history_tJohn Wiegley2012-03-061-37/+8
* Create a FGraph each time a lookup is doneJohn Wiegley2012-03-051-7/+37
* All tests are working again but oneJohn Wiegley2012-03-051-50/+129
* Implemented first cut at price conversion logicJohn Wiegley2012-03-051-58/+94
* Changes to get all the code to compileJohn Wiegley2012-03-051-15/+16
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-051-0/+196