[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

cvs2svn: timestamps

From: Dmitry Mikhin <dmitrym_at_acres.com.au>
Date: 2004-02-11 08:42:57 CET

Sorry for mailing this stuff twice. The first message is incomplete, please, discard it.

It seems that in assigning CVS revisions to SVN revisions and adjusting the times,
the script may break the sequential order of SVN revisions, so that later revisions
have earlier time stampt:

... subversion r 8612 trunk, built to RPM on RH9 ...

... converted a CVS repo ...

[dmitrym_at_manjushri svn]$ svn co svn+ssh://manjushri/owwe/trunk owwe
[dmitrym@manjushri svn]$ cd owwe
[dmitrym@manjushri owwe]$ svn log > 2

... see below ...

So, revisions 161 and 162 are later in time then revisions 163-165 (although
the difference is negligible and unlikely to cause problems).

Similar with revisions 62, 63.

Dmitry

[dmitrym@manjushri owwe]$ cat 2
------------------------------------------------------------------------
r182 | dmitrym | 2004-01-21 11:18:17 +1030 (Wed, 21 Jan 2004) | 2 lines

Changed to the new bibliography databases (journal names in separate files).

------------------------------------------------------------------------
r181 | dmitrym | 2004-01-16 14:46:47 +1030 (Fri, 16 Jan 2004) | 2 lines

Changed references to my latest papers to Mikhin2004 (instead of 2003).

------------------------------------------------------------------------
r180 | dmitrym | 2003-12-04 17:32:21 +1030 (Thu, 04 Dec 2003) | 4 lines

Print out the two lowest-order matrices of the T series.

Account for the dependency of loranplt.o on cfuntr.F.

------------------------------------------------------------------------
r179 | dmitrym | 2003-12-02 18:40:33 +1030 (Tue, 02 Dec 2003) | 2 lines

Bumped up the minor revision number.

------------------------------------------------------------------------
r178 | dmitrym | 2003-12-02 18:36:37 +1030 (Tue, 02 Dec 2003) | 3 lines

Limit the log argument both from below and above to avoid the overflow as
well.

------------------------------------------------------------------------
r177 | dmitrym | 2003-12-02 14:31:52 +1030 (Tue, 02 Dec 2003) | 9 lines

Added a test program for plotting the modulo of the Loran serier of the NLBC
transformation matrix T and its components R, M, and R^{-1}.

Only the free-space radiation NLBC supported.

The changes in cfuntr.F are enclosed into preprocessor conditionals and do
not affect the production library. A separate test library is produced for
linking the test program.

------------------------------------------------------------------------
r176 | dmitrym | 2003-11-06 16:55:01 +1030 (Thu, 06 Nov 2003) | 2 lines

Use ps2eps instead of ps2epsi (the latter has a bug under RedHat-9).

------------------------------------------------------------------------
r175 | dmitrym | 2003-11-06 16:54:30 +1030 (Thu, 06 Nov 2003) | 2 lines

Bumped minor version number.

------------------------------------------------------------------------
r174 | dmitrym | 2003-11-05 12:10:51 +1030 (Wed, 05 Nov 2003) | 2 lines

Removed formulas from the section titles - did not work with pdf.

------------------------------------------------------------------------
r173 | dmitrym | 2003-11-05 12:10:17 +1030 (Wed, 05 Nov 2003) | 2 lines

Ignore RPM spec for Intel compilers.

------------------------------------------------------------------------
r172 | dmitrym | 2003-08-11 15:22:25 +0930 (Mon, 11 Aug 2003) | 3 lines

Added a few words on running the model and on potential performance gain
(mixed results, in fact a bit slower on PIII.

------------------------------------------------------------------------
r171 | dmitrym | 2003-08-11 15:21:29 +0930 (Mon, 11 Aug 2003) | 5 lines

Fixed a bug: environmental variables must be passed to routines as
   TEXINPUTS="blah:blah" command
not as
   TEXINPUTS="blah:blah" && command

------------------------------------------------------------------------
r170 | dmitrym | 2003-08-11 14:36:14 +0930 (Mon, 11 Aug 2003) | 6 lines

The eps-pdf compilation rule used to create output files in the source
directory, not in the build directory.
This matters only for building from scratch (--enable-maintainer-mode) in a
directory different from the source dir.
Fixed by using the --output option of epstopdf.

------------------------------------------------------------------------
r169 | dmitrym | 2003-08-11 14:04:09 +0930 (Mon, 11 Aug 2003) | 2 lines

Updated.

------------------------------------------------------------------------
r168 | dmitrym | 2003-08-11 14:03:58 +0930 (Mon, 11 Aug 2003) | 3 lines

Added a spec for ifc RPM.
Remove autom4te* properly.

------------------------------------------------------------------------
r167 | dmitrym | 2003-08-11 14:03:29 +0930 (Mon, 11 Aug 2003) | 3 lines

Removed a hack for fixing texinfo make rules.
Added a spec for ifc RPM.

------------------------------------------------------------------------
r166 | dmitrym | 2003-08-11 14:02:45 +0930 (Mon, 11 Aug 2003) | 2 lines

Install docs/README* for subpackages.

------------------------------------------------------------------------
r165 | dmitrym | 2003-08-11 13:59:07 +0930 (Mon, 11 Aug 2003) | 2 lines

Removed fix_make.sed, added README.ifc.

------------------------------------------------------------------------
r164 | dmitrym | 2003-08-11 13:58:51 +0930 (Mon, 11 Aug 2003) | 2 lines

Describe how to build the model using Intel compiler suite.

------------------------------------------------------------------------
r163 | dmitrym | 2003-08-11 13:58:00 +0930 (Mon, 11 Aug 2003) | 2 lines

The hack unnecessary with latest autoconf, automake.

------------------------------------------------------------------------
r162 | dmitrym | 2003-08-11 14:01:20 +0930 (Mon, 11 Aug 2003) | 2 lines

Install extra docs.

------------------------------------------------------------------------
r161 | dmitrym | 2003-08-11 14:01:06 +0930 (Mon, 11 Aug 2003) | 2 lines

Spec file for building the model RPM using Intel compilers.

------------------------------------------------------------------------
r160 | dmitrym | 2003-08-11 13:57:16 +0930 (Mon, 11 Aug 2003) | 3 lines

Fixed OWWETAB settings for tests: points to the source tree, not the build
tree.

------------------------------------------------------------------------
r159 | dmitrym | 2003-08-11 13:56:42 +0930 (Mon, 11 Aug 2003) | 2 lines

More Fortran-77-sh.

------------------------------------------------------------------------
r158 | dmitrym | 2003-08-11 13:56:18 +0930 (Mon, 11 Aug 2003) | 3 lines

Intel ifc cannot read characters if a quote is not separated from the next
(previous) symbol, e.g. as 'Y'; (; starts the comment).

------------------------------------------------------------------------
r157 | dmitrym | 2003-08-07 11:06:47 +0930 (Thu, 07 Aug 2003) | 2 lines

Forgot from the previous commit: bumped up the minor version number.

------------------------------------------------------------------------
r156 | dmitrym | 2003-08-07 11:04:56 +0930 (Thu, 07 Aug 2003) | 5 lines

Boosted the performance (about 15%) by using real values for some of the
arrays in the 3-diagonal system. The affected arrays in question contain
(some functions of) density and flow velocity, that are real-valued for now.
The data type is configurable and is defined in 'configure.ac'.

------------------------------------------------------------------------
r155 | dmitrym | 2003-08-05 14:13:18 +0930 (Tue, 05 Aug 2003) | 2 lines

Bumped the minor version number.

------------------------------------------------------------------------
r154 | dmitrym | 2003-08-05 14:13:04 +0930 (Tue, 05 Aug 2003) | 2 lines

Described the latest changes.

------------------------------------------------------------------------
r153 | dmitrym | 2003-08-05 14:12:37 +0930 (Tue, 05 Aug 2003) | 2 lines

Avoid questions by 'mv -f'.

------------------------------------------------------------------------
r152 | dmitrym | 2003-08-05 14:11:28 +0930 (Tue, 05 Aug 2003) | 5 lines

Removed a temporary array U (uWork in owweprv4). Use the array X (Th in
owweprv4) instead, because its contents on entry is never used anyway.

Marked a suspected bug in NLBC usage in progon.

------------------------------------------------------------------------
r151 | dmitrym | 2003-08-05 14:09:41 +0930 (Tue, 05 Aug 2003) | 4 lines

Fixed the bug with long names of installation directories (exceeding the
Fortran fixed-form limit of 72 characters minus 6-space offset). Build the
character array in a different file using sed, then #include.

------------------------------------------------------------------------
r150 | dmitrym | 2003-08-01 15:23:02 +0930 (Fri, 01 Aug 2003) | 2 lines

Implemented the specializations, 16 in total.

------------------------------------------------------------------------
r149 | dmitrym | 2003-07-31 17:46:59 +0930 (Thu, 31 Jul 2003) | 3 lines

Removed inconsistencies in progon. Fully implemented the advanced
elimination, only non-specialized version for now.

------------------------------------------------------------------------
r148 | dmitrym | 2003-07-31 11:09:40 +0930 (Thu, 31 Jul 2003) | 3 lines

Documented a set of suspected bugs / deficiencies in the algorithm.
The bugs described as comments in the code.

------------------------------------------------------------------------
r147 | dmitrym | 2003-07-30 12:46:46 +0930 (Wed, 30 Jul 2003) | 2 lines

Moved all loops into separate routines to facilitate profiling.

------------------------------------------------------------------------
r146 | dmitrym | 2003-07-30 12:46:08 +0930 (Wed, 30 Jul 2003) | 3 lines

The array uWork is NOT reused on subsequent steps with unchanged bathy.
Hence, made it 1D, rather than Mz x Mt.

------------------------------------------------------------------------
r145 | dmitrym | 2003-07-24 15:23:58 +0930 (Thu, 24 Jul 2003) | 2 lines

Updated to cover the last modifications.

------------------------------------------------------------------------
r144 | dmitrym | 2003-07-24 13:45:05 +0930 (Thu, 24 Jul 2003) | 2 lines

Comments added on possible future improvements.

------------------------------------------------------------------------
r143 | dmitrym | 2003-07-24 12:16:45 +0930 (Thu, 24 Jul 2003) | 2 lines

Typo corrected in the title.

------------------------------------------------------------------------
r142 | dmitrym | 2003-07-24 12:16:25 +0930 (Thu, 24 Jul 2003) | 2 lines

Remove the profiler output in 'make clean'.

------------------------------------------------------------------------
r141 | dmitrym | 2003-07-24 12:16:05 +0930 (Thu, 24 Jul 2003) | 2 lines

Included file added to _SOURCES.

------------------------------------------------------------------------
r140 | dmitrym | 2003-07-16 17:02:45 +0930 (Wed, 16 Jul 2003) | 2 lines

Bumped the version.

------------------------------------------------------------------------
r139 | dmitrym | 2003-07-16 17:02:16 +0930 (Wed, 16 Jul 2003) | 3 lines

Emulate partial specialization, i.e. multiple code versions selected by
large-scope if-block instead of many small if-blocks.

------------------------------------------------------------------------
r138 | dmitrym | 2003-07-16 17:00:57 +0930 (Wed, 16 Jul 2003) | 3 lines

Measured the length of (an uninitialized) string instead of measuring the
length of the available character array.

------------------------------------------------------------------------
r137 | dmitrym | 2003-07-16 16:59:43 +0930 (Wed, 16 Jul 2003) | 3 lines

Ignore profiler output (if compiled with '-p').
Correctly test for OWWETAB, the test was reversed.

------------------------------------------------------------------------
r135 | dmitrym | 2003-07-15 11:23:02 +0930 (Tue, 15 Jul 2003) | 2 lines

Generated configuration macro, pkg-config rule, and rpm spec ignored.

------------------------------------------------------------------------
r134 | dmitrym | 2003-07-14 18:44:26 +0930 (Mon, 14 Jul 2003) | 2 lines

Docs installed according to stricter rules of rpm 4.1.

------------------------------------------------------------------------
r132 | dmitrym | 2003-07-14 18:42:58 +0930 (Mon, 14 Jul 2003) | 3 lines

The pre-processing flag removed all debugging information from the
executables.

------------------------------------------------------------------------
r123 | dmitrym | 2003-07-14 13:49:37 +0930 (Mon, 14 Jul 2003) | 2 lines

Cosmetics.

------------------------------------------------------------------------
r121 | dmitrym | 2003-07-14 13:49:03 +0930 (Mon, 14 Jul 2003) | 2 lines

configure.ac is in $srcdir

------------------------------------------------------------------------
r119 | dmitrym | 2003-07-14 13:48:37 +0930 (Mon, 14 Jul 2003) | 3 lines

Updated to reflect the latest changes.
ChangeLog reformatted latest entries first.

------------------------------------------------------------------------
r117 | dmitrym | 2003-07-14 13:47:45 +0930 (Mon, 14 Jul 2003) | 5 lines

Support of RPM and pkg-config.
Proper support of setting prefix and exec_prefix in make command line (see
the autoconf manual for explanation).
Correct use of ACLOCAL_FLAGS (finally!).

------------------------------------------------------------------------
r116 | dmitrym | 2003-07-14 13:46:17 +0930 (Mon, 14 Jul 2003) | 5 lines

New configuration interface of support libraries.
Underquoting cases trimmed.
Cosmetics.
Support of RPM and pkg-config.

------------------------------------------------------------------------
r115 | dmitrym | 2003-07-14 13:44:39 +0930 (Mon, 14 Jul 2003) | 2 lines

Check or set the OWWETAB environmental variable for tests.

------------------------------------------------------------------------
r114 | dmitrym | 2003-07-14 13:43:46 +0930 (Mon, 14 Jul 2003) | 2 lines

Added ram2grd. Link cpl2grd and ram2grd with FLIBS explicitly.

------------------------------------------------------------------------
r113 | dmitrym | 2003-07-14 13:43:12 +0930 (Mon, 14 Jul 2003) | 2 lines

Relative sym-link. Works with relocatable RPM packages.

------------------------------------------------------------------------
r112 | dmitrym | 2003-07-14 13:42:36 +0930 (Mon, 14 Jul 2003) | 2 lines

pkglib_LIBRARIES, not lib_LIBRARIES

------------------------------------------------------------------------
r111 | dmitrym | 2003-07-14 13:41:27 +0930 (Mon, 14 Jul 2003) | 2 lines

Configuration using pkg-config.

------------------------------------------------------------------------
r110 | dmitrym | 2003-07-14 13:41:05 +0930 (Mon, 14 Jul 2003) | 3 lines

Project RPMized. Creates a set of RPMs for binaries, development (libraries,
includes, configuration), examples, docs, and Matlab drawing tools.

------------------------------------------------------------------------
r109 | dmitrym | 2003-07-14 13:39:57 +0930 (Mon, 14 Jul 2003) | 4 lines

The macro file is generated in makefile to provide for custom installation
directories. Use updated configuration interfaces of all the support
libraries.

------------------------------------------------------------------------
r102 | dmitrym | 2003-06-24 17:53:22 +0930 (Tue, 24 Jun 2003) | 2 lines

Continued.

------------------------------------------------------------------------
r101 | dmitrym | 2003-06-20 17:13:09 +0930 (Fri, 20 Jun 2003) | 2 lines

Adjusted to the names used in the new Makefile.am

------------------------------------------------------------------------
r100 | dmitrym | 2003-06-20 17:10:51 +0930 (Fri, 20 Jun 2003) | 2 lines

File restored.

------------------------------------------------------------------------
r99 | dmitrym | 2003-06-20 17:08:51 +0930 (Fri, 20 Jun 2003) | 2 lines

Added converter for RAM's tl.grid.

------------------------------------------------------------------------
r95 | dmitrym | 2003-06-10 15:34:34 +0930 (Tue, 10 Jun 2003) | 2 lines

Verify LaTeX, ps, and pdf tools during configuration.

------------------------------------------------------------------------
r94 | dmitrym | 2003-06-10 15:33:35 +0930 (Tue, 10 Jun 2003) | 6 lines

Continued:
- uses latexmk for compilation and dependence management
- creates hyperlinked pdf
- detailed proof of the discrete FRT, including one more picture (reversed)
- design doc continued

------------------------------------------------------------------------
r93 | dmitrym | 2003-06-10 15:30:54 +0930 (Tue, 10 Jun 2003) | 2 lines

Renamed.

------------------------------------------------------------------------
r92 | dmitrym | 2003-05-20 18:16:57 +0930 (Tue, 20 May 2003) | 2 lines

Build *.pdf on the fly, if ps2pdf is found.

------------------------------------------------------------------------
r91 | dmitrym | 2003-05-20 17:29:15 +0930 (Tue, 20 May 2003) | 3 lines

Design document continued.
PostScript generation debugged.

------------------------------------------------------------------------
r90 | dmitrym | 2003-05-20 15:27:15 +0930 (Tue, 20 May 2003) | 2 lines

Design document split into a separate file.

------------------------------------------------------------------------
r89 | dmitrym | 2003-05-14 18:14:35 +0930 (Wed, 14 May 2003) | 3 lines

Continued to include the discussion on the future RUN-file. An example is
provided.

------------------------------------------------------------------------
r88 | dmitrym | 2003-02-27 13:08:23 +1030 (Thu, 27 Feb 2003) | 2 lines

Continued. To be continued.

------------------------------------------------------------------------
r87 | dmitrym | 2003-02-24 18:24:44 +1030 (Mon, 24 Feb 2003) | 3 lines

Keep going.
Added one more figure.

------------------------------------------------------------------------
r86 | dmitrym | 2003-02-20 17:50:59 +1030 (Thu, 20 Feb 2003) | 2 lines

Keep going...

------------------------------------------------------------------------
r85 | dmitrym | 2003-02-19 14:49:06 +1030 (Wed, 19 Feb 2003) | 2 lines

Keep going.

------------------------------------------------------------------------
r84 | dmitrym | 2003-02-14 17:57:35 +1030 (Fri, 14 Feb 2003) | 2 lines

Continued.

------------------------------------------------------------------------
r83 | dmitrym | 2003-02-13 12:30:22 +1030 (Thu, 13 Feb 2003) | 2 lines

Continued.

------------------------------------------------------------------------
r82 | dmitrym | 2003-02-11 18:47:33 +1030 (Tue, 11 Feb 2003) | 2 lines

Continued.

------------------------------------------------------------------------
r81 | dmitrym | 2003-02-11 18:47:22 +1030 (Tue, 11 Feb 2003) | 2 lines

Renamed to eliminate misspelling.

------------------------------------------------------------------------
r80 | dmitrym | 2003-02-10 18:03:47 +1030 (Mon, 10 Feb 2003) | 2 lines

Continued.

------------------------------------------------------------------------
r79 | dmitrym | 2003-02-10 13:37:49 +1030 (Mon, 10 Feb 2003) | 5 lines

A hack added to bypass the autoconf bug in generating TEXINFOS variable (no
newline after \). The fix is incomplete: it works when you run configure,
but does not work if the docs/Makefile is remade automatically (through
--enable-maintainer-mode).

------------------------------------------------------------------------
r78 | dmitrym | 2003-02-10 13:36:07 +1030 (Mon, 10 Feb 2003) | 3 lines

Documentation of the numerical solution added.
First draft only.

------------------------------------------------------------------------
r77 | dmitrym | 2003-01-30 10:26:57 +1030 (Thu, 30 Jan 2003) | 2 lines

Updated.

------------------------------------------------------------------------
r76 | dmitrym | 2003-01-29 17:18:57 +1030 (Wed, 29 Jan 2003) | 2 lines

One more example / test.

------------------------------------------------------------------------
r75 | dmitrym | 2003-01-29 11:57:31 +1030 (Wed, 29 Jan 2003) | 3 lines

Save bottom topography as well.
Sub-sample TL data and truncate bottom topography data to save space.

------------------------------------------------------------------------
r74 | dmitrym | 2003-01-29 11:56:46 +1030 (Wed, 29 Jan 2003) | 2 lines

Bug (or *feature*) found.

------------------------------------------------------------------------
r73 | dmitrym | 2003-01-29 11:56:11 +1030 (Wed, 29 Jan 2003) | 3 lines

Data files sub-sampled or truncated to save space.
Plots updated accordingly.

------------------------------------------------------------------------
r72 | dmitrym | 2003-01-29 11:19:38 +1030 (Wed, 29 Jan 2003) | 2 lines

Removed extra stuff.

------------------------------------------------------------------------
r71 | dmitrym | 2003-01-29 10:51:24 +1030 (Wed, 29 Jan 2003) | 2 lines

One more test added.

------------------------------------------------------------------------
r70 | dmitrym | 2003-01-29 10:30:27 +1030 (Wed, 29 Jan 2003) | 2 lines

Example data files completed.

------------------------------------------------------------------------
r69 | dmitrym | 2003-01-23 18:33:48 +1030 (Thu, 23 Jan 2003) | 2 lines

Added -t option for TL.

------------------------------------------------------------------------
r68 | dmitrym | 2003-01-23 18:33:35 +1030 (Thu, 23 Jan 2003) | 2 lines

Tests added.

------------------------------------------------------------------------
r67 | dmitrym | 2003-01-23 18:33:27 +1030 (Thu, 23 Jan 2003) | 2 lines

Misspelled file.

------------------------------------------------------------------------
r66 | dmitrym | 2003-01-23 18:32:55 +1030 (Thu, 23 Jan 2003) | 2 lines

Ignore - not ready.

------------------------------------------------------------------------
r65 | dmitrym | 2003-01-23 18:30:18 +1030 (Thu, 23 Jan 2003) | 2 lines

Scripts for new tests.

------------------------------------------------------------------------
r64 | dmitrym | 2003-01-23 18:30:07 +1030 (Thu, 23 Jan 2003) | 2 lines

New test.

------------------------------------------------------------------------
r63 | dmitrym | 2003-01-23 18:31:46 +1030 (Thu, 23 Jan 2003) | 2 lines

Yet again.

------------------------------------------------------------------------
r62 | dmitrym | 2003-01-23 18:31:29 +1030 (Thu, 23 Jan 2003) | 2 lines

Try again.

------------------------------------------------------------------------
r61 | dmitrym | 2003-01-23 18:27:33 +1030 (Thu, 23 Jan 2003) | 2 lines

Ignore directory - not ready yet.

------------------------------------------------------------------------
r60 | dmitrym | 2003-01-23 18:26:07 +1030 (Thu, 23 Jan 2003) | 2 lines

Renamed.

------------------------------------------------------------------------
r59 | dmitrym | 2003-01-23 18:25:39 +1030 (Thu, 23 Jan 2003) | 2 lines

Added doc (empty now).

------------------------------------------------------------------------
r58 | dmitrym | 2003-01-23 18:25:07 +1030 (Thu, 23 Jan 2003) | 2 lines

Added (empty now).

------------------------------------------------------------------------
r57 | dmitrym | 2003-01-22 17:48:03 +1030 (Wed, 22 Jan 2003) | 3 lines

Ignore built files (limits, limits.txt).
Reciprocity tests added.

------------------------------------------------------------------------
r56 | dmitrym | 2003-01-22 17:47:23 +1030 (Wed, 22 Jan 2003) | 2 lines

Use $AWK instead of hard-coded awk.

------------------------------------------------------------------------
r55 | dmitrym | 2003-01-22 17:46:33 +1030 (Wed, 22 Jan 2003) | 2 lines

Reciprocity tests added.

------------------------------------------------------------------------
r54 | dmitrym | 2003-01-22 13:32:30 +1030 (Wed, 22 Jan 2003) | 2 lines

Forgot.

------------------------------------------------------------------------
r53 | dmitrym | 2003-01-22 13:31:06 +1030 (Wed, 22 Jan 2003) | 4 lines

Proper install/uninstall of the test examples using respective hook rules.
Proper make check in the project directory or any other build directory.
Installed examples (their scripts) work from any location.

------------------------------------------------------------------------
r52 | dmitrym | 2003-01-22 13:11:15 +1030 (Wed, 22 Jan 2003) | 2 lines

Remember location of limits.txt using build_datadir variable.

------------------------------------------------------------------------
r51 | dmitrym | 2003-01-22 13:09:55 +1030 (Wed, 22 Jan 2003) | 2 lines

Warning message printed after the title.

------------------------------------------------------------------------
r50 | dmitrym | 2003-01-22 13:09:26 +1030 (Wed, 22 Jan 2003) | 2 lines

Explicit list of all files for dist and install. No wildcards.

------------------------------------------------------------------------
r49 | dmitrym | 2003-01-22 13:09:07 +1030 (Wed, 22 Jan 2003) | 2 lines

Explicit list of all files. No wildcards.

------------------------------------------------------------------------
r48 | dmitrym | 2003-01-21 19:25:08 +1030 (Tue, 21 Jan 2003) | 2 lines

New-style tests directory.

------------------------------------------------------------------------
r46 | dmitrym | 2003-01-20 11:31:58 +1030 (Mon, 20 Jan 2003) | 2 lines

Proper install/uninstall.

------------------------------------------------------------------------
r45 | dmitrym | 2003-01-17 18:02:21 +1030 (Fri, 17 Jan 2003) | 3 lines

Trying to solve problems with make distcheck : hook in share/examples cannot
write into the read-only temporary installation directory.

------------------------------------------------------------------------
r44 | dmitrym | 2003-01-17 17:51:56 +1030 (Fri, 17 Jan 2003) | 3 lines

TODO file brought to a consistent format.
CVS ignores the distribution tarball / directory.

------------------------------------------------------------------------
r43 | dmitrym | 2003-01-17 17:26:30 +1030 (Fri, 17 Jan 2003) | 3 lines

Removed preprocessor definition -D OWWE400 - now there is only one,
contemporary version in the main trunk.

------------------------------------------------------------------------
r42 | dmitrym | 2003-01-17 17:19:18 +1030 (Fri, 17 Jan 2003) | 2 lines

Added/updated copyright message.

------------------------------------------------------------------------
r41 | dmitrym | 2003-01-17 17:18:56 +1030 (Fri, 17 Jan 2003) | 2 lines

Added copyright message.

------------------------------------------------------------------------
r40 | dmitrym | 2003-01-17 16:55:02 +1030 (Fri, 17 Jan 2003) | 2 lines

Install tests as examples.

------------------------------------------------------------------------
r38 | dmitrym | 2003-01-17 16:18:03 +1030 (Fri, 17 Jan 2003) | 2 lines

Removed stuff not used in the current version.

------------------------------------------------------------------------
r37 | dmitrym | 2003-01-17 15:20:20 +1030 (Fri, 17 Jan 2003) | 2 lines

Ignore derived files.

------------------------------------------------------------------------
r36 | dmitrym | 2003-01-17 15:20:10 +1030 (Fri, 17 Jan 2003) | 2 lines

Install docs.

------------------------------------------------------------------------
r35 | dmitrym | 2003-01-17 15:20:00 +1030 (Fri, 17 Jan 2003) | 3 lines

Ignore derived files.
Configure docs.

------------------------------------------------------------------------
r20 | dmitrym | 2003-01-16 12:24:55 +1030 (Thu, 16 Jan 2003) | 3 lines

Added matlab stuff.
Added docs to the distribution.

------------------------------------------------------------------------
r10 | dmitrym | 2003-01-16 09:46:17 +1030 (Thu, 16 Jan 2003) | 2 lines

Updated

------------------------------------------------------------------------
r9 | dmitrym | 2003-01-15 17:43:45 +1030 (Wed, 15 Jan 2003) | 2 lines

Sample updated and moved into TODO file

------------------------------------------------------------------------
r8 | dmitrym | 2003-01-15 17:35:44 +1030 (Wed, 15 Jan 2003) | 2 lines

FFLAGS was not set automatically (a bug in autoconf?)

------------------------------------------------------------------------
r7 | dmitrym | 2003-01-15 17:29:43 +1030 (Wed, 15 Jan 2003) | 2 lines

Renamed configure.in into configure.ac

------------------------------------------------------------------------
r6 | dmitrym | 2003-01-15 17:26:20 +1030 (Wed, 15 Jan 2003) | 2 lines

Forgot again.

------------------------------------------------------------------------
r5 | dmitrym | 2003-01-15 17:20:54 +1030 (Wed, 15 Jan 2003) | 2 lines

Forgotten while bringing the source tree to the state of modern OWWE.

------------------------------------------------------------------------
r4 | dmitrym | 2003-01-15 17:18:48 +1030 (Wed, 15 Jan 2003) | 2 lines

Brought the source tree to the state of modern OWWE.

------------------------------------------------------------------------
r3 | dmitrym | 2003-01-15 16:53:22 +1030 (Wed, 15 Jan 2003) | 7 lines

Brought in the files from the current OWWE.

WARNING:
This is an inconsistent bundle of files that does not correspond to any
version in particular. It is just a convenient stop-over during the import
of the model into CVS.

------------------------------------------------------------------------
r1 | dmitrym | 2003-01-15 16:00:26 +1030 (Wed, 15 Jan 2003) | 2 lines

Initial revision

------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 11 21:25:59 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.