]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2020-05-28 Daniel ArndtMerge pull request #10398 from drwells/deprecate-incomp...
2020-05-28 David WellsMerge pull request #10407 from bangerth/x
2020-05-28 Wolfgang BangerthRemove a duplicated comment. 10407/head
2020-05-28 David WellsMerge pull request #10403 from masterleinad/fix_warning...
2020-05-28 Matthias MaierMerge pull request #10389 from bangerth/tasks-3
2020-05-28 Daniel ArndtFix warning about missing copy constructors 10403/head
2020-05-28 Martin KronbichlerMerge pull request #10395 from drwells/deprecate-vanka...
2020-05-28 Martin KronbichlerMerge pull request #10396 from drwells/extra-vanka...
2020-05-28 David WellsDeprecate some PETSc things not available in other... 10398/head
2020-05-27 Luca HeltaiMerge pull request #10386 from drwells/remove-deprecate...
2020-05-27 Matthias MaierMerge pull request #10285 from tamiko/modernize_thread_...
2020-05-27 Wolfgang BangerthMerge pull request #10329 from peterrum/tria-internal...
2020-05-27 David WellsConvert ThreadGroup to TaskGroup in sparse vanka 10395/head
2020-05-27 David WellsDeprecate some old options for SparseVanka.
2020-05-27 Wolfgang BangerthMerge pull request #10282 from luca-heltai/write-vtk...
2020-05-27 Wolfgang BangerthMerge pull request #10382 from tjhei/conditional-init-tbb
2020-05-27 Wolfgang BangerthAdd a changelog entry. 10389/head
2020-05-27 David WellsAugment a test to also check sparse vanka. 10396/head
2020-05-27 Wolfgang BangerthEnsure propagation of exceptions from tasks.
2020-05-27 Wolfgang BangerthRewrite the Threads::Task class using C++11 features.
2020-05-27 Matthias MaierMerge pull request #10383 from tjhei/github-actions...
2020-05-27 Matthias MaierMerge pull request #10165 from tjhei/p4est-bug-only...
2020-05-27 Matthias Maieraddress review comments 10285/head
2020-05-27 Matthias Maieradd a comment
2020-05-27 Matthias Maierfix tests with gcc-5, make clang-tidy happy
2020-05-27 Matthias Maierand port to C++14
2020-05-27 Matthias Maierupdate documentation
2020-05-27 Matthias MaierDo not attempt to copy std::unique_ptr objects, and...
2020-05-27 Matthias Maierport LogStream to the new ThreadLocalStorage
2020-05-27 Matthias Maieraddress review comments
2020-05-27 Matthias MaierWorkaround: Make this work with std::vector<std::unique...
2020-05-27 Matthias Maieradd a changes entry
2020-05-27 Matthias MaierAdd && variants for constuctor and operator=, optimize...
2020-05-27 Matthias MaierThreadLocalStorage: Reimplement using STL C++11 functio...
2020-05-27 Matthias MaierDo not let TBB override the number of threads used 10382/head
2020-05-27 Matthias MaierPort hardware concurrency detection to C++11
2020-05-27 Timo Heisterfix TBB initialization
2020-05-27 Wolfgang BangerthMerge pull request #10384 from tamiko/fix_thread_tests
2020-05-27 Wolfgang BangerthMerge pull request #10385 from tjhei/doxygen_tbb_define
2020-05-27 David WellsRemove our deprecated nanoflann bindings 10386/head
2020-05-27 Timo Heisterfix doxygen export of DEAL_II_WITH_TBB/CPP_TASKFLOW 10385/head
2020-05-27 Matthias Maierexport "DEAL_II_WITH_THREADS" in deal.IIConfig.cmake 10384/head
2020-05-27 Timo Heister[CI] github actions do not check indent 10383/head
2020-05-27 Matthias MaierMerge pull request #10380 from MarcusCalhoun-Lopez...
2020-05-27 David WellsMerge pull request #10377 from bangerth/task
2020-05-27 Wolfgang BangerthMerge pull request #10379 from masterleinad/simplify_la...
2020-05-27 Wolfgang BangerthMerge pull request #10327 from tamiko/thread_cleanup-2
2020-05-27 Wolfgang BangerthImprove documentation of Threads::Task. 10377/head
2020-05-27 Luca HeltaiAdded possibility to attach data to bounding boxes. 10282/head
2020-05-27 Peter MunchRemove template arguments form internal data structures... 10329/head
2020-05-27 Daniel ArndtMerge pull request #10378 from bangerth/opeq
2020-05-27 Daniel ArndtMerge pull request #10372 from bangerth/route
2020-05-27 Matthias MaierMerge pull request #10368 from bangerth/69
2020-05-27 Marcus Calhoun... Find correct FindBoost.cmake on case-insensitive fs 10380/head
2020-05-27 Matthias Maieraddress review comments 10327/head
2020-05-27 Matthias Maierupdate config.h.in
2020-05-27 Matthias Maierrename directory
2020-05-27 Matthias Maierfix docu
2020-05-27 Matthias Maierfix rename leftovers
2020-05-27 Matthias MaierCMake: Add a bundled taskflow library and facility...
2020-05-27 Matthias MaierCMake: Remove obsolete threading setup
2020-05-27 Daniel ArndtSimplify C++14 lambda initializers 10379/head
2020-05-27 David WellsMerge pull request #10373 from bangerth/members
2020-05-27 David WellsMerge pull request #10375 from krishnakumarg1984/krishn...
2020-05-27 David WellsMerge pull request #10371 from bangerth/doc
2020-05-27 Wolfgang BangerthAdd changelog entry. 10378/head
2020-05-27 Wolfgang BangerthRemove Task::operator==.
2020-05-27 Krishnakumar... removes an unnecessary edge in tutorial dependency... 10375/head
2020-05-26 Wolfgang BangerthMove member functions of an internal class outside... 10373/head
2020-05-26 Wolfgang BangerthRoute all variations of Threads::new_task() through... 10372/head
2020-05-26 Daniel ArndtMerge pull request #10367 from masterleinad/msvc_warnin...
2020-05-26 Wolfgang BangerthBetter document Threads::new_task. 10371/head
2020-05-26 Wolfgang BangerthMerge pull request #10357 from peterrum/gridinfo_add_so...
2020-05-26 Timo HeisterMerge pull request #10355 from bangerth/70-ref
2020-05-26 Wolfgang BangerthUse @cite style for references in step-70. 10355/head
2020-05-26 Wolfgang BangerthHook in videos of second-order results for step-69. 10368/head
2020-05-26 Daniel ArndtCompile MSVC testers with warnings as errors 10367/head
2020-05-26 Daniel ArndtMerge pull request #10359 from peterrum/set_bit_fix_warning
2020-05-26 Wolfgang BangerthMerge pull request #10362 from gassmoeller/introduce_pa...
2020-05-26 Matthias MaierMerge pull request #10360 from masterleinad/cpp20-compa...
2020-05-26 Peter MunchFix warning in set_bit 10359/head
2020-05-26 Rene GassmoellerImprove documentation 10362/head
2020-05-26 Daniel ArndtRemove unnecessary assertion 10360/head
2020-05-26 Bruno TurcksinMerge pull request #10268 from peterrum/dofaccessor_get...
2020-05-26 Daniel ArndtAdd another comparison operator
2020-05-26 Daniel ArndtAvoid using non-public members
2020-05-26 Daniel ArndtFix test
2020-05-25 Rene GassmoellerAdd particle handler signal and test.
2020-05-25 Matthias MaierFix compiling with clang-10 with C++20 support
2020-05-25 Peter MunchAdd missing docu to GeometryInfo 10357/head
2020-05-25 Martin KronbichlerMerge pull request #10337 from luca-heltai/pack_rtree_o...
2020-05-25 Martin KronbichlerMerge pull request #10352 from bangerth/gsl
2020-05-25 Martin KronbichlerMerge pull request #10356 from tamiko/cmake_fixes
2020-05-25 Luca HeltaiFixed typo. 10337/head
2020-05-25 Matthias MaierMerge pull request #10354 from drwells/more-cxx14-docs
2020-05-25 Matthias Maierwhile at it also unify variable naming and reindent... 10356/head
2020-05-25 Matthias MaierCMake: Refactor C++17 bessel function support into...
2020-05-25 David WellsRemove some unused CMake code. 10354/head
2020-05-25 David WellsClean up some more C++14 documentation.
2020-05-25 Daniel ArndtMerge pull request #10347 from tamiko/cosmetic_change
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.