Derek Bankieris
67decaed24
Add support for -isystem
...
Closes #407
2019-06-20 10:12:33 -05:00
Derek Bankieris
6c9326f760
Add makefile function for target-specific variable
...
Closes #672
2019-06-19 15:57:26 -05:00
dbankieris
ef1d105bfb
Improve parsing of base-clauses in S_define
...
A base-clause is the stuff in an inheritance list after the colon in a
class declaration.
https://en.cppreference.com/w/cpp/language/derived_class
Closes #723
Closes #733
2019-05-08 08:41:50 -05:00
Alex Lin
62948308b6
Adding back a lost capability, but better this time. The user can now
...
specify a python module name where the class and functions will be
visible in python. With care the user can mimic the C++ namespaces their
models reside in, but it isn't perfect nor automatic. It's still pretty
neat.
2019-03-13 16:17:08 -05:00
Derek Bankieris
398907f365
Remove SIM_makefile_overrides from test makefile
...
Refs #626
2018-07-05 13:41:18 -05:00
Derek Bankieris
7998791679
Add test sim: SIM_makefile_overrides
...
Refs #626
2018-06-11 13:10:36 -05:00
Christopher LaChance
66d0240ed4
Added missing test directory from clean command.
2017-08-04 15:05:52 -05:00
Alex Lin
98c7029b18
Unit test for SIM_test_dr failing. #411
...
This tst was only run if the HOST_CPU of the run matched one
of the pre-existing files. So it was only tested on SL6. Found
that the udunits change never made it to these log files. I
updated the units and introduced only one copy of the files that
all platforms will test against.
2017-04-18 08:01:50 -05:00
Derek Bankieris
7094a4b71c
Correct SIM_test_dr makefile dependencies
...
Refs #402
2017-03-29 09:05:55 -05:00
Derek Bankieris
b6552c9a8f
Infer TRICK_HOME automatically
...
Refs #358
2017-03-29 09:02:17 -05:00
Alex Lin
1454236a81
Use udunits package for units conversions
...
Created a check in the configure script looking for the udunits header
files. Also added a sim to test some of the new units capabilities.
refs #231
2016-05-09 16:40:48 -05:00
Alex Lin
c8a39f4a44
Add direct STL checkpointing
...
Removed the previous attempts at STL checkpointing. Removed
the header files and sims. Also simplified the names of some of
the templates.
refs #206
2016-03-31 14:50:27 -05:00
Alex Lin
643170c319
Split test sims and fun sims into separate directories.
...
SIM_stls3 won't compile on much of any platform.
refs #191
2016-02-24 09:46:04 -06:00
Alex Lin
dd43bfa36c
Split test sims and fun sims into separate directories.
...
The test/makefile was not being committed because it was in the .gitignore file.
refs #191
2016-02-24 08:52:25 -06:00