- 06 Apr, 2006 1 commit
-
-
winkelma authored
-
- 18 Dec, 2005 1 commit
-
-
prudhomm authored
seems like this code was _never_ used
-
- 20 Oct, 2005 1 commit
-
-
prudhomm authored
the last two arguments. (no more default values)
-
- 01 May, 2005 1 commit
-
-
fernandez authored
-
- 01 Mar, 2005 2 commits
- 24 Feb, 2005 1 commit
-
-
prudhomm authored
-
- 19 Feb, 2005 1 commit
-
-
prudhomm authored
fixed tons of warnings thanks to GCC (3.3) and new warnings in configure
-
- 08 Nov, 2004 2 commits
-
-
prudhomm authored
-
mm0 authored
it comes from bug fixes and improvements that I made to version lifev-0.4.1.tar.bz2 (not CVS) cause I had not CVS access when I began. so this version doesn't include all your changes made between 0.4.1 and the last one. Anyway this includes support for reading netgen meshed and writing netgen solutions, a test_netgen in testsuite and many bug fixes. I hope it's all ok, becouse I simply copyed over a checkedout version my files recursively. If you have problems compiling you could try autoconf at the beginning. Bye
-
- 28 Oct, 2004 1 commit
-
-
winkelma authored
- avoids copying of index arrays which is not needed for reading access - avoids invalidation of temporary copy
-
- 25 Oct, 2004 1 commit
-
-
winkelma authored
* enhanced documentation (second part)
-
- 22 Oct, 2004 2 commits
- 13 Oct, 2004 1 commit
-
-
ddipietro authored
Some pollution: I need these overloading to commit a first release of DG-FEM test, but they will be cancelled out when the new version of pattern (or whatever it will be) is ready (see C. Winkelmann's mail on life-dev mailing list).
-
- 05 Oct, 2004 2 commits
-
-
prudhomm authored
* indent only with spaces(no tabs) : 4 spaces * ansi C/C++ format * break bracket from preblock (ie { on newline) * spaces around operators and parenthesis now the code should way easier to read ! it could be that some places got uglier but overall it should be much better
-
prudhomm authored
* more C++ standard compliance. unfortunately there are still lots of construct that are non standard (e.g. int v[size] where size is variable) * fixed a lot of template specialization * removed all ; after } (except for classes of course) * tons of work remains to be done before LifeV can be fully compiled with g++-3.4. most lifesolver won't compile for example
-
- 04 Oct, 2004 1 commit
-
-
prudhomm authored
it seems that there is some dead code in there (otherwise it would not have _NEVER_ compiled!) fixed C++ compliance
-
- 29 Sep, 2004 1 commit
-
-
winkelma authored
* added "std::" and "__gnu_cxx::" where needed in headers in life/ * added "using namespace std" where needed in source files in life/ and in all files in testsuite/ * if this causes any problems, you should try one of these solutions: 1) add "std::" or "__gnu_cxx::" where needed 2) add "using namespace <whatever>;" in a source file or in testsuite 3) uncomment the commented using directives, which may be found like this: grep "//using namespace" -r * prefer 1) over 2) and 2) over 3). Avoid 3). Really if you choose solution 3), do NOT check it in!
-
- 24 Sep, 2004 1 commit
-
-
winkelma authored
* translated non-english comments to english
-
- 09 Sep, 2004 1 commit
-
-
winkelma authored
new private method _buildPattern(...) * fixed some typos and compiler warnings
-
- 06 Sep, 2004 1 commit
-
-
winkelma authored
* improved documentation slightly
-
- 29 Aug, 2004 1 commit
-
-
prudhomm authored
everything has been embedded in this namespace. It took me some while to do that I would appreciate if people do that automatically for new code/files I tried also to cleanup a bit: - using namespace std; : I tried to get rid of it but I stopped after lifecore too much work to do for now - minor fixes here and there
-
- 23 Jun, 2004 1 commit
-
-
simone authored
-
- 22 Jun, 2004 2 commits
- 09 Jun, 2004 1 commit
-
-
fernandez authored
-
- 27 May, 2004 1 commit
-
-
lformaggia authored
Makefiles.am reflects the changes
-
- 30 Mar, 2004 3 commits
- 24 Feb, 2004 1 commit
-
-
prudhomm authored
-
- 08 Feb, 2004 1 commit
-
-
prudhomm authored
life/lifecore core library life/lifemesh mesh library life/lifefem fem library more to come in the future
-