Commit Graph

14 Commits

Author SHA1 Message Date
Jørgen Kvalsvik
463659047e Primitive well support; delegate decorator
Some primitive Well support, and the needed classes to get a well from a
deck.

In an effort to reduce boilerplate, the delegate decorator is
introduced. Delegated classes from sunbeam.py can wrap around the python
classes generated by boost and augment their interface, but leverage the
original C++-object as its storage. Methods defined on the immediate
python objects bubble up.
2016-12-05 09:55:13 +01:00
Pål Grønås Drange
fa7a3029d3 Merge pull request #6 from jokva/sunbeam.parse
Sunbeam.parse
2016-12-02 10:27:43 +01:00
Jørgen Kvalsvik
321ef1d194 Support for parsecontext config 2016-12-01 16:11:47 +01:00
Jørgen Kvalsvik
25a3007a1e Move C++ source to python/, trivial bindings 2016-12-01 16:11:47 +01:00
Pål Grønås Drange
a9b537f5e8 Merge pull request #5 from jokva/python-sunbeam-makefile
Python sunbeam makefile
2016-12-01 15:56:56 +01:00
Jørgen Kvalsvik
c156eea300 Module for python cmake files; test template
Adds the pycmake makefile dependency and provides a submodule for build
convenience. Adds the SPE3CASE1 test case for some simple test writing
and a test template file.

Sets up python library structure.
2016-12-01 15:52:09 +01:00
Jørgen Kvalsvik
ba06217321 Dummy C++ target - makefile improvements 2016-11-25 15:11:45 +01:00
Pål Grønås Drange
79a61ac3c7 Merge pull request #3 from pgdr/travis-build-status
added travis build status icon
2016-11-24 10:13:34 +01:00
Pål Grønås Drange
76ae686880 added travis build status icon 2016-11-24 10:12:43 +01:00
Pål Grønås Drange
848978c155 Merge pull request #2 from pgdr/init-travis-support
initial travis support
2016-11-24 10:05:42 +01:00
Pål Grønås Drange
c4c8eaf887 initial travis support 2016-11-24 10:04:50 +01:00
Pål Grønås Drange
0186739c13 Merge pull request #1 from pgdr/pycmake
Added FindPythonModule (pycmake) and init cmake
2016-11-23 16:25:24 +01:00
Pål Grønås Drange
769a0eef8a Added FindPythonModule (pycmake) and init cmake 2016-11-21 12:04:27 +01:00
Pål Grønås Drange
823b4e4faf Initial commit 2016-11-21 11:32:23 +01:00