|
|
Log of /AMOS/src/Utils/runAmos.cc
Revision 1.16 - (view) (download) - [select for diffs] Sun Jun 22 15:19:07 2008 UTC (3 months, 2 weeks ago) by aphillippy Branch: MAIN CVS Tags: HEAD Changes since 1.15: +1 -0 lines Diff to previous 1.15 gcc 4.3 fixes Revision 1.15 - (view) (download) - [select for diffs] Tue Jun 6 18:04:01 2006 UTC (2 years, 4 months ago) by mcschatz Branch: MAIN CVS Tags: AMOS_2_0_0, AMOS_2_0_1 Changes since 1.14: +7 -7 lines Diff to previous 1.14 Fix buffer overrun Revision 1.14 - (view) (download) - [select for diffs] Tue May 23 21:31:31 2006 UTC (2 years, 4 months ago) by mcschatz Branch: MAIN Changes since 1.13: +9 -0 lines Diff to previous 1.13 Add echo mode to see what would run Revision 1.13 - (view) (download) - [select for diffs] Thu Apr 6 19:03:30 2006 UTC (2 years, 6 months ago) by mcschatz Branch: MAIN Changes since 1.12: +2 -2 lines Diff to previous 1.12 Append to logfile Revision 1.12 - (view) (download) - [select for diffs] Wed Jul 20 16:41:14 2005 UTC (3 years, 2 months ago) by mpop Branch: MAIN CVS Tags: v1_4_0b Changes since 1.11: +1 -1 lines Diff to previous 1.11 Fixed bug that led to coredump if the length of the suffix in "strip" command was longer than the content of the variable. Revision 1.11 - (view) (download) - [select for diffs] Mon Apr 4 21:57:20 2005 UTC (3 years, 6 months ago) by mpop Branch: MAIN CVS Tags: v1_3_0, v1_3_1 Changes since 1.10: +21 -0 lines Diff to previous 1.10 Added user@host to logfile. Revision 1.10 - (view) (download) - [select for diffs] Thu Mar 24 15:10:10 2005 UTC (3 years, 6 months ago) by mpop Branch: MAIN Changes since 1.9: +46 -27 lines Diff to previous 1.9 Fixed a problem with variable assignments. Essentially, the $(shell operator did not have access to files created during the execution of the program. Also added a mechanism for escaping the ')' within a variable definition. Revision 1.9 - (view) (download) - [select for diffs] Mon Mar 21 21:35:12 2005 UTC (3 years, 6 months ago) by mpop Branch: MAIN Changes since 1.8: +3 -0 lines Diff to previous 1.8 updated help text Revision 1.8 - (view) (download) - [select for diffs] Mon Mar 21 21:26:53 2005 UTC (3 years, 6 months ago) by mpop Branch: MAIN Changes since 1.7: +22 -66 lines Diff to previous 1.7 Made a few changes: 1. variable assignments now allow two special functions: $(shell command) - run command and return output $(strip prefix VAR) - strip the specified prefix from variable VAR 2. multiple command line parameters are supported. They can be accessed as: $(0), $(1), ... . $(0) is synonymous with $(PREFIX) 3. -clean option now only cleans files in the TEMPS variable 4. Configuration file specific help information is specified within lines starting with #? 5. Multiline commands can use the end-of-line escape mechanism (\). 6. Added the EXPECT operator to specify the number of parameters required by a specific configuration file. Also updated the documentation. Revision 1.7 - (view) (download) - [select for diffs] Mon Mar 21 16:22:26 2005 UTC (3 years, 6 months ago) by mpop Branch: MAIN Changes since 1.6: +92 -63 lines Diff to previous 1.6 Works now, just one more option to add. Revision 1.6 - (view) (download) - [select for diffs] Fri Mar 18 18:04:19 2005 UTC (3 years, 6 months ago) by mpop Branch: MAIN Changes since 1.5: +210 -74 lines Diff to previous 1.5 Doesn't work yet but getting ready for major reorg of code Revision 1.5 - (view) (download) - [select for diffs] Mon Aug 30 18:46:33 2004 UTC (4 years, 1 month ago) by mpop Branch: MAIN CVS Tags: v1_2_5, v1_2_7, v1_2_8, v1_2_9 Changes since 1.4: +18 -2 lines Diff to previous 1.4 runAmos used to not exit properly when a sub-program coredumped or aborted. Now it does. Revision 1.4 - (view) (download) - [select for diffs] Thu Aug 26 21:55:14 2004 UTC (4 years, 1 month ago) by mpop Branch: MAIN Changes since 1.3: +2 -0 lines Diff to previous 1.3 made sure logFile flushes the output Revision 1.3 - (view) (download) - [select for diffs] Mon Aug 23 20:11:22 2004 UTC (4 years, 1 month ago) by aphillip Branch: MAIN CVS Tags: v1_2_4 Changes since 1.2: +8 -4 lines Diff to previous 1.2 portability enhancements Revision 1.2 - (view) (download) - [select for diffs] Thu Aug 12 19:21:42 2004 UTC (4 years, 1 month ago) by dsommer Branch: MAIN CVS Tags: v1_2_3 Changes since 1.1: +2 -1 lines Diff to previous 1.1 added iostream include to runAmos Revision 1.1 - (view) (download) - [select for diffs] Thu Aug 12 18:21:51 2004 UTC (4 years, 1 month ago) by mpop Branch: MAIN Added runAmos.cc to distribution This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision. |
| Powered by ViewVC 1.0.5 | ViewVC Help |