ff3d-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff3d-dev] ChangeLog on 20041229


From: delpino
Subject: [ff3d-dev] ChangeLog on 20041229
Date: Wed, 29 Dec 2004 23:50:26 +0100

2004-12-29 Wednesday  delpinux

        Changed:
                utils/StaticCenter.cpp (1.4), "Exp", lines: +1 -13
                utils/ThreadStaticCenter.cpp (1.3), "Exp", lines: +9 -2

        Moved some thead related static members from StaticCenter to the
        ThreadStaticCenter. This is a first step to a thead-safe version.

2004-12-29 Wednesday  delpinux

        Changed:
                utils/CommandLineParser.cpp (1.6), "Exp", lines: +2 -2

        Fixed a missed occurence of __arguments

2004-12-29 Wednesday  delpinux

        Changed:
                utils/CommandLineParser.hpp (1.4), "Exp", lines: +3 -3
                utils/CommandLineParser.cpp (1.5), "Exp", lines: +8 -8

        Changed members names to avoid conflicts in mingw32 compilation.

2004-12-29 Wednesday  delpinux

        Changed:
                FFThread.cpp (1.6), "Exp", lines: +7 -2

        Now uses ErrorHandler.

2004-12-29 Wednesday  delpinux

        Changed:
                solver/FiniteElementMethod.cpp (1.7), "Exp", lines: +5 -4

        First exception error hangling test and succes!

2004-12-29 Wednesday  delpinux

        Added:
                utils/ErrorHandler.cpp (1.1)
                utils/ErrorHandler.hpp (1.1)
        Changed:
                utils/Makefile.am (1.11), "Exp", lines: +3 -1

        Added error handling class. This class is used to propagate error
        messages throught exceptions. Quite simple by now should become
        more complex (automated bug report management for instance)

2004-12-29 Wednesday  delpinux

        Changed:
                utils/Thread.hpp (1.5), "Exp", lines: +5 -6

        pthread_t is now used as identifier. This might change in the
        future.

2004-12-29 Wednesday  delpinux

        Changed:
                m4/pthread.m4 (1.2), "Exp", lines: +8 -7

        Fixed. HAVE_PTHREAD was never defined.

2004-12-29 Wednesday  delpinux

        Changed:
                FFThread.cpp (1.5), "Exp", lines: +17 -1
                FFThread.hpp (1.3), "Exp", lines: +16 -4
                main.cpp (1.13), "Exp", lines: +3 -3
                graphics/EditorWindow.cpp (1.7), "Exp", lines: +3 -3

        Changed FFThread interface. It now inherits from Thread in a
        protected way, this forces the use of launch() and end() functions
        instead of respectively run() and join(). This is the first step to
        exception handling.

2004-12-29 Wednesday  delpinux

        Changed:
                main.cpp (1.12), "Exp", lines: +4 -1

        Deactivated GUI. Not to be used while not usable at all ;-)

2004-12-29 Wednesday  delpinux

        Added:
                utils/RunningOptions.hpp (1.1)
        Changed:
                FFThread.cpp (1.4), "Exp", lines: +1 -5
                main.cpp (1.11), "Exp", lines: +14 -8
                graphics/GUI.cpp (1.9), "Exp", lines: +60 -70
                graphics/GUI.hpp (1.3), "Exp", lines: +2 -2
                graphics/VTKDriver.cpp (1.13), "Exp", lines: +11 -8
                utils/CommandLineParser.cpp (1.4), "Exp", lines: +6 -7
                utils/CommandLineParser.hpp (1.3), "Exp", lines: +2 -15
                utils/Makefile.am (1.10), "Exp", lines: +2 -1
                utils/StaticCenter.cpp (1.3), "Exp", lines: +5 -1

        Added the RunningOptions static base class that allows to check
        ff3d's running option anywhere and anytime during execution.

2004-12-29 Wednesday  delpinux

        Deleted:
                system.h (1.2)

        no more used file

2004-12-29 Wednesday  delpinux

        Changed:
                Makefile.am (1.21), "Exp", lines: +4 -2
                graphics/Makefile.am (1.10), "Exp", lines: +6 -2
                solver/Makefile.am (1.19), "Exp", lines: +3 -2

        Added missing entries

2004-12-29 Wednesday  delpinux

        Changed:
                Makefile.am (1.20), "Exp", lines: +1 -1

        removed checkopt.def from EXTRA_DIST

2004-12-29 Wednesday  delpinux

        Changed:
                main.cpp (1.10), "Exp", lines: +2 -2
                algebra/BaseMatrix.hpp (1.3), "Exp", lines: +2 -2
                examples/stokes.ff (1.3), "Exp", lines: +20 -25
                language/Lexer.hpp (1.4), "Exp", lines: +2 -2
                solver/DegreeOfFreedomSet.hpp (1.3), "Exp", lines: +2 -2

        replaced system.h include by cstddef





reply via email to

[Prev in Thread] Current Thread [Next in Thread]