- 29 Jan, 2014 1 commit
-
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. just started to find out, what is waiting here...
-
- 28 Jan, 2014 11 commits
-
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. 2ec11b5 [WP][FIX][API] (ticket10tsxx): provide tested snapshot tar-ball 4723b0b [WP][DOC] (ticket10tsxx): note API modification in doxygen documentation 7081d0a [WP][DOC] (ticket10tsxx): provide proper copying information 20e5bfa [WP][TASK] (ticket10tsxx): group entries in flist Merge branch 'ticket10tsxx' into ticket10 Conflicts: src/README.dependencies libtsxx is disentangled from libtfxx snapshot packages are provided and tested Missing: - libtsioxx must also be made available - all application programs must be adjusted to the new interface provided by libtsxx and respective modules must be directed to libtsioxx
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. libtsxx is now disentangled from libtfxx. This commit does: - document the dependencies - adjust the Makefile for package creation This library is ready for publication Missing: - libtsioxx must also be made available - all application programs must be adjusted to the new interface provided by libtsxx and respective modules must be directed to libtsioxx
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. c4acdaf [WP][FIX][API][!!!] (branch): provide snapshot of libtfxx 875de26 [WP][DOC] (ticket10tfxx): note API modification in doxygen documentation 7e6b077 [WP][DOC] (ticket10tfxx): provide proper copying information f4be379 [WP][TASK] (ticket10tfxx): group entries in flist libtfxx is now fully self-contained after being disentangled from libtsxx. Documentation, and Makefile are adjusted such that a snapshot tar-ball can be published. Missing: - Publication is only reasonable after libtsxx, libtsioxx, and all application programs which use the respective libraries have been fixed too
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. After having disentangled libtfxx and libtsxx it appears that libtfxx has become self-contained (see below). Rules for snapshot packages as well as documentation of dependencies have been adjusted. There is no need to provid a "withlibs" version of the snapshot tar-ball. The snapshot tar-ball has been tested in the test environment and compiles well. Checking dependencies: thof@stina:~/git/TFSoftware/src/libs/libtfxx> depcheck.sh $(find . -name \*d) tfxx thof@stina:~/git/TFSoftware/src/libs/libtfxx> checklinkedlibs report libraries being used to link against ./Makefile: boost_regex gsl gslcblas ./tests/Makefile: f2c m tf tf77 tfxx
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. added note to doxygen.txt
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. Revision of file COPYING
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. changed Makefile to present files in groups in flist
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. added note to doxygen.txt and fixed doxygen dependency in Makefile
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. Revision of file COPYING
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. changed Makefile to present files in groups in flist
-
- 27 Jan, 2014 4 commits
-
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. adjusted basic documentation of new library still missing: - description of purpose of library and provided interfaces
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. copied all required files for the new library to the source code directory
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. Advance time series input/output module is moved to a dedicated library libtsioxx. This hopefully breaks the undesired bilateral dependency between libtsxx and libtfxx. libtsioxx then depends on libtfxx as well as liibtsxx Side-effetcs: The interface to time series input/output modules changes for application programs. Application programs must be adjusted appropriatedly. The interface formerly provided by libtfxx is used by stuploxx: ./ts/stuploxx/utilitystructures.h:#include <tfxx/readtsdata.h> ./ts/stuploxx/datatrace.h:#include <tfxx/readtsdata.h> ./ts/stuploxx/datafile.h:#include <tfxx/readtsdata.h> The interface formerly provided by libtsxx is used by several application programs: ./conv/misc/mgm2sff.cc:#include <tsxx/sffheaders.h> ./conv/ThiesDL1/functions.cc:#include<tsxx/sffheaders.h> ./ts/wf/sigval.cc:#include <tsxx/sffheaders.h> ./ts/wf/noisymize.cc:#include <tsxx/sffheaders.h> ./ts/wf/deconv.cc:#include <tsxx/sffheaders.h> ./ts/wf/soutifu.cc:#include <tsxx/sffheaders.h> ./ts/wf/teseco.cc:#include <tsxx/sffheaders.h> ./ts/wf/foutra.cc:#include <tsxx/sffheaders.h> ./ts/cal/dccal.cc:#include <tsxx/sffheaders.h> ./ts/stuploxx/datatrace.h:#include <tsxx/sffheaders.h>
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. Removed advanceѕtime series input/output as presented in sffheaders.cc and sffheaders.h and moved those files to a new library. These files strongly depended on code in libtfxx which is undesired. The bilateral relationship between libtfxx and libtsxx is most appropriately be resolved by introducing a new library which depends on both, libtsxx and libtfxx. After making libtsxx independent of libtfxx I was unable to make libtfxx compile. This is due to libtfx file types being reimplemented in libtsxx necessarily. Side-effects: - the modification started here, will change the library interfaces expected by time series filter and plot programs
-
- 26 Jan, 2014 5 commits
-
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. notice: code does not compile Exception class is duplicate now one in tsxx.h and once in error.h
-
- 25 Jan, 2014 6 commits
-
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. prepare-commit-msg.trunk.refuse is the only useful hook currently SVN Path: http://gpitrsvn.gpi.uni-karlsruhe.de/repos/TFSoftware/trunk SVN Revision: 5518 SVN UUID: 67feda4a-a26e-11df-9d6e-31afc202ad0c
-
- 24 Jan, 2014 1 commit
-
-
ssh://gitserver//home/tforb/NFSspace/distrib/TFSoftwarethomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
- 21 Jan, 2014 12 commits
-
-
ssh://gpitrsvn/home/tforb/git/TFSoftwarethomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
ssh://gpitrsvn/home/tforb/git/TFSoftwarethomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. SVN Path: http://gpitrsvn.gpi.uni-karlsruhe.de/repos/TFSoftware/trunk SVN Revision: 5506 SVN UUID: 67feda4a-a26e-11df-9d6e-31afc202ad0c
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. SVN Path: http://gpitrsvn.gpi.uni-karlsruhe.de/repos/TFSoftware/trunk SVN Revision: 5505 SVN UUID: 67feda4a-a26e-11df-9d6e-31afc202ad0c
-
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. There are several files in a transitional state, in particular several README files must be filled with content Conflicts: scr/util/git/gitsvnalign SVN Path: http://gpitrsvn.gpi.uni-karlsruhe.de/repos/TFSoftware/trunk SVN Revision: 5504 SVN UUID: 67feda4a-a26e-11df-9d6e-31afc202ad0c
-
ssh://gpitrsvn/home/tforb/git/TFSoftwarethomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. 1548947 2014-01-21 17:07:28 +0100 Thomas Forbriger <Thomas.Forbriger@kit.edu> gitsvnalign: present log record first scr/util/git/gitsvnalign | 2 ++ 1 file changed, 2 insertions(+) 016e947 2014-01-21 16:07:51 +0100 Thomas Forbriger <Thomas.Forbriger@kit.edu> marked accounts to be disabled texts/accounts.txt | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 9942d45 2014-01-21 16:03:15 +0100 Thomas Forbriger <Thomas.Forbriger@kit.edu> accounts active as of 21.1.2014 texts/accounts.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) eda95bc 2014-01-21 13:20:43 +0100 Thomas Forbriger <Thomas.Forbriger@kit.edu> added TF_EDIT to TFbashrc src/TFbashrc | 6 ++++++ 1 file changed, 6 insertions(+) a10ee63 2014-01-19 10:50:13 +0000 tforb <tforb@67feda4a-a26e-11df-9d6e-31afc202ad0c> new helper script scr/util/git/gitsvnalign | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 6047799 2014-01-08 22:03:44 +0000 tmetz <tmetz@67feda4a-a26e-11df-9d6e-31afc202ad0c> removed Flags src/green/gremlin1/cxx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) SVN Path: http://gpitrsvn.gpi.uni-karlsruhe.de/repos/TFSoftware/trunk SVN Revision: 5503 SVN UUID: 67feda4a-a26e-11df-9d6e-31afc202ad0c
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. SVN Path: http://gpitrsvn.gpi.uni-karlsruhe.de/repos/TFSoftware/branches/gremlin SVN Revision: 5462 SVN UUID: 67feda4a-a26e-11df-9d6e-31afc202ad0c
-
thomas.forbriger authored
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details.
-
This is a legacy commit from before 2015-03-01. It may be incomplete as well as inconsistent. See COPYING.legacy and README.history for details. sg056iter.gpt: corrected calculation of poles calexiterextract.awk: implemented new mode "persearchrange" sg056resp.gpt: new script to plot response function SVN Path: http://gpitrsvn.gpi.uni-karlsruhe.de/repos/TFSoftware/trunk SVN Revision: 5502 SVN UUID: 67feda4a-a26e-11df-9d6e-31afc202ad0c
-