]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2013-10-20 maierMerge trunk into branch_port_the_testsuite
2013-10-19 youngRemove a chunk of dead code.
2013-10-19 maierPort new tests
2013-10-19 maierMerge trunk into branch_port_the_testsuite
2013-10-18 maierDisable extra inclusion glob for now
2013-10-18 heistermake python scripts more robust
2013-10-18 heienBug fix
2013-10-18 maierUpdate exclusion glob
2013-10-18 maierBugfix: Pick up coverage results also from subprojects
2013-10-18 kronbichlerAdjust output: We do not output ghosts of a vector...
2013-10-18 kronbichlerAdd safety check that vector really is ghosted in fe_ev...
2013-10-18 kronbichlerImprove handling of ghost elements in parallel vector...
2013-10-18 maierEnable -fno-elide-constructors for coverage test
2013-10-18 maierMerge trunk into branch_port_the_testsuite
2013-10-18 maierUse std_cxx1x::bind instead of std::bind which is not...
2013-10-18 maierBugfix: Do not list pure header files in CTEST_EXTRA_CO...
2013-10-17 turcksinDelete unused variables in matrix_tools.
2013-10-17 maierProvide a run_coverage.cmake script
2013-10-17 maierCleanup
2013-10-17 maierFix comments
2013-10-17 maierMerge trunk into branch_port_the_testsuite
2013-10-17 turcksinUse WorkStream in Step-14. Need to update the documenta...
2013-10-17 turcksinUse WorkStream in Step-13. Need to update the documenta...
2013-10-17 maierCleanup and provide some more output
2013-10-17 maierBugfix: Correct pickup regex for coverage files
2013-10-17 maierAdd Coverage support
2013-10-17 maierBugfix: It is safe to export TBB_IMPLEMENT_CXX1X and...
2013-10-16 maierWorkaround for a constexpr bug in gcc-4.8* on Windows...
2013-10-16 maierTry to fix an issue with MinGW64 4.8.1
2013-10-16 heisterGridTools::partition_triangulation no longer uses user_...
2013-10-16 heistertake over 31267,31269,31270 from the branch
2013-10-16 heistermention changes
2013-10-16 heisterfix how we pick the first cell to output in DataOut...
2013-10-16 heisterupdate test description and output
2013-10-16 heisterfix index computation in DataOut that was completely...
2013-10-16 heisteradd failing test
2013-10-16 heisteradd assert for a wrong index computation (fix comes...
2013-10-16 maierMerge trunk into branch_port_the_testsuite
2013-10-16 maierTake over r31262 from branch_port_the_testsuite
2013-10-16 maierFix opaque type problem in derivative_approximation.h
2013-10-16 maierUnify before sort...
2013-10-16 kronbichlerAdd update_ghost_values and compress to parallel block...
2013-10-16 kronbichlerAdjust comments
2013-10-16 kronbichlerDelete stray 'of'
2013-10-16 heisterreport correct error code
2013-10-16 heistergroup all-headers together
2013-10-16 maierBugfix: Declare LogStream::operator<< as a non member...
2013-10-16 maierRemove DeadlockKiller from tests. The rationale is
2013-10-16 maierPrint out exception details in a portable manner
2013-10-16 maierBugfix: remove stale failing_* files, provide some...
2013-10-16 maierBugfix: Invoke sort with C locale to make the output...
2013-10-16 maierMerge trunk into branch_port_the_testsuite
2013-10-16 bangerthAvoid 'typename' outside templates.
2013-10-16 turcksinReplace Threads with WorkStream in step-9. Documentatio...
2013-10-15 maierBugfix: Guard correctly
2013-10-15 maierNice try, nice try...
2013-10-15 maierAdd support for Cygwin64
2013-10-15 turcksinModify data_out.cc to copy the patches in parrallel.
2013-10-15 bangerthExplicitly state source and result files for failing...
2013-10-15 bangerthAdjust output.
2013-10-15 turcksinReplace distance by using SynchronousIterators in deriv...
2013-10-15 bangerthIncrease precision to get under numdiffs limit.
2013-10-15 bangerthGuard 'noexcept' with appropriate flag.
2013-10-15 maierWe indeed need to export TBB_IMPLEMENT_CPP0X=1 more...
2013-10-15 maierAdd noexcept(false) also to ~GrowingVectorMemory (and...
2013-10-15 maierBugfix: Propagate exceptions out of ~Subscriptor in...
2013-10-15 maierRename DEAL_II_CAN_USE_CXX11 to DEAL_II_USE_CXX11 to...
2013-10-14 bangerthRemove debug output accidentally committed in r31180.
2013-10-14 turcksinReplace the second Threads by WorkStream in matrix_tools.cc
2013-10-14 bangerthFix typo.
2013-10-14 turcksinReplace the first Threads by WorkStream in matrix_tools.cc
2013-10-14 maierFix an issue with __PRETTY_FUNCTION__ and clang
2013-10-14 maierWorkaround an issue with clang and enabled C++11 mode
2013-10-14 bangerthAdd a comment.
2013-10-14 maierWorkaround an issue with bundled tbb and clang in C...
2013-10-14 bangerthProvide at least 7 digits of accuracy so that numdiff...
2013-10-14 bangerthClarify a couple of items.
2013-10-14 bangerthDisable output to console.
2013-10-14 bangerthDisable warning #135 on intel compilers.
2013-10-14 maierBugfix
2013-10-13 maierExport ZLIB version as well
2013-10-13 maierFinish documentation
2013-10-13 maierDelete obsolete files
2013-10-13 maierMerge trunk into branch_port_the_testsuite
2013-10-13 kronbichlerAnnounce tutorial program also on news page
2013-10-12 maierBugfix
2013-10-12 maierProvide MPI version number (and OMPI version number...
2013-10-12 maierAdd version information for mumps, tbb and umfpack
2013-10-11 bangerthAdd an instantiation.
2013-10-11 maierRename (setup|clean|prune)_test to (setup|clean|prune...
2013-10-11 bangerthHelp some compilers (notably xlC) with name lookup.
2013-10-11 bangerthRewire the reading of the obstacle: either say 'sphere...
2013-10-11 bangerthMinor cleanup of parameter declaration. Remove the...
2013-10-10 maierRemove unnecessary template qualifier that icc chokes on
2013-10-10 maierAdd missing template instantiations
2013-10-10 maierMerge trunk into branch_port_the_testsuite
2013-10-10 maierDisable the "fail" and "a-framework" categories for...
2013-10-10 maierAdd a Nightly branch
2013-10-10 turcksinUse WorkStream instead of Thread in DerivativeApproxima...
2013-10-10 maierRefactor test layout: Move all relevant parts of the...
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.