This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
trick
Watch
1
Star
0
Fork
0
You've already forked trick
mirror of
https://github.com/nasa/trick.git
synced
2024-12-19 05:07:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d28a835c4d
trick
/
test
/
SIM_stls
/
S_overrides.mk
6 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
Split test sims and fun sims into separate directories. Moved more sims into the test directory. refs #191
2016-02-23 20:38:49 +00:00
Split test sims and fun sims into separate directories. Gave each sim their own model directory, or in some cases just a header file. Each sim in the test directory is now independent of each other. Modifying one test will not affect any other test. refs #191
2016-02-25 20:40:55 +00:00
TRICK_CFLAGS
+=
-I./models
TRICK_CXXFLAGS
+=
-I./models
Split test sims and fun sims into separate directories. Moved more sims into the test directory. refs #191
2016-02-23 20:38:49 +00:00
Add direct STL checkpointing Initial checkin of STL checkpointing. This checkin only covers the sequential STLs, vector, list, deque, set, and multiset. This checkin does include the changes in Trick header files to include/exclude our STLs properly to make a restartable checkpoint. refs #206
2016-03-29 14:26:49 +00:00
#TRICK_CXXFLAGS += -std=c++11
Reference in New Issue
Copy Permalink