Commit graph

15 commits

Author SHA1 Message Date
John Wiegley
e003502193 Moved several #includes to facilitate the use of pre-compiled headers. 2009-02-08 19:05:06 -04:00
John Wiegley
cb0faac58d Removed a great many unnecessary Boost.Python files. 2009-02-07 22:49:53 -04:00
John Wiegley
589eabd8e6 Threw away the "multiple parser" infrastructure. 2009-02-07 17:45:48 -04:00
John Wiegley
eb98e0da8b More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
John Wiegley
e8d2409430 Removed --reconcile and --reconcile-date. 2009-02-07 00:03:58 -04:00
John Wiegley
ff2f3d23d4 Added stubs for all the Python integration classes. 2009-02-06 14:26:51 -04:00
John Wiegley
dff450ab3d Only initialize Python if it's used. 2009-01-24 01:46:59 -04:00
John Wiegley
fc8dd14467 Create a py_value module, for translating value_t objects to/from Python. 2009-01-23 15:59:01 -04:00
John Wiegley
7aa42aa8b3 Report the name of a Python function if we have difficulties calling it. 2009-01-23 15:57:20 -04:00
John Wiegley
bd64e83e46 Added tracing statements to the Python interpreter binding code. 2009-01-23 15:45:08 -04:00
John Wiegley
f0d13734b4 Look up definitions in the Python evaluator directly, not with eval. 2009-01-23 01:57:37 -04:00
John Wiegley
617dd0c261 When Python support is present, use a session_t object which is derived from
python_interpreter_t, so that Python can provide value expression definitions.
2009-01-23 01:53:19 -04:00
John Wiegley
887828a40c Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
John Wiegley
0eda1ad2c6 The Python interface layer is building again. 2008-08-07 02:53:35 -04:00
John Wiegley
f6f4a46cf5 Moved around most of the files so that source code is in src/, documentation
is in doc/, etc.
2008-08-05 18:05:49 -04:00
Renamed from pyinterp.cc (Browse further)