]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoAdd some custom targets
maier [Wed, 10 Oct 2012 13:42:32 +0000 (13:42 +0000)]
Add some custom targets

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27050 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMerge from mainline.
maier [Wed, 10 Oct 2012 13:23:52 +0000 (13:23 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27049 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoFix compile issue with clang++-v3.1
maier [Wed, 10 Oct 2012 13:22:55 +0000 (13:22 +0000)]
Fix compile issue with clang++-v3.1

git-svn-id: https://svn.dealii.org/trunk@27048 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMerge from mainline.
maier [Wed, 10 Oct 2012 11:18:33 +0000 (11:18 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27045 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoActually instantiate SparseDirectMumps::initialize to make gcc-4.7 happy
maier [Wed, 10 Oct 2012 08:17:13 +0000 (08:17 +0000)]
Actually instantiate SparseDirectMumps::initialize to make gcc-4.7 happy

Also fixup some unsigned int* -> int* type conversions gcc-4.7 barks about very
loudly because they are not permitted by ISO C++ (ISO C++ 11)

git-svn-id: https://svn.dealii.org/trunk@27044 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoFix a typo
maier [Wed, 10 Oct 2012 07:43:14 +0000 (07:43 +0000)]
Fix a typo

git-svn-id: https://svn.dealii.org/trunk@27043 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agotreat lucky breakdown in GMRES and FGMRES
heister [Tue, 9 Oct 2012 22:08:00 +0000 (22:08 +0000)]
treat lucky breakdown in GMRES and FGMRES

git-svn-id: https://svn.dealii.org/trunk@27040 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoalso test fgmres for lucky breakdown
heister [Tue, 9 Oct 2012 22:02:45 +0000 (22:02 +0000)]
also test fgmres for lucky breakdown

git-svn-id: https://svn.dealii.org/trunk@27039 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoadd test for lucky breakdown
heister [Tue, 9 Oct 2012 21:52:30 +0000 (21:52 +0000)]
add test for lucky breakdown

git-svn-id: https://svn.dealii.org/trunk@27038 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Finally manage to actuallay install bundled boost headers :-(
maier [Tue, 9 Oct 2012 20:25:01 +0000 (20:25 +0000)]
Bugfix: Finally manage to actuallay install bundled boost headers :-(

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27035 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence [7] finalize Windows/MinGW support
maier [Tue, 9 Oct 2012 20:24:53 +0000 (20:24 +0000)]
Quest for platform independence [7] finalize Windows/MinGW support

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27034 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoCode Cleanup
maier [Tue, 9 Oct 2012 14:20:27 +0000 (14:20 +0000)]
Code Cleanup

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27031 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate test result.
bangerth [Tue, 9 Oct 2012 13:57:38 +0000 (13:57 +0000)]
Update test result.

git-svn-id: https://svn.dealii.org/trunk@27030 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate readme
maier [Tue, 9 Oct 2012 13:37:29 +0000 (13:37 +0000)]
Update readme

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27029 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Use gettid for getting the thread number
maier [Tue, 9 Oct 2012 13:25:39 +0000 (13:25 +0000)]
Bugfix: Use gettid for getting the thread number

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27028 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agotreat tke lucky breakdown, otherwise we had devision by zero
janssen [Tue, 9 Oct 2012 12:46:18 +0000 (12:46 +0000)]
treat tke lucky breakdown, otherwise we had devision by zero

git-svn-id: https://svn.dealii.org/trunk@27026 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoReally go through all neighbors of a vertex.
bangerth [Tue, 9 Oct 2012 12:44:57 +0000 (12:44 +0000)]
Really go through all neighbors of a vertex.

git-svn-id: https://svn.dealii.org/trunk@27025 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSilence doxygen output.
maier [Mon, 8 Oct 2012 23:54:53 +0000 (23:54 +0000)]
Silence doxygen output.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27024 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoFunny bugfix
maier [Mon, 8 Oct 2012 23:46:28 +0000 (23:46 +0000)]
Funny bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27023 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Mon, 8 Oct 2012 23:36:11 +0000 (23:36 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27022 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Mon, 8 Oct 2012 23:33:06 +0000 (23:33 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27021 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoA bunch of bugfixes and code cleanup for the documentation
maier [Mon, 8 Oct 2012 23:31:11 +0000 (23:31 +0000)]
A bunch of bugfixes and code cleanup for the documentation

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27020 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfixes
maier [Mon, 8 Oct 2012 23:30:49 +0000 (23:30 +0000)]
Bugfixes

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27019 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAnd actually install the documentation :-]
maier [Mon, 8 Oct 2012 23:30:30 +0000 (23:30 +0000)]
And actually install the documentation :-]

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27018 0785d39b-7218-0410-832d-ea1e28bc413d

11 years ago*Yay* Add support for building the doxygen documentation
maier [Mon, 8 Oct 2012 23:30:09 +0000 (23:30 +0000)]
*Yay* Add support for building the doxygen documentation

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27017 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd comment to SCALAPACK section.
buerg [Mon, 8 Oct 2012 18:31:56 +0000 (18:31 +0000)]
Add comment to SCALAPACK section.

git-svn-id: https://svn.dealii.org/trunk@27014 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoPort the documentation to cmake. First step
maier [Mon, 8 Oct 2012 18:13:11 +0000 (18:13 +0000)]
Port the documentation to cmake. First step

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27013 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoIntermediate
maier [Mon, 8 Oct 2012 18:12:41 +0000 (18:12 +0000)]
Intermediate

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27012 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfixes to be able to run the testsuite
maier [Mon, 8 Oct 2012 18:12:26 +0000 (18:12 +0000)]
Bugfixes to be able to run the testsuite

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27011 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoFix a problem in GridTools::find_cells_adjacent_to_vertex with anisotropic refinement.
bangerth [Mon, 8 Oct 2012 17:31:55 +0000 (17:31 +0000)]
Fix a problem in GridTools::find_cells_adjacent_to_vertex with anisotropic refinement.

git-svn-id: https://svn.dealii.org/trunk@27010 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agofix typo
heister [Mon, 8 Oct 2012 14:24:49 +0000 (14:24 +0000)]
fix typo

git-svn-id: https://svn.dealii.org/trunk@27005 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUndo r26920 since that appears to have led to numerous testsuite failures.
bangerth [Mon, 8 Oct 2012 12:31:45 +0000 (12:31 +0000)]
Undo r26920 since that appears to have led to numerous testsuite failures.

git-svn-id: https://svn.dealii.org/trunk@27002 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAvoid warning about unused argument.
bangerth [Mon, 8 Oct 2012 11:52:33 +0000 (11:52 +0000)]
Avoid warning about unused argument.

git-svn-id: https://svn.dealii.org/trunk@27000 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSimplify code.
bangerth [Mon, 8 Oct 2012 03:05:13 +0000 (03:05 +0000)]
Simplify code.

git-svn-id: https://svn.dealii.org/trunk@26999 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoNew, failing test.
bangerth [Mon, 8 Oct 2012 02:38:53 +0000 (02:38 +0000)]
New, failing test.

git-svn-id: https://svn.dealii.org/trunk@26995 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfixes: Include <unistd.h> where this is necessary for kfreebsd
maier [Sun, 7 Oct 2012 22:40:12 +0000 (22:40 +0000)]
Bugfixes: Include <unistd.h> where this is necessary for kfreebsd

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26990 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoCleanup config.h.in
maier [Sun, 7 Oct 2012 20:20:23 +0000 (20:20 +0000)]
Cleanup config.h.in

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26989 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence: [6] fixup sparse_direct.cc
maier [Sun, 7 Oct 2012 20:19:58 +0000 (20:19 +0000)]
Quest for platform independence: [6] fixup sparse_direct.cc

This will break support for HSL_MA27

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26988 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence: [5] add check for HAVE_SYS_TIME_H
maier [Sun, 7 Oct 2012 20:19:39 +0000 (20:19 +0000)]
Quest for platform independence: [5] add check for HAVE_SYS_TIME_H

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26987 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence: [5] fixup timer.cc
maier [Sun, 7 Oct 2012 20:19:19 +0000 (20:19 +0000)]
Quest for platform independence: [5] fixup timer.cc

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26986 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence: [4] fixup multithread_info.cc
maier [Sun, 7 Oct 2012 20:19:02 +0000 (20:19 +0000)]
Quest for platform independence: [4] fixup multithread_info.cc

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26985 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence: [3] fixup utilities.cc
maier [Sun, 7 Oct 2012 20:18:48 +0000 (20:18 +0000)]
Quest for platform independence: [3] fixup utilities.cc

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26984 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence: [2] fixup thread_management.cc
maier [Sun, 7 Oct 2012 20:18:31 +0000 (20:18 +0000)]
Quest for platform independence: [2] fixup thread_management.cc

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26983 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoQuest for platform independence: [1] fixup logstream.cc
maier [Sun, 7 Oct 2012 20:18:12 +0000 (20:18 +0000)]
Quest for platform independence: [1] fixup logstream.cc

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26982 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoCosmetic change
maier [Sat, 6 Oct 2012 14:38:49 +0000 (14:38 +0000)]
Cosmetic change

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26980 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Sat, 6 Oct 2012 14:37:48 +0000 (14:37 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26979 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoRemove lapackt_templates.pl from the build system
maier [Sat, 6 Oct 2012 14:36:52 +0000 (14:36 +0000)]
Remove lapackt_templates.pl from the build system

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26978 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd support for cygwin
maier [Sat, 6 Oct 2012 11:13:38 +0000 (11:13 +0000)]
Add support for cygwin

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26977 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate the documentation
maier [Fri, 5 Oct 2012 19:02:55 +0000 (19:02 +0000)]
Update the documentation

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26976 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd the old configuration behaviour as well
maier [Fri, 5 Oct 2012 18:33:15 +0000 (18:33 +0000)]
Add the old configuration behaviour as well

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26975 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Revert broken idea
maier [Fri, 5 Oct 2012 17:40:07 +0000 (17:40 +0000)]
Bugfix: Revert broken idea

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26974 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoCosmetic changes
maier [Fri, 5 Oct 2012 16:53:33 +0000 (16:53 +0000)]
Cosmetic changes

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26973 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate documentation
maier [Fri, 5 Oct 2012 16:23:41 +0000 (16:23 +0000)]
Update documentation

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26972 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate documentation
maier [Fri, 5 Oct 2012 16:15:49 +0000 (16:15 +0000)]
Update documentation

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26971 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Fri, 5 Oct 2012 16:05:29 +0000 (16:05 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26970 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Fri, 5 Oct 2012 16:01:57 +0000 (16:01 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26969 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoRemove superfluous macro
maier [Fri, 5 Oct 2012 16:01:47 +0000 (16:01 +0000)]
Remove superfluous macro

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26968 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfixes
maier [Fri, 5 Oct 2012 16:01:37 +0000 (16:01 +0000)]
Bugfixes

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26967 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoRemove DEAL_II_PACKAGE_STRING. This variable is superfluous
maier [Fri, 5 Oct 2012 16:01:26 +0000 (16:01 +0000)]
Remove DEAL_II_PACKAGE_STRING. This variable is superfluous

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26966 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix. CMake is stupid
maier [Fri, 5 Oct 2012 16:01:13 +0000 (16:01 +0000)]
Bugfix. CMake is stupid

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26965 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBig overhaul: Do it the cmake way. (At least a bit...)
maier [Fri, 5 Oct 2012 16:01:05 +0000 (16:01 +0000)]
Big overhaul: Do it the cmake way. (At least a bit...)

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26964 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Fri, 5 Oct 2012 08:40:21 +0000 (08:40 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26963 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Fri, 5 Oct 2012 08:40:12 +0000 (08:40 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26962 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate
maier [Thu, 4 Oct 2012 21:23:11 +0000 (21:23 +0000)]
Update

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26961 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoThe same for PETSc and Trilinos
maier [Thu, 4 Oct 2012 21:18:05 +0000 (21:18 +0000)]
The same for PETSc and Trilinos

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26960 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Unset Metis if it is not a suitable version
maier [Thu, 4 Oct 2012 21:17:44 +0000 (21:17 +0000)]
Bugfix: Unset Metis if it is not a suitable version

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26959 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoPromote every SEND_ERROR message to FATAL_ERROR to produce more prominent error messages.
maier [Thu, 4 Oct 2012 21:09:52 +0000 (21:09 +0000)]
Promote every SEND_ERROR message to FATAL_ERROR to produce more prominent error messages.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26958 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMajor overhaul of the auto configuration
maier [Thu, 4 Oct 2012 20:11:37 +0000 (20:11 +0000)]
Major overhaul of the auto configuration

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26957 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSome clarification
maier [Thu, 4 Oct 2012 14:34:21 +0000 (14:34 +0000)]
Some clarification

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26956 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSome Bugfixes w.r.t. mumps
maier [Thu, 4 Oct 2012 14:30:08 +0000 (14:30 +0000)]
Some Bugfixes w.r.t. mumps

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26955 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Thu, 4 Oct 2012 14:29:59 +0000 (14:29 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26954 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfixes
maier [Thu, 4 Oct 2012 14:29:51 +0000 (14:29 +0000)]
Bugfixes

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26953 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate Documentation and error messages
maier [Thu, 4 Oct 2012 14:29:42 +0000 (14:29 +0000)]
Update Documentation and error messages

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26952 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate TODO
maier [Thu, 4 Oct 2012 11:05:36 +0000 (11:05 +0000)]
Update TODO

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26945 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Thu, 4 Oct 2012 11:05:27 +0000 (11:05 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26944 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Thu, 4 Oct 2012 11:05:19 +0000 (11:05 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26943 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd support for MUMPS
maier [Thu, 4 Oct 2012 11:05:11 +0000 (11:05 +0000)]
Add support for MUMPS

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26942 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoEdited plot.sh to use test parameter
cazamias [Wed, 3 Oct 2012 21:57:45 +0000 (21:57 +0000)]
Edited plot.sh to use test parameter

git-svn-id: https://svn.dealii.org/trunk@26938 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdated bench.sh to extract names
cazamias [Wed, 3 Oct 2012 21:50:57 +0000 (21:50 +0000)]
Updated bench.sh to extract names

git-svn-id: https://svn.dealii.org/trunk@26937 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoDefine
bangerth [Wed, 3 Oct 2012 18:33:04 +0000 (18:33 +0000)]
Define
   DEAL_II_PETSC_LIBDIR     = $(DEAL_II_PETSC_DIR)/$(DEAL_II_PETSC_ARCH)/lib
since this variable is used in source/Makefile.

git-svn-id: https://svn.dealii.org/trunk@26936 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoCleanup
maier [Wed, 3 Oct 2012 13:11:23 +0000 (13:11 +0000)]
Cleanup

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26935 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSet pedantic only for gcc>=4.4
maier [Wed, 3 Oct 2012 13:10:53 +0000 (13:10 +0000)]
Set pedantic only for gcc>=4.4

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26934 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd support for non-compat file layout
maier [Tue, 2 Oct 2012 23:14:08 +0000 (23:14 +0000)]
Add support for non-compat file layout

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26933 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfixes...
maier [Tue, 2 Oct 2012 23:09:55 +0000 (23:09 +0000)]
Bugfixes...

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26932 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Tue, 2 Oct 2012 23:09:32 +0000 (23:09 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26931 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Tue, 2 Oct 2012 22:59:06 +0000 (22:59 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26930 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoActually install the macro as well
maier [Tue, 2 Oct 2012 22:58:05 +0000 (22:58 +0000)]
Actually install the macro as well

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26929 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd a small convenience macro for changing the compiler
maier [Tue, 2 Oct 2012 22:54:57 +0000 (22:54 +0000)]
Add a small convenience macro for changing the compiler

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26928 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoHide some annoying variables
maier [Tue, 2 Oct 2012 13:09:47 +0000 (13:09 +0000)]
Hide some annoying variables

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26927 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoRead in compiler/linker flags from environment as well
maier [Tue, 2 Oct 2012 13:09:38 +0000 (13:09 +0000)]
Read in compiler/linker flags from environment as well

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26926 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Tue, 2 Oct 2012 13:09:31 +0000 (13:09 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26925 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd support for the Intel C++ Compiler
maier [Tue, 2 Oct 2012 13:09:23 +0000 (13:09 +0000)]
Add support for the Intel C++ Compiler

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26924 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Make icc-13.0.0 happy
maier [Tue, 2 Oct 2012 13:09:10 +0000 (13:09 +0000)]
Bugfix: Make icc-13.0.0 happy

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26923 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoA small comment
maier [Tue, 2 Oct 2012 07:30:46 +0000 (07:30 +0000)]
A small comment

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26922 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMerge from mainline.
bangerth [Tue, 2 Oct 2012 05:40:41 +0000 (05:40 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26921 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoTake over patches 26839 to 26844 from Matthias' branch for cmake conversion. These...
bangerth [Tue, 2 Oct 2012 05:32:32 +0000 (05:32 +0000)]
Take over patches 26839 to 26844 from Matthias' branch for cmake conversion. These patches clean up compiler bug tests that are from the gcc 2.95 and 3.x era and almost certainly no longer apply to the current crop of compilers we have.

git-svn-id: https://svn.dealii.org/trunk@26920 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSome minor tweaks at the output
maier [Mon, 1 Oct 2012 23:25:14 +0000 (23:25 +0000)]
Some minor tweaks at the output

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26919 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd a lot of headers
maier [Mon, 1 Oct 2012 22:50:20 +0000 (22:50 +0000)]
Add a lot of headers

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26918 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdd a build system for parameter_gui
maier [Mon, 1 Oct 2012 21:45:18 +0000 (21:45 +0000)]
Add a build system for parameter_gui

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26917 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix
maier [Mon, 1 Oct 2012 21:44:57 +0000 (21:44 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26916 0785d39b-7218-0410-832d-ea1e28bc413d


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.