Show
Ignore:
Timestamp:
07/23/07 20:54:34 (19 months ago)
Author:
wehart
Message:

Merged revisions 473-539 via svnmerge from
https://software.sandia.gov/svn/public/exact/exact/trunk

……..

r477 | lafisk | 2007-02-26 10:30:12 -0700 (Mon, 26 Feb 2007) | 6 lines


new option —enable-static executables
normally executables are built with shared libraries if they are
available. SPOT need the option to force these to be built with
all static libraries

……..

r492 | lafisk | 2007-04-09 10:12:54 -0600 (Mon, 09 Apr 2007) | 2 lines


Fix static executable flags for GCC case

……..

r493 | lafisk | 2007-04-11 12:53:41 -0600 (Wed, 11 Apr 2007) | 4 lines


link with libutilib.la instead of libutilib.a.
We now are allowing —disable-static.

……..

r494 | schake | 2007-05-14 16:39:40 -0600 (Mon, 14 May 2007) | 3 lines


Added hooks for exit_comment in Validation checks
Will print exit_comment on after initial explanation, if non-null.

……..

r495 | schake | 2007-05-14 17:03:30 -0600 (Mon, 14 May 2007) | 2 lines


fixed location of exact (no longer ../../bin/exact)

……..

r505 | jberry | 2007-05-25 13:37:38 -0600 (Fri, 25 May 2007) | 3 lines


OptionValueDictionary? to store values associate with multiple occurrence of the same factor.

……..

r506 | lafisk | 2007-05-29 10:58:32 -0600 (Tue, 29 May 2007) | 3 lines


ctypes is new in python 2.5
adding an alternative for earlier python versions

……..

r507 | lafisk | 2007-05-30 15:10:10 -0600 (Wed, 30 May 2007) | 2 lines


fix logic around "import ctypes", want when we're NOT on windows

……..

r508 | wehart | 2007-06-01 18:29:30 -0600 (Fri, 01 Jun 2007) | 3 lines


Adding an analysis mechanism that applies 'lcov' to generate
code coverage web pages. See the colin/test/lcov.study.xml example.

……..

r509 | wehart | 2007-06-01 18:37:05 -0600 (Fri, 01 Jun 2007) | 2 lines


Misc fix.

……..

r512 | wehart | 2007-06-03 22:36:57 -0600 (Sun, 03 Jun 2007) | 3 lines


Revision to the lcov analysis. This deletes all of the lcov files, so that
the next analysis is with fresh data.

……..

r513 | wehart | 2007-06-04 15:30:03 -0600 (Mon, 04 Jun 2007) | 3 lines


Adding a 'set()' method to explicitly reset the value of an
option.

……..

r514 | wehart | 2007-06-04 16:00:39 -0600 (Mon, 04 Jun 2007) | 3 lines


Misc fix for option/value management. Needed to add a iter
method to the OptionValueDictionary?.

……..

r515 | wehart | 2007-06-05 14:34:03 -0600 (Tue, 05 Jun 2007) | 3 lines


Misc change. Anything that doesn't have an equal in it is added as an option
with a 'None' value.

……..

r516 | wehart | 2007-06-05 14:49:16 -0600 (Tue, 05 Jun 2007) | 2 lines


Other error checks.

……..

r517 | jberry | 2007-06-05 15:43:34 -0600 (Tue, 05 Jun 2007) | 2 lines


"None" gets passed to the input file for long options without values.

……..

r518 | jberry | 2007-06-06 10:12:12 -0600 (Wed, 06 Jun 2007) | 6 lines


Revisions to handle —foo (without the …=bar) factors and options
Exact now writes into the input file:


foo ExactNone?

……..

r520 | wehart | 2007-06-06 15:45:54 -0600 (Wed, 06 Jun 2007) | 3 lines


Translating 'bad' characters that could make the *log.xml an invalid
XML file.

……..

r525 | wehart | 2007-06-11 09:49:09 -0600 (Mon, 11 Jun 2007) | 3 lines


Adding filtering for control characters, which are not
supported in XML.

……..

r528 | wehart | 2007-06-13 16:47:31 -0600 (Wed, 13 Jun 2007) | 2 lines


Adding R wrapper utilites for statistical tests.

……..

r529 | wehart | 2007-06-17 23:11:43 -0600 (Sun, 17 Jun 2007) | 4 lines


Adding the ability to process 'infinity' values for measurements. These are set to
very positivie/negative values, since Python does not uniformly handle
Infinity in a standard way.

……..

r530 | wehart | 2007-06-18 12:51:56 -0600 (Mon, 18 Jun 2007) | 3 lines


A first stab at an analysis that can generate a table that
can be read into R.

……..

r532 | wehart | 2007-06-20 00:28:30 -0600 (Wed, 20 Jun 2007) | 2 lines


Misc cleanup of error messages.

……..

r533 | wehart | 2007-06-20 00:56:09 -0600 (Wed, 20 Jun 2007) | 3 lines


Fixing errors in the generation of *in files when you
have newlines in the factor value.

……..

r534 | wehart | 2007-06-20 00:57:07 -0600 (Wed, 20 Jun 2007) | 6 lines


Removing the 'python' declarations in the
example command lines.


Adding example22, which was used to diagnose
the behavior of the input file generation.

……..

r536 | wehart | 2007-06-22 08:56:00 -0600 (Fri, 22 Jun 2007) | 2 lines


Misc update.

……..

Location:
exact/stable/1.1
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • exact/stable/1.1

    • Property svnmerge-integrated changed from /exact/stable/1.0:1-147,431-433 /exact/trunk:1-472 to /exact/stable/1.0:1-147,431-433 /exact/trunk:1-539
  • exact/stable/1.1/test/example19.study.xml

    r391 r540  
    2525    </factors> 
    2626    <controls> 
    27        <executable>python testfn.script</executable> 
     27       <executable>testfn.script</executable> 
    2828       <replication>1 
    2929          <seeds>1008734987</seeds> 
     
    4848    </factors> 
    4949    <controls> 
    50        <executable>python testfn.script</executable> 
     50       <executable>testfn.script</executable> 
    5151       <replication>1 
    5252          <seeds>1008734987</seeds>