]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-10-18 Matthias MaierEnable -fno-elide-constructors for coverage test
2013-10-18 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-10-18 Matthias MaierBugfix: Do not list pure header files in CTEST_EXTRA_CO...
2013-10-17 Bruno TurcksinDelete unused variables in matrix_tools.
2013-10-17 Matthias MaierProvide a run_coverage.cmake script
2013-10-17 Matthias MaierCleanup
2013-10-17 Matthias MaierFix comments
2013-10-17 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-10-17 Bruno TurcksinUse WorkStream in Step-14. Need to update the documenta...
2013-10-17 Bruno TurcksinUse WorkStream in Step-13. Need to update the documenta...
2013-10-17 Matthias MaierCleanup and provide some more output
2013-10-17 Matthias MaierBugfix: Correct pickup regex for coverage files
2013-10-17 Matthias MaierAdd Coverage support
2013-10-17 Matthias MaierBugfix: It is safe to export TBB_IMPLEMENT_CXX1X and...
2013-10-16 Matthias MaierWorkaround for a constexpr bug in gcc-4.8* on Windows...
2013-10-16 Matthias MaierTry to fix an issue with MinGW64 4.8.1
2013-10-16 Timo HeisterGridTools::partition_triangulation no longer uses user_...
2013-10-16 Timo Heistertake over 31267,31269,31270 from the branch
2013-10-16 Timo Heistermention changes
2013-10-16 Timo Heisterfix how we pick the first cell to output in DataOut...
2013-10-16 Timo Heisterupdate test description and output
2013-10-16 Timo Heisterfix index computation in DataOut that was completely...
2013-10-16 Timo Heisteradd failing test
2013-10-16 Timo Heisteradd assert for a wrong index computation (fix comes...
2013-10-16 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-10-16 Matthias MaierTake over r31262 from branch_port_the_testsuite
2013-10-16 Matthias MaierFix opaque type problem in derivative_approximation.h
2013-10-16 Matthias MaierUnify before sort...
2013-10-16 Martin KronbichlerAdd update_ghost_values and compress to parallel block...
2013-10-16 Martin KronbichlerAdjust comments
2013-10-16 Martin KronbichlerDelete stray 'of'
2013-10-16 Timo Heisterreport correct error code
2013-10-16 Timo Heistergroup all-headers together
2013-10-16 Matthias MaierBugfix: Declare LogStream::operator<< as a non member...
2013-10-16 Matthias MaierRemove DeadlockKiller from tests. The rationale is
2013-10-16 Matthias MaierPrint out exception details in a portable manner
2013-10-16 Matthias MaierBugfix: remove stale failing_* files, provide some...
2013-10-16 Matthias MaierBugfix: Invoke sort with C locale to make the output...
2013-10-16 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-10-16 Wolfgang BangerthAvoid 'typename' outside templates.
2013-10-16 Bruno TurcksinReplace Threads with WorkStream in step-9. Documentatio...
2013-10-15 Matthias MaierBugfix: Guard correctly
2013-10-15 Matthias MaierNice try, nice try...
2013-10-15 Matthias MaierAdd support for Cygwin64
2013-10-15 Bruno TurcksinModify data_out.cc to copy the patches in parrallel.
2013-10-15 Wolfgang BangerthExplicitly state source and result files for failing...
2013-10-15 Wolfgang BangerthAdjust output.
2013-10-15 Bruno TurcksinReplace distance by using SynchronousIterators in deriv...
2013-10-15 Wolfgang BangerthIncrease precision to get under numdiffs limit.
2013-10-15 Wolfgang BangerthGuard 'noexcept' with appropriate flag.
2013-10-15 Matthias MaierWe indeed need to export TBB_IMPLEMENT_CPP0X=1 more...
2013-10-15 Matthias MaierAdd noexcept(false) also to ~GrowingVectorMemory (and...
2013-10-15 Matthias MaierBugfix: Propagate exceptions out of ~Subscriptor in...
2013-10-15 Matthias MaierRename DEAL_II_CAN_USE_CXX11 to DEAL_II_USE_CXX11 to...
2013-10-14 Wolfgang BangerthRemove debug output accidentally committed in r31180.
2013-10-14 Bruno TurcksinReplace the second Threads by WorkStream in matrix_tools.cc
2013-10-14 Wolfgang BangerthFix typo.
2013-10-14 Bruno TurcksinReplace the first Threads by WorkStream in matrix_tools.cc
2013-10-14 Matthias MaierFix an issue with __PRETTY_FUNCTION__ and clang
2013-10-14 Matthias MaierWorkaround an issue with clang and enabled C++11 mode
2013-10-14 Wolfgang BangerthAdd a comment.
2013-10-14 Matthias MaierWorkaround an issue with bundled tbb and clang in C...
2013-10-14 Wolfgang BangerthProvide at least 7 digits of accuracy so that numdiff...
2013-10-14 Wolfgang BangerthClarify a couple of items.
2013-10-14 Wolfgang BangerthDisable output to console.
2013-10-14 Wolfgang BangerthDisable warning #135 on intel compilers.
2013-10-14 Matthias MaierBugfix
2013-10-13 Matthias MaierExport ZLIB version as well
2013-10-13 Matthias MaierFinish documentation
2013-10-13 Matthias MaierDelete obsolete files
2013-10-13 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-10-13 Martin KronbichlerAnnounce tutorial program also on news page
2013-10-12 Matthias MaierBugfix
2013-10-12 Matthias MaierProvide MPI version number (and OMPI version number...
2013-10-12 Matthias MaierAdd version information for mumps, tbb and umfpack
2013-10-11 Wolfgang BangerthAdd an instantiation.
2013-10-11 Matthias MaierRename (setup|clean|prune)_test to (setup|clean|prune...
2013-10-11 Wolfgang BangerthHelp some compilers (notably xlC) with name lookup.
2013-10-11 Wolfgang BangerthRewire the reading of the obstacle: either say 'sphere...
2013-10-11 Wolfgang BangerthMinor cleanup of parameter declaration. Remove the...
2013-10-10 Matthias MaierRemove unnecessary template qualifier that icc chokes on
2013-10-10 Matthias MaierAdd missing template instantiations
2013-10-10 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-10-10 Matthias MaierDisable the "fail" and "a-framework" categories for...
2013-10-10 Matthias MaierAdd a Nightly branch
2013-10-10 Bruno TurcksinUse WorkStream instead of Thread in DerivativeApproxima...
2013-10-10 Matthias MaierRefactor test layout: Move all relevant parts of the...
2013-10-10 Matthias MaierReactivate -O2 for icc-14*
2013-10-09 Matthias MaierBugfix
2013-10-09 Bruno TurcksinReplace Threads by WorkStream in dof_tools_constraints.cc
2013-10-09 Wolfgang BangerthRemove test. The functionality of this test can not...
2013-10-09 Wolfgang BangerthMake other necessary adjustments.
2013-10-09 Wolfgang BangerthFix search path. again.
2013-10-09 Wolfgang BangerthRemove top lines with absolute paths.
2013-10-09 Wolfgang BangerthFix search path.
2013-10-09 Wolfgang BangerthRework.
2013-10-09 Wolfgang BangerthOnly set TMPDIR if it isn't already set.
2013-10-09 Wolfgang BangerthFix typo.
2013-10-09 Matthias MaierDoc: Introduce two more links and regroup "Home" in...
2013-10-08 Wolfgang BangerthMerge from mainline.
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.