index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
value.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixed another value_t comparison issue
John Wiegley
2004-09-25
1
-6
/
+6
|
*
added pysample.dat, which provides a more realistic example of using Python
John Wiegley
2004-09-25
1
-0
/
+1
|
*
added support for "equity" in main.py
John Wiegley
2004-09-24
1
-0
/
+2
|
*
fixed several issues in value_t's core
John Wiegley
2004-09-21
1
-43
/
+88
|
*
added more math operators for value_t types
John Wiegley
2004-09-14
1
-0
/
+20
|
*
python integrated both ways (see sample.dat), and initialized on-demand
John Wiegley
2004-09-14
1
-0
/
+24
|
*
balances and values can now be iterated, to get at the component amounts
John Wiegley
2004-09-08
1
-0
/
+59
|
*
made value_t into a more complete type. amounts.py now works.
John Wiegley
2004-09-08
1
-3
/
+50
|
*
some fixes to value_t in python; still more work to go
John Wiegley
2004-09-07
1
-0
/
+2
|
*
the amount/balance/value logic is now a library, completely separate from ledger
John Wiegley
2004-08-29
1
-45
/
+34
|
*
redid the way amount_t::commodity is handled; no more direct access
John Wiegley
2004-08-29
1
-25
/
+27
|
*
added (disabled) code for Boost.Python
John Wiegley
2004-08-27
1
-0
/
+15
|
*
fixed another memory strangeness (too much destruction)
John Wiegley
2004-08-26
1
-0
/
+1
|
*
added usual operator
John Wiegley
2004-08-25
1
-0
/
+3
|
*
use value_t instead of balance_pair_t; gains for 10% binary, 2% textual
John Wiegley
2004-08-21
1
-671
/
+355
|
*
moved code from value.h into value.cc
John Wiegley
2004-08-21
1
-0
/
+893