Alex Lin
dce161ad94
Suppress units conversion messages in input file. #414
...
Added a routine to shoot_the_units_conversion_messenger.
2017-04-20 11:34:50 -05:00
Alex Lin
b2ebe157ed
Lost the MAKE_out file when we updated simulation makefiles #412
...
Added echos to all compile commands to append to MAKE_out. tee'd
the output of the compile command so that it will go to both the MAKE_out
file and the screen.
2017-04-18 10:26:58 -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
3affc2080e
convert_swig: don't skip EXT_LIB paths for %import
...
When converting #include to %import statements, we should only skip
paths on TRICK_EXCLUDE and TRICK_SWIG_EXCLUDE, not TRICK_EXT_LIB_DIRS.
Refs #392
2017-04-04 09:25:35 -05:00
Derek Bankieris
a749118ce7
Remove -I$(<D) from Makefile_src rules
...
Refs #408
2017-03-31 09:24:39 -05:00
John M. Penn
9a5bbb160a
Get rid of yyset_lineno in the parsers. Ref #404
2017-03-30 19:53:33 -05:00
John M. Penn
56ce1c75cc
Fix yyset_out, yyset_lineno calls and remove yyset_in calls in parsers. Ref #404
2017-03-30 16:14:28 -05:00
Alex Lin
f757090e5b
Merge pull request #406 from Anteige/patch-1
...
Align both M_PI and M_PI_2 values.
2017-03-30 09:08:58 -05:00
Antoine Gaulin
c099620c09
Align both M_PI and M_PI_2 values.
...
Its easier to read this way.
2017-03-30 10:02:58 -04: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
John M. Penn
a7039aea61
Create va_list versions of Integrator state load and unload member functions. Ref #401
2017-03-28 17:55:27 -05:00
Derek Bankieris
03f79dbbe0
Fix Pylint issues
...
I have discovered Pylint! May our Python forevermore be compliant.
Refs #365
2017-03-28 16:16:34 -05:00
Derek Bankieris
2db341cff8
Revert (almost all of) 2e4c3286
...
Sadly, we cannot yet require SWIG 2.0.
Refs #400
2017-03-28 15:59:08 -05:00
Derek Bankieris
b53c52ac33
Separate ICG & SWIG exclusion constructs
...
Refs #392
2017-03-27 15:19:43 -05:00
Derek Bankieris
2335f6bb69
Correct Monte Carlo compiler error on CentOS 7
...
Also change the Cannon sim monte_post jobs to use mc_read/write instead
of tc_read/write
Refs #396
2017-03-24 08:11:32 -05:00
Derek Bankieris
80ab0767e2
Combine command and data sockets in Monte Carlo
...
Refs #396
2017-03-23 12:22:40 -05:00
Derek Bankieris
17a5028e43
Infer TRICK_HOME automatically
...
Refs #358
2017-03-21 10:24:02 -05:00
Derek Bankieris
ef6f426d5c
Generate Doxygen files for Trick headers
...
Since the headers moved to include/trick, the Doxyfile's INPUT needs to
be updated.
2017-03-20 10:57:34 -05:00
Derek Bankieris
47847a8aef
Add ability to pass options to slave sims
...
Refs #395
2017-03-20 10:46:10 -05:00
Derek Bankieris
73cbbd96cd
Refactor ICG to report skipped files consistently
...
Refs #394
2017-03-15 15:53:56 -05:00
Alex Lin
b88c75631a
Missing includes when using clang/llvm 4.0 #393
...
Added some missing header file includes.
2017-03-15 10:05:06 -05:00
Derek Bankieris
2e4c3286a3
Automatically generate dependencies with SWIG
...
Like gcc, swig supports all those -M options. Use them to automatically
manage *_py.cpp dependencies.
Add dependency generation to trickify.mk as well.
2017-03-14 13:38:09 -05:00
Derek Bankieris
22d0fe9f23
Disable built-in implicit rules when building SIMs
...
Make spends a considerable amount of time checking targets against
built-in implicit rules. Let's turn them off, enjoy some speedup, and
see if anyone was relying on them!
Refs #360
2017-03-14 10:50:14 -05:00
Derek Bankieris
e39d57461c
Remove unused variables in make_makefile_src
...
Refs #360
2017-03-14 08:45:41 -05:00
Alex Lin
7c78187abf
Using ccache seems to work but prints warnings #390
...
Found a place in the makefile where TRICK_CC was not being set correctly.
Also found a case in gte.pm where we are not handling ccache properly.
2017-03-13 15:11:57 -05:00
Alex Lin
c5fbaeb7d6
Fix fonts in java GUIs #192
...
I fixed a hard coded size=12 font in the sim control panel.
2017-03-13 11:10:24 -05:00
Alex Lin
a1bc45548b
tool for detecting mismatch between friend init_attr and containing class #371
...
Added a check and warning message in ICG that warns you if a friend function
starts with "init_attr" but does not match the current class name.
2017-03-10 09:38:33 -06:00
John M. Penn
aab6ce3c9e
Ooops! Typo in macro. Ref #385
2017-03-03 18:33:53 -06:00
John M. Penn
1b1490a972
Add 2D Satellite Simulation. Ref #387
2017-02-28 15:49:35 -06:00
Alex Lin
85f2435af7
S_overrides.mk is included twice when building #360
...
All .i files for SWIG must be created before SWIG is run. Added an
order only rule to make sure this happens.
2017-02-28 14:15:34 -06:00
John M. Penn
1783236184
Merge branch 'master' of https://github.com/nasa/trick
2017-02-27 12:51:48 -06:00
John M. Penn
eef5b14fbf
Add tweaks that speed up matrix multiplication routines. ref #386
2017-02-27 12:51:35 -06:00
Derek Bankieris
9974e7698d
Use -Wno-unused-parameter when compiling SWIG code
...
Refs #360
2017-02-27 08:56:09 -06:00
Derek Bankieris
dd2a17e034
Separate convert_swig rule in trickify.mk
...
Refs #309
2017-02-27 08:56:09 -06:00
John M. Penn
86add82e35
Fix MxSCALAR macro to allow scalar parameter to be an expression. Ref #385
2017-02-24 17:26:08 -06:00
Derek Bankieris
ca4dce3582
Fix newline spacing & restore MODEL_OBJECTS header
...
Refs #360
2017-02-24 09:09:31 -06:00
Alex Lin
b2f8c9894e
S_overrides.mk is included twice when building #360
...
Moving targets to the more correct makefile like defining S_MAIN should
be in make_makefile_src. Moved the makefile_overrides rules read from
directories into their own makefile.
2017-02-24 08:44:34 -06:00
John M. Penn
fa5d30f992
Merge branch 'master' of https://github.com/nasa/trick
2017-02-23 17:49:35 -06:00
John M. Penn
d19374020d
Update matrix_macros.h with MxMxV macro. ref #385
2017-02-23 17:48:59 -06:00
Derek Bankieris
738959eba1
Add missing prerequisites on dependency files
...
Refs #360
2017-02-23 16:02:32 -06:00
Alex Lin
31f0ea95ad
S_overrides.mk is included twice when building #360
...
Moved some rules from trick-CP to convert_swig. Using alternative pattern
rules in Makefile_src I believe is faster.
2017-02-23 14:05:38 -06:00
Derek Bankieris
e6ad95f493
Grand Make Dependency Graph, part 1
...
Refs #360
2017-02-23 13:26:28 -06:00
Alex Lin
02617bf7da
S_overrides.mk is included twice when building #360
...
Changed some order only dependencies to actual dependencies. Added a
check in make_makefile_src for new files that should trigger recreating
Makefile_src.
2017-02-22 08:44:12 -06:00
Derek Bankieris
55d53c3f5e
Include S_overrides.mk regardless of build target
...
We if exclude it for clean targets, users can't append any prerequisites
to clean targets.
Refs #360
2017-02-17 15:47:23 -06:00
Derek Bankieris
c909669f7d
Use absolute paths in S_source.d (Trickification)
...
CURDIR is used to produce absolute paths in S_source.d, which allows it
to be included from external makefiles. It is specifically intended to
be included from a Trickified project's user-facing makefile. That is,
the one the user is intended to include in a sim's S_overrides.mk. This
allows the project to automatically build their Trickified object as
part of a simulation build, but only when necessary as specified by the
dependencies.
Refs #309
2017-02-16 12:58:07 -06:00
Derek Bankieris
76148fda7a
Don't echo ld command in trickify.mk
...
Refs #309
2017-02-15 13:42:58 -06:00
Derek Bankieris
40242601b2
Use partial linking in trickify.mk
...
Trick uses dlsym to dynamically load symbols at run time. At link time,
it cannot be known which symbols will be needed. When presented with a
library, the linker will only link in symbols that are known to be
needed. Therefore, the use of -whole-archive (Linux) or -force_load
(Mac) is necessary when linking a Trickified library into a sim.
We can simplify this by partially linking into an object instead of
creating a library. The linker will link all symbols in an object
regardless of whether or not they are known to be needed.
Refs #309
2017-02-15 12:57:20 -06:00
Alex Lin
2450f51781
Add name of parameter to error message coming out of MemoryManager_restrore_stls #382
...
Printing the name now.
2017-02-15 09:00:34 -06:00
Derek Bankieris
90a26ab7c7
Autogenerate dependencies in trickify.mk
...
By using gcc's dependency generation feature, we can execute ICG only
when necessary, instead of all the time.
Refs #309
2017-02-14 15:41:58 -06:00