index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commodity.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a mistakenly const parameter.
John Wiegley
2009-02-07
1
-1
/
+1
*
Moved parse_commodity_price into commodity_pool_t.
John Wiegley
2009-02-07
1
-0
/
+2
*
Fixed some #include ordering issues.
John Wiegley
2009-02-07
1
-0
/
+2
*
Removed commodity_pool_t's use of boost::multi_index_container, and also its
John Wiegley
2009-02-07
1
-52
/
+12
*
Whitespace fix.
John Wiegley
2009-02-06
1
-3
/
+3
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-6
/
+60
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-7
/
+0
*
Added documentation stubs for all include files and classes.
John Wiegley
2009-01-31
1
-0
/
+30
*
Update Doxygen documentation. Still much more work to be done.
John Wiegley
2009-01-29
1
-4
/
+3
*
amount_t and commodity_t objects can now stream themselves to XML.
John Wiegley
2009-01-28
1
-0
/
+3
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET.
John Wiegley
2009-01-19
1
-1
/
+1
*
Lookup commodity prices recursively, searching for the newest data.
John Wiegley
2009-01-19
1
-14
/
+23
*
Changed COMMODITY_STYLE_BUILTIN to COMMODITY_BUILTIN, and added new flag
John Wiegley
2009-01-19
1
-7
/
+8
*
Added a recursive, date-based commodity price searching capability. This
John Wiegley
2009-01-19
1
-27
/
+67
*
Added code to recursively search for a price in a given commodity.
John Wiegley
2008-09-25
1
-16
/
+16
*
Did more restructing of commodity price histories, although the completed
John Wiegley
2008-09-21
1
-19
/
+66
*
Created several alternate 'value' methods to support the upcoming commodity
John Wiegley
2008-09-21
1
-10
/
+23
*
Began initial work to support specifying a series of commodities to -V.
John Wiegley
2008-09-20
1
-20
/
+40
*
Cleaned up the way that commodity pricing is handled.
John Wiegley
2008-09-20
1
-9
/
+17
*
Updated the Doxygen docs so that all the core numerics files are in the same
John Wiegley
2008-08-05
1
-0
/
+6
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+420