]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2012-10-20 Matthias MaierRename local variables to _<lowercase>, Part 1
2012-10-20 Matthias MaierI failed badly.
2012-10-20 Matthias MaierBugfix
2012-10-20 Matthias MaierBugfix: Add -std=c++11 to the candidate pool of possibl...
2012-10-19 Wolfgang BangerthCorrect source code for a compiler built to support...
2012-10-19 Matthias MaierBugfix: Store user supplied compiler flags that are...
2012-10-19 Matthias MaierBugfix: Only try to read a hdf5 header if hdf5 is actua...
2012-10-19 Matthias MaierRemove empty directory
2012-10-19 Matthias MaierRestructure the documentation
2012-10-19 Matthias MaierBugfix
2012-10-16 Matthias MaierBugfix
2012-10-16 Matthias MaierMerge from mainline.
2012-10-16 Matthias MaierUnify the behaviour of the Find-Modules
2012-10-16 Toby D. YoungUpdate publication 2013.
2012-10-15 Matthias MaierCleanup
2012-10-15 Matthias MaierRoundup
2012-10-15 Matthias MaierAdd support for hdf5
2012-10-15 Wolfgang BangerthAdd some to the documentation.
2012-10-15 Wolfgang BangerthRemove a couple of outdated comments.
2012-10-15 Matthias MaierPrint some status information in deal.IIConfig.cmake
2012-10-14 Matthias MaierAdd a run target to the example
2012-10-14 Wolfgang BangerthTake over 26990 from branch_cmake as well.
2012-10-14 Wolfgang BangerthAlso check for sys/resource.h.
2012-10-14 Wolfgang BangerthTake over most of what's in patches r26981:26988 on...
2012-10-14 Wolfgang BangerthCheck for availability of <sys/time.h>.
2012-10-14 Wolfgang BangerthRemove tests from configure.in that had previously...
2012-10-14 Matthias MaierAdd support for FreeBSD
2012-10-14 Matthias MaierUpdate TODO
2012-10-13 Matthias MaierMerge from mainline.
2012-10-13 Wolfgang BangerthUndo accidental merge of this file.
2012-10-13 Wolfgang BangerthReintegrate branch_eliminate_iterator_functions.
2012-10-13 Wolfgang BangerthFix typo.
2012-10-13 Wolfgang BangerthRemove references to merged branched from mainline.
2012-10-12 Wolfgang BangerthNew test.
2012-10-12 Wolfgang BangerthFix a few markup problems.
2012-10-12 Guido Kanschathopefully make numbering less depending on roundoff...
2012-10-12 Wolfgang BangerthWrite glossary entries for user flags and user data...
2012-10-12 Matthias MaierMerge from mainline.
2012-10-12 Matthias MaierTypo
2012-10-12 Wolfgang BangerthAnother test.
2012-10-12 Wolfgang BangerthNew test.
2012-10-11 Wolfgang BangerthFix language.
2012-10-11 Wolfgang BangerthProperly instantiate a few static variables.
2012-10-11 Markus BuergMake interface similar to the one for UMFPACK.
2012-10-10 cazamiasupdated bench.sh to output results from 3 tests per...
2012-10-10 Wolfgang BangerthAvoid a warning about a potentially uninitialized variable.
2012-10-10 Matthias MaierBugfix
2012-10-10 cazamiasUpdated get_times.cc to collect minimum times of multip...
2012-10-10 Matthias MaierBugfix
2012-10-10 Timo Heisterspeed up test
2012-10-10 Matthias MaierBugfix: Export DEAL_II_USER_INCLUDE_DIRS in the project...
2012-10-10 Matthias MaierBugfix
2012-10-10 Matthias MaierAdd some custom targets
2012-10-10 Matthias MaierMerge from mainline.
2012-10-10 Matthias MaierFix compile issue with clang++-v3.1
2012-10-10 Matthias MaierMerge from mainline.
2012-10-10 Matthias MaierActually instantiate SparseDirectMumps::initialize...
2012-10-10 Matthias MaierFix a typo
2012-10-09 Timo Heistertreat lucky breakdown in GMRES and FGMRES
2012-10-09 Timo Heisteralso test fgmres for lucky breakdown
2012-10-09 Timo Heisteradd test for lucky breakdown
2012-10-09 Matthias MaierBugfix: Finally manage to actuallay install bundled...
2012-10-09 Matthias MaierQuest for platform independence [7] finalize Windows...
2012-10-09 Matthias MaierCode Cleanup
2012-10-09 Wolfgang BangerthUpdate test result.
2012-10-09 Matthias MaierUpdate readme
2012-10-09 Matthias MaierBugfix: Use gettid for getting the thread number
2012-10-09 Baerbel Jannsentreat tke lucky breakdown, otherwise we had devision...
2012-10-09 Wolfgang BangerthReally go through all neighbors of a vertex.
2012-10-08 Matthias MaierSilence doxygen output.
2012-10-08 Matthias MaierFunny bugfix
2012-10-08 Matthias MaierBugfix
2012-10-08 Matthias MaierBugfix
2012-10-08 Matthias MaierA bunch of bugfixes and code cleanup for the documentation
2012-10-08 Matthias MaierBugfixes
2012-10-08 Matthias MaierAnd actually install the documentation :-]
2012-10-08 Matthias Maier*Yay* Add support for building the doxygen documentation
2012-10-08 Markus BuergAdd comment to SCALAPACK section.
2012-10-08 Matthias MaierPort the documentation to cmake. First step
2012-10-08 Matthias MaierIntermediate
2012-10-08 Matthias MaierBugfixes to be able to run the testsuite
2012-10-08 Wolfgang BangerthFix a problem in GridTools::find_cells_adjacent_to_vert...
2012-10-08 Timo Heisterfix typo
2012-10-08 Wolfgang BangerthUndo r26920 since that appears to have led to numerous...
2012-10-08 Wolfgang BangerthAvoid warning about unused argument.
2012-10-08 Wolfgang BangerthSimplify code.
2012-10-08 Wolfgang BangerthNew, failing test.
2012-10-07 Matthias MaierBugfixes: Include <unistd.h> where this is necessary...
2012-10-07 Matthias MaierCleanup config.h.in
2012-10-07 Matthias MaierQuest for platform independence: [6] fixup sparse_direct.cc
2012-10-07 Matthias MaierQuest for platform independence: [5] add check for...
2012-10-07 Matthias MaierQuest for platform independence: [5] fixup timer.cc
2012-10-07 Matthias MaierQuest for platform independence: [4] fixup multithread_...
2012-10-07 Matthias MaierQuest for platform independence: [3] fixup utilities.cc
2012-10-07 Matthias MaierQuest for platform independence: [2] fixup thread_manag...
2012-10-07 Matthias MaierQuest for platform independence: [1] fixup logstream.cc
2012-10-06 Matthias MaierCosmetic change
2012-10-06 Matthias MaierBugfix
2012-10-06 Matthias MaierRemove lapackt_templates.pl from the build system
2012-10-06 Matthias MaierAdd support for cygwin
next

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.