]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2019-01-17 Daniel ArndtMerge pull request #7602 from tjhei/fix-clang-tidy...
2019-01-16 David WellsMerge pull request #7598 from masterleinad/loop-convert_6
2019-01-15 Daniel ArndtMerge pull request #7593 from drwells/remove-vector...
2019-01-15 Daniel ArndtMerge pull request #7591 from marcfehling/fix-pre-distr...
2019-01-15 Timo Heisterremove muparser setting 7602/head
2019-01-15 Timo Heisterdo not allow bundled
2019-01-15 Timo Heisterfix clang tidy script
2019-01-15 Marc FehlingChanged point at which p::d::Tria::pre_distributed_refi... 7591/head
2019-01-15 David WellsMerge pull request #7601 from masterleinad/use_modenize...
2019-01-14 Daniel ArndtUse ranged-based for loop in include/multigrid 7598/head
2019-01-14 Daniel ArndtUse ranged-based for loop in source/multigrid
2019-01-14 Daniel ArndtUse ranged-based for loop in include/numerics
2019-01-14 Daniel ArndtUse ranged-based for loop in source/numerics
2019-01-14 Daniel ArndtUse modernize-use-nullptr 7601/head
2019-01-14 Daniel ArndtMerge pull request #7600 from drwells/remove-extra...
2019-01-13 David WellsRemove unnecessary semicolons from source files. 7600/head
2019-01-13 Daniel ArndtMerge pull request #7599 from Rombur/misc
2019-01-13 Bruno TurcksinRemove unused code 7599/head
2019-01-13 Bruno TurcksinAdd missing instantiations for ditributed CUDA vectors
2019-01-12 David WellsMerge pull request #7595 from masterleinad/loop-convert_5
2019-01-12 David WellsMerge pull request #7596 from masterleinad/delete_feval...
2019-01-12 Daniel ArndtActually delete copy constructors for FEValues* 7596/head
2019-01-12 Daniel ArndtUse range-based for loop in source/distributed 7595/head
2019-01-12 Daniel ArndtUse range-based for loop in source/dofs
2019-01-12 Daniel ArndtMerge pull request #7594 from drwells/use-emplace-over...
2019-01-12 David WellsRemove VectorView. 7593/head
2019-01-12 David WellsUse emplace_back over an in-place destructor/new. 7594/head
2019-01-12 David WellsMerge pull request #7590 from masterleinad/loop-convert_4
2019-01-11 Daniel ArndtUse std::sets in GridOut::write_svg 7590/head
2019-01-11 Daniel ArndtUse range-based for loops in include/grid
2019-01-11 Daniel ArndtUse range-based for loops in source/grid
2019-01-11 Daniel ArndtMerge pull request #7586 from masterleinad/loop-convert_3
2019-01-10 Daniel ArndtMerge pull request #7572 from marcfehling/fix-fourier
2019-01-10 Daniel ArndtMerge pull request #7580 from masterleinad/more_fallthrough
2019-01-10 Daniel ArndtUse range-based for loops in include/hp 7586/head
2019-01-10 Daniel ArndtUse range-based for loops in source/hp
2019-01-10 Matthias MaierMerge pull request #7575 from masterleinad/loop-convert_2
2019-01-10 Daniel ArndtMerge pull request #7582 from bangerth/exception
2019-01-10 Wolfgang BangerthRemove a pointless exception. 7582/head
2019-01-10 Daniel ArndtMerge pull request #7564 from GivAlz/CouplingMatrix
2019-01-10 Daniel ArndtMerge pull request #7563 from GivAlz/CouplingSparsity
2019-01-10 Daniel ArndtUse more flags in [[fallthrough]] checks 7580/head
2019-01-09 Daniel ArndtUse range-based for loops in source/non_matching 7575/head
2019-01-09 Daniel ArndtUse range-based for loops in source/opencascade
2019-01-09 Daniel ArndtUse range-based for loops in source/particles
2019-01-09 Daniel ArndtMerge pull request #7020 from dangars/hdf5
2019-01-09 David WellsMerge pull request #7567 from bangerth/doc-update
2019-01-09 Daniel Garcia... Changelog entry 7020/head
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Reorder functions get/set_query_io_mode()
2019-01-09 Daniel Garcia... Add functions set_plist() and release_plist()
2019-01-09 Daniel Garcia... Remove std::vector copy
2019-01-09 Daniel Garcia... Use const reference instead of rvalue
2019-01-09 Daniel Garcia... Create a list with a more clear syntax
2019-01-09 Daniel Garcia... Specify the argument in the lambda funcions
2019-01-09 Daniel Garcia... Make the arguments const
2019-01-09 Daniel Garcia... Add get_name()
2019-01-09 Daniel Garcia... Make const the functions open_* and create_*
2019-01-09 Daniel Garcia... Use make_array_view(container_object).data()
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Rename group() to open_group()
2019-01-09 Daniel Garcia... Make get_attribute const
2019-01-09 Daniel Garcia... Reorder parameters
2019-01-09 Daniel Garcia... Add test hdf5_06
2019-01-09 Daniel Garcia... Add test for Vector and write/read selection
2019-01-09 Daniel Garcia... Use Container in read_selection and write_selection
2019-01-09 Daniel Garcia... Use overload instead of enable_if
2019-01-09 Daniel Garcia... Make herr_t ret local variable
2019-01-09 Daniel Garcia... Rename enum Mode
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Rename dataset() to open_dataset()
2019-01-09 Daniel Garcia... Add complex=off for the test hdf5_05
2019-01-09 Daniel Garcia... Add hdf5_05.mpirun=1.output
2019-01-09 Daniel Garcia... Add tests in tests/base/hdf5_05.cc
2019-01-09 Daniel Garcia... Add read_hyperslab()
2019-01-09 Daniel Garcia... Squeeze the dimensions of FullMatrix in initialize_cont...
2019-01-09 Daniel Garcia... Add test hdf5_05
2019-01-09 Daniel Garcia... HDF5 tests with_complex_values=off
2019-01-09 Daniel Garcia... Add the option "with_complex_values=on" in the output...
2019-01-09 Daniel Garcia... Declare variables as const
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Use two functions instead of a template
2019-01-09 Daniel Garcia... Rename functions
2019-01-09 Daniel Garcia... Separate functions by three empty lines
2019-01-09 Daniel Garcia... Use make_shared in get_hdf5_datatype()
2019-01-09 Daniel Garcia... Document the constructors of Group and File
2019-01-09 Daniel Garcia... Use lambda function in no_collective_cause_to_string()
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Replace template template Containers by template Containers
2019-01-09 Daniel ArndtMerge pull request #7569 from GivAlz/AddTestGlobalTree
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Pass parameters by reference
2019-01-09 Daniel Garcia... Move enum Mode
2019-01-09 Daniel Garcia... Define mpi variable as const
2019-01-09 Daniel Garcia... Rename check_io_mode() to query_io_mode()
2019-01-09 Daniel Garcia... Improve the documentation
2019-01-09 Daniel Garcia... Add endline
2019-01-09 Daniel Garcia... Add Asserts
2019-01-09 Daniel Garcia... Remove the warnings of unused variables
2019-01-09 Daniel Garcia... Format code
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.