index
:
forks/ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
py_commodity.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved python/*.cc files into src/
John Wiegley
2009-02-24
1
-82
/
+0
|
|
|
|
|
This is because soon, I intend to have real Python source files in python/.
*
Moved several #includes to facilitate the use of pre-compiled headers.
John Wiegley
2009-02-08
1
-3
/
+0
|
*
Removed a great many unnecessary Boost.Python files.
John Wiegley
2009-02-07
1
-9
/
+0
|
*
Added stubs for all the Python integration classes.
John Wiegley
2009-02-06
1
-0
/
+21
|
*
Unit test for Python are now auto-generated from the C++ tests.
John Wiegley
2009-01-28
1
-1
/
+10
|
*
Expose the commodity type to python as "Commodity".
John Wiegley
2009-01-28
1
-1
/
+1
|
*
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
|
*
Changed COMMODITY_STYLE_BUILTIN to COMMODITY_BUILTIN, and added new flag
John Wiegley
2009-01-19
1
-1
/
+2
|
|
|
|
COMMODITY_WALKED, for avoiding infinite recursions during price lookups.
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+63
is in doc/, etc.