| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
- simplify -> simplified
- cast -> casted
This is to differentiate them from in_place_cast and in_place_simplify.
|
|
|
|
|
| |
Since cost reports are now calculated by setting the amount_ expression,
there is no need to track a separate "total cost" entity.
|
|
|
|
|
|
| |
They names were changed from reduce/unreduce to reduced/unreduced, since
they return the modified value. This is more consistent with the naming
of rounded/rounded.
|
|
|
|
|
| |
This type was a holdback from the days before the amount_expr was used
everywhere to determine a transaction's value.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As a result, dependency on the gdtoa was dropped, and dependency on mpfr was
added.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Now this code works from a value expression:
def myvalue(incoming):
import ledger
x = ledger.Value("100.23")
print x.type()
return incoming + x
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
python_interpreter_t, so that Python can provide value expression definitions.
|
| |
|
| |
|
|
|
|
| |
COMMODITY_WALKED, for avoiding infinite recursions during price lookups.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
is in doc/, etc.
|