Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change an assertion into an if test | John Wiegley | 2024-01-19 | 1 | -1/+2 |
| | |||||
* | Fix compiler warning about std::binary_function | Alexis Hildebrandt | 2023-12-12 | 1 | -1/+5 |
| | | | | being deprecated as of C++11 | ||||
* | Remove unused REVERSE_PREDECESSOR_MAP guarded code | Alexis Hildebrandt | 2023-04-19 | 1 | -23/+0 |
| | |||||
* | Use #cmakedefine01 for system capability checks | Alexis Hildebrandt | 2023-04-15 | 1 | -2/+2 |
| | | | | and reply #ifdev HAVE_ with #if HAVE_ | ||||
* | 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 |
| | |||||
* | Fix typos in comments | Martin Michlmayr | 2020-05-21 | 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] | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Whitespace cleanup | John Wiegley | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Source changes needed for Microsoft Visual C++ compatibility. | Tim Crews | 2013-06-14 | 1 | -2/+2 |
| | | | | Includes an implementation of strptime, compiled only for Win32 platform. | ||||
* | 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/+4 |
| | | | | compiler confusion. | ||||
* | Work around inclusion ordering bug with Xpressive | John Wiegley | 2012-05-20 | 1 | -4/+0 |
| | |||||
* | Work around collision between Format's put & Graph | John Wiegley | 2012-05-20 | 1 | -28/+172 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -2/+2 |
| | |||||
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -1/+6 |
| | |||||
* | pricedb was outputting redundant prices | John Wiegley | 2012-03-16 | 1 | -0/+2 |
| | | | | Fixes #704 | ||||
* | Don't map_prices if price commodity matches source | John Wiegley | 2012-03-15 | 1 | -8/+24 |
| | | | | Fixes #680 | ||||
* | dijkstra_shortest_paths should never return a reverse path | John Wiegley | 2012-03-12 | 1 | -5/+19 |
| | |||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -28/+27 |
| | |||||
* | Fixed the way adjacency_list was being used | John Wiegley | 2012-03-09 | 1 | -12/+95 |
| | |||||
* | Defend against Dijkstra returning reverse paths | John Wiegley | 2012-03-09 | 1 | -13/+36 |
| | |||||
* | Simplified commodity_history_t | John Wiegley | 2012-03-06 | 1 | -37/+8 |
| | |||||
* | Create a FGraph each time a lookup is done | John Wiegley | 2012-03-05 | 1 | -7/+37 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -50/+129 |
| | |||||
* | Implemented first cut at price conversion logic | John Wiegley | 2012-03-05 | 1 | -58/+94 |
| | |||||
* | Changes to get all the code to compile | John Wiegley | 2012-03-05 | 1 | -15/+16 |
| | |||||
* | Switched to using Boost.Graph for commodity pricing | John Wiegley | 2012-03-05 | 1 | -0/+196 |