summaryrefslogtreecommitdiff
path: root/src/history.cc
Commit message (Collapse)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
| | | | being deprecated as of C++11
* Remove unused REVERSE_PREDECESSOR_MAP guarded codeAlexis Hildebrandt2023-04-191-23/+0
|
* Use #cmakedefine01 for system capability checksAlexis Hildebrandt2023-04-151-2/+2
| | | | and reply #ifdev HAVE_ with #if HAVE_
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* 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
| | | | [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]
* Whitespace cleanupJohn Wiegley2015-08-041-1/+1
|
* 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
|
* Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-141-2/+2
| | | | Includes an implementation of strptime, compiled only for Win32 platform.
* 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
| | | | compiler confusion.
* 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
| | | | Fixes #704
* Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-151-8/+24
| | | | Fixes #680
* 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