Commit graph

648 commits

Author SHA1 Message Date
Harry Moffat
c478aa74dd turned off automatic compilation during make test for windows machines. 2004-09-16 17:52:37 +00:00
Harry Moffat
177b67b248 Made the blessed files machine dependent for this test. 2004-09-16 17:51:28 +00:00
Harry Moffat
521dd9d620 Changed a LJ value to prevent roundoff error from leading to an error
failure
2004-09-16 17:30:46 +00:00
Harry Moffat
ac2285aa39 Added a step to change 3 exponent expressions into 2 exponenet
expressions.
2004-09-16 17:13:07 +00:00
Harry Moffat
7a26c6d01f Took out a print statement that was causing a test to fail. 2004-09-16 17:06:47 +00:00
Dave Goodwin
330e50eb65 *** empty log message *** 2004-09-13 11:22:21 +00:00
Dave Goodwin
145617a15d script to remove a file from the repository 2004-08-28 16:13:30 +00:00
Dave Goodwin
ab8f620ccb cleanup 2004-08-28 16:12:41 +00:00
Harry Moffat
c951c50f11 Added 2 files. 2004-08-27 20:37:25 +00:00
Harry Moffat
20c1909290 added some windows tmp files 2004-08-27 20:35:11 +00:00
Harry Moffat
a2f06e41ce Currently, linux and MSVC are producing the same results on this test
problem. I changed runtest to substitute the right machine dependent
blessed file.
2004-08-27 20:21:48 +00:00
Harry Moffat
6b052f4d2e Changes to support MSVC 2004-08-27 20:08:10 +00:00
Harry Moffat
686e4ca59f Added a getopt() capability for WINMSC 2004-08-27 20:03:32 +00:00
Harry Moffat
1df3900198 Added a default 0 to BUILD_PARTICLES value 2004-08-27 16:45:52 +00:00
Harry Moffat
065d83fdea Added a machine dependent blessed file capability 2004-08-10 20:39:35 +00:00
Harry Moffat
3be8d53677 Added support for the new python_win_prefix variable.
-> This needs to be backslashed.
  -> all other variables on all other platforms (and on OS_IS_WIN)
     need to be forward slashed.
2004-08-10 18:18:25 +00:00
Harry Moffat
facae48294 added python_win_prefix variable.
On windows this needs to be a backslash, unlike all the other variables
which need to be regular slashes. Therefore, I had to create a new variable
to do this.
2004-08-10 18:16:55 +00:00
Harry Moffat
bd33a52835 Several changes:
CYGWIN is now undefined, not just 0
   WINMSVC is now undefined, not just 0

   OS_IS_CYGWIN is now 0 when OS_IS_WIN = 1
2004-08-10 17:28:12 +00:00
Harry Moffat
4b0cdf228a added a dir. 2004-08-10 01:31:26 +00:00
Harry Moffat
c4e3cd6514 Tried to add a default $1, so that it runs like all the rest. 2004-08-10 01:29:56 +00:00
Harry Moffat
3e54072493 added a file. 2004-08-10 01:15:08 +00:00
Harry Moffat
7d00e10378 MSVC warning message 2004-08-10 01:12:15 +00:00
Harry Moffat
5ddde370b6 MSVC experienced an error on this code. fixed it. 2004-08-10 01:11:20 +00:00
Harry Moffat
e5faac2a47 arith.h needs to be created for win 2004-08-10 01:09:30 +00:00
Harry Moffat
dad2ab22ff clib.dll needs to be copied by hand 2004-08-10 01:08:20 +00:00
Harry Moffat
d021f3f7dc MSVC differences no longer matter. 2004-08-10 01:06:57 +00:00
Harry Moffat
d36916e366 Added a file. 2004-08-10 01:01:23 +00:00
Harry Moffat
f570770835 Added cygwin support 2004-08-10 01:00:42 +00:00
Harry Moffat
fb9c6e91e2 added a file. 2004-08-10 00:23:22 +00:00
Harry Moffat
d3386f0eeb Added windows specific definition block 2004-08-10 00:22:07 +00:00
Harry Moffat
dd1e6aa1db Added a stdio.h reference. 2004-08-10 00:20:52 +00:00
Harry Moffat
cd98d57e31 MSVS differences are now eliminated via a sed script. 2004-08-09 23:58:16 +00:00
Harry Moffat
2924090023 new shell script used for test programs. 2004-08-09 23:45:01 +00:00
Harry Moffat
4c9219b612 added -w option to diff, so that dos unix text file differences
aren't important.
2004-08-09 22:21:04 +00:00
Harry Moffat
17c1a14ea9 Added pc file. 2004-08-09 22:06:15 +00:00
Harry Moffat
755e267b83 added an include 2004-08-09 21:28:54 +00:00
Harry Moffat
8717bef38e added this file for convenience 2004-08-09 20:51:34 +00:00
Harry Moffat
03a6d0daa3 Added this file in. It is recreated during linux makes, but vc++ makes
don't create it.
2004-08-09 20:17:17 +00:00
Harry Moffat
485d0f8b19 Changed cygpath -a -w to cygpath -a -m. This causes backslashes to
be replaced with regular slashes. Backslashes in strings were causing
a lot of problems, as they are interpreted as escape sequences.
Regular slashes in c++ on the pc operate just like backslashes in all
cases.
2004-08-09 17:41:24 +00:00
Harry Moffat
de9e9620e3 Got rid of msvc++ warning message. 2004-08-09 17:38:51 +00:00
Harry Moffat
71405ad250 added cads 2004-08-09 16:54:09 +00:00
Harry Moffat
57aebcba39 Added files 2004-08-09 16:50:01 +00:00
Harry Moffat
a43485ebaf Changed the name of a file. 2004-08-09 15:12:16 +00:00
Harry Moffat
233797d26c Added a file 2004-08-09 15:11:43 +00:00
Dave Goodwin
81f5771b59 improvements to the configuration process 2004-08-09 05:10:18 +00:00
Dave Goodwin
8da6622c31 *** empty log message *** 2004-08-07 06:06:21 +00:00
Harry Moffat
39f9739db6 Added a return statement. 2004-08-06 23:09:53 +00:00
Harry Moffat
c90db701db fixed a few vc++ errors. 2004-08-06 23:00:02 +00:00
Harry Moffat
9788de9846 added some more debugging stuff. 2004-08-06 22:54:39 +00:00
Harry Moffat
3880227fd4 Fixed an error on cygwin 2004-08-06 22:23:06 +00:00