Commit Graph

20 Commits

Author SHA1 Message Date
dd7bc1d34e use const char * instead of char * so we don't need a cast for string constants 2020-07-17 00:45:58 -04:00
3b1244831e Add Python::has_minimum_version 2020-03-27 16:28:43 -04:00
416911aa7e more rearranging of include file order to put implementation headers first 2019-07-03 21:57:39 -04:00
fc1d8f2cbf more cleanup of include file handling. starting to work on files in packages 2019-07-02 05:15:30 -04:00
42c31227d9 continuing to clean up include file lists 2019-07-01 15:59:16 -04:00
17602b4c26 some more include file cleanup.
include cstdlib where functions like atoi() are used
remove unneeded include statements from headers
2019-06-27 01:02:17 -04:00
7e1f760b72 rename python.h to lmppython.h and correspondingly python.cpp to lmppython.cpp 2019-02-04 14:24:53 -05:00
a8b7153f4e Fixes issue #975 2018-06-29 16:03:38 -04:00
59dbb49cf9 remove trailing whitespace 2018-03-16 12:37:27 -04:00
d6d7dde653 Add error output if python evaluation failed 2018-01-06 18:54:55 +01:00
084626e60b Fixes coverity issue CID 179426 2017-05-22 17:36:16 -04:00
617ca4e0c8 Fixes coverity issue CID 179436 2017-05-22 17:30:46 -04:00
45becfb235 correct author attributions 2017-05-17 09:59:01 -04:00
69ccbd1562 Extract common wrappers to Python compatibility header 2017-05-15 17:46:57 -04:00
34cc3946b8 first few pieces of pair style python 2017-05-14 18:29:06 -04:00
d84f8898b7 implement functions to execute arbitrary python code from strings or files and recast the python source keyword through using them. 2017-05-11 22:39:08 -04:00
27a6371f9b implement a python source command as suggested in issue #454 2017-05-11 19:18:09 -04:00
e6f30ebc9c Merge remote-tracking branch 'origin/master' into python_refactoring 2017-04-12 20:26:57 -04:00
05d7bc556f Initialize Python interpreter in PythonImpl constructor 2017-04-11 21:46:33 -04:00
2d8bce78a6 Refactor PYTHON package and wrapper classes 2017-04-11 21:22:30 -04:00