Alex Lin
be6d918053
Remove dependency on perl Digest::MD5
...
We were using md5_hex to generate a unique file id from a full path
filename. Changed this to use the file device and inode id instead.
Should still provide unique file ids and the file names are shorter
too.
Fixes #29
2015-03-25 10:43:25 -05:00
Alex Lin
48a09d386e
CP needs more verbose checking of makefile generation
...
CP now tests if the current directory is writable before
trying to create a makefile and compile the sim.
Fixes #26 .
2015-03-23 17:07:38 -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
Derek Bankieris
d41e7cb937
Genericized the VS* suite of classes, reducing redundancy.
...
Added a <state> element for variables in TV files.
Added a Trick 13 to Trick 15 TV file converter.
Updated .gitignore files.
fixes #21
2015-03-16 11:36:51 -05:00
Thomas Brain
e7ccc77c1e
Added LIB_DIR and OBJECT_DIR as deps for S_OBJECT_FILES
2015-03-13 15:16:10 -05:00
Thomas Brain
2fc373360c
In Makefile_swig, needed LIB_DIR and OBJECT_DIR as deps for swig objects.
2015-03-13 12:21:41 -05:00
Alex Lin
21c3eaf500
Fixed shell detection logic.
...
Fiexed the shell detection logic by not trying to. Changed the
install_user script to just print the add TRICK_HOME to the
PATH for both types of shells.
Fixes #9
2015-03-11 08:14:46 -05:00
Alex Lin
dbaf7e8ea3
Incrementing the major number in trick_ver.txt. This is only symbolic as this file is overwritten at release time, the major number will be contained in the tag name. Fixes #8
2015-03-04 15:28:05 -06:00
Alex Lin
a1fea8a36f
Added code to trick_dp that will check if fxplot exists. If it does then it will
...
add a radio button for it. If it doesn't exist, it will not show up in the plot
menu.
2015-03-04 13:37:20 -06:00
Alex Lin
2fab93da66
Added rules in the makefile to include er7_utils and fermi-ware if they exist. If they don't exist then the code that depends on them will not be compiled.
...
Also added the java GUIs to the default build rule.
Finally I added a lot of .gitignore files to ignore generated files.
Fixes #5
2015-03-03 16:08:54 -06:00
Alex Lin
f0c594f841
Initial commit of everything.
2015-02-26 09:02:31 -06:00