summaryrefslogtreecommitdiff
path: root/src/py_xact.cc
Commit message (Collapse)AuthorAgeFilesLines
* Untabified all source filesJohn Wiegley2010-06-111-17/+17
|
* Updated to Boost 1.43John Wiegley2010-05-271-2/+2
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+1
|
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-25/+0
| | | | | This was from an earlier time, when it was intended to be used by Python. But it's not needed anymore.
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-1/+1
|
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-1/+1
|
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-2/+2
|
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-0/+2
|
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-3/+6
|
* Added Python interface for xact_tJohn Wiegley2009-11-031-21/+117
|
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
|
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+0
|
* Moved python/*.cc files into src/John Wiegley2009-02-241-0/+76
This is because soon, I intend to have real Python source files in python/.