Commit Graph

22 Commits

Author SHA1 Message Date
YuCheng Hu be2e36aa56 added missing files 2024-07-19 16:45:44 -04:00
YuCheng Hu 833892caf7 update missed file 2024-07-19 11:44:10 -04:00
YuCheng Hu 5dfa4084d6 Update to newest CSV check out 2024-07-19 11:43:27 -04:00
Amul Shah ab79a1f44b ENH: missed two files 2012-07-02 09:47:25 -04:00
Amul Shah 8ec5ab7218 BUG: change memcpy to memmove 2012-06-29 16:34:26 -04:00
Amul Shah 9533ef5d90 move mumps.cmake to sr_unix. 2012-06-18 09:51:12 -04:00
Brad King fb12b8cea8 Add missing sr_port/README.txt 2012-06-15 16:40:01 -04:00
Brad King ee88f30cea Create general sr_port/mumps.cmake to run mumps during build 2012-06-15 16:36:57 -04:00
Brad King 8371effcd1 Install GDE*.o instead of GDE*.m 2012-06-15 16:26:42 -04:00
Brad King 22172198eb Add legal header notice template 2012-06-15 15:53:10 -04:00
Amul Shah a6ecf365b8 mumps depends on libgtmshr
ttt and msg depend on their cmake files

add gtmroutines to ttt and msg cmake files

make libgtmshr and libgtmcrypt MODULES from SHARED
2012-06-15 14:45:20 -04:00
Amul Shah e472111dae Merge branch 'hackathonjune2012-brad' of 10.113.71.21:/home/shaha/fis-gtm into hackathonjune2012-brad 2012-06-15 14:15:51 -04:00
Amul Shah f3945e7197 Remove files deleted from V5.5-000 sources 2012-06-15 14:09:55 -04:00
Amul Shah 02a7dfbb97 Merge branch 'hackathonjune2012-brad' of https://github.com/luisibanez/fis-gtm into hackathonjune2012-brad 2012-06-15 14:09:27 -04:00
Amul Shah e7f480d540 ENH: Use <> instead of quotation marks for header includes
The following header files are present multiple times in the directories
list.
	rtnhdr.h        sr_unix sr_unix_nsb
	zbreaksp.h      sr_unix sr_i386
	emit_code.h     sr_port sr_i386
	auto_zlink.h    sr_unix sr_i386
	obj_filesp.h    sr_unix sr_unix_nsb
	opcode_def.h    sr_port sr_unix_nsb

This over lap meant that a #include "header.h" chose the header in the
same directory as a C file instead of the one listed in the compile line
include directory listing.
2012-06-15 13:29:37 -04:00
Brad King ccecb425d6 WIP: Generate ttt.c with gtm 2012-06-15 11:52:10 -04:00
Brad King ae65d8bbb2 Merge remote-tracking branch 'origin/hackathonjune2012' into hackathonjune2012-brad
Conflicts:
	CMakeLists.txt
2012-06-15 09:41:04 -04:00
Brad King 4ebc1a898a WIP: Generate messages with gtm 2012-06-14 16:03:42 -04:00
Brad King 0749a37ea3 gtm_threadgbl_deftypes generation should return success 2012-06-14 15:23:08 -04:00
Amul Shah 4a09dd085d Defeat -I-
ENH: Switch offending header files to use angle brackets instead of quotation marks so that the include behavior is defined by the C spec. This was done to eliminate the reliance on the deprecated compiler option -I- when header file names collided between the current directory of a source file and the desired include path.
2012-06-14 08:55:06 -04:00
Luis Ibanez dee71008dd ENH: Version 5.5000 from sourceforge.
Source code taken from here:
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.5-000/
2012-03-24 14:06:46 -04:00
Luis Ibanez 9299623e19 ENH: Initial import from sourceforge.
These source tree was directly imported from
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.4-002B/

by extracting the file:
gtm_V54002B_linux_i686_src.tar.gz
2012-02-05 11:35:58 -05:00