Michael Vetter
18f0d7e871
Remove trailing whitespaces
...
Makes it easier to edit the files. So if we press 'end of line' we are
really at the end of line.
2016-11-08 10:25:07 +01:00
Alex Lin
3a7e756926
Unit test directories do not support gtest libs in lib64
...
Added library search dirs ${GTEST_HOME}/lib64 and ${GTEST_HOME}/lib
to the link line.
refs #264
2016-07-01 11:50:06 -05:00
Alex Lin
268d3407df
Set and use LD in our makefiles correctly.
...
Changed TRICK_LD to TRICK_CPPC in the unit test makefiles. It
should be TRICK_CPPC on these lines.
refs #131
2016-06-28 08:58:33 -05:00
Alex Lin
39868aba46
Functions with enumerated default arguments cause bad python code to be generated
...
OK, all the previous checkins were the wrong way to fix this issue. The SWIG
compactdefaultargs feature and the shadow feature clash for our DRBinary class.
I turn off compactdefaultargs for the DRBinary class, leaving it on for
everything else.
refs #176
2016-02-18 11:04:07 -06:00
Alex Lin
4ab940a691
Revert "Functions with enumerated default arguments cause bad python code to be generated"
...
This reverts commit 30fbd682ee30ee6497a87c6ad1377131b1aada40.
2016-02-18 10:59:36 -06:00
Alex Lin
30fbd682ee
Functions with enumerated default arguments cause bad python code to be generated
...
Found a lot more data recording groups that have the same problem.
refs #176
2016-02-18 10:21:12 -06:00
Alex Lin
1bf08aeb55
Clock unit tests don't work on all platforms.
...
Clock unit tests don't work on virtual machine platforms. I've
recommented them out until they can be reviewed.
refs #87
2015-07-21 14:45:19 -05:00
John M. Penn
a5e7699d40
Fixes #81 : Updated other Makefiles to get tests to link
2015-07-16 15:02:33 -05:00
John M. Penn
5fb037aa00
Fixes #79 : Get the Clock tests working
2015-07-01 18:21:56 -05:00
John M. Penn
03284bf97d
Break the Memory Manager out of libtrick.a into libtrick_mm.a.
2015-06-30 17:57:26 -05:00
Alex Lin
44736be398
Remove dupilcate stand-alone libraries
...
The test programs now need more than just -ltrick.
refs #71
2015-06-24 16:54:15 -05:00
Alex Lin
d3acfa5fc0
Test code does not work with new directory locations.
...
Adjusted all of the source code to point to the header files in their new
locations. Adjusted the makefiles for the header locations as well.
Added .gitignore files in the test directories to ignore test object code.
2015-06-22 16:11:08 -05:00
Alex Lin
14a75508a3
Cleaning up once include variables and copyright cleanup.
...
Changed all header file once include variables to follow the same naming
convention and not start with any underscores. Also deleted old
incorrect copyright notices. Also removed $Id: tags from all files.
Fixes #14 . Fixes #22 .
2015-03-23 16:03:14 -05:00
Alex Lin
f0c594f841
Initial commit of everything.
2015-02-26 09:02:31 -06:00