]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-04-17 Wolfgang BangerthMerge pull request #817 from tamiko/bugfix
2015-04-16 Wolfgang BangerthMerge pull request #815 from tamiko/simplify_clang_conf...
2015-04-16 Wolfgang BangerthMerge pull request #811 from tamiko/fix_opencascade_war...
2015-04-16 Wolfgang BangerthMerge pull request #804 from bangerth/introduce-active_...
2015-04-16 Martin KronbichlerMerge pull request #816 from tamiko/small_cleanup
2015-04-16 Martin KronbichlerMerge pull request #813 from tamiko/fix_dangling_else
2015-04-16 Matthias MaierCMake: Remove -Wno-deprecated 817/head
2015-04-16 Matthias MaierRemove superfluous flag 816/head
2015-04-16 Matthias MaierCMake: Simplify clang configuration 815/head
2015-04-16 Wolfgang BangerthMerge pull request #812 from luca-heltai/fix-pr-mapping-fe
2015-04-16 Marco TezzeleChanged the order of the arguments of the constructor... 812/head
2015-04-16 Matthias MaierSimplify nested if/for clauses to avoid -Wdangling... 813/head
2015-04-16 Luca HeltaiMerge pull request #772 from luca-heltai/fix-mapping-fe
2015-04-16 Marco TezzeleFixed usage in the documentation of mapping_fe_field.h 772/head
2015-04-16 Marco Tezzelefixed documentation of members in mapping_fe_field...
2015-04-16 Luca HeltaiFixed initialization issue.
2015-04-16 Luca HeltaiAdded get_position_vector to VectorTools
2015-04-16 Luca HeltaiRenamed MappingFE to MappingFEField
2015-04-16 Matthias MaierSilence warnings caused by opencascade headers 811/head
2015-04-16 Matthias MaierCMake: Remove broken configuration
2015-04-16 Luca HeltaiMerge pull request #810 from kronbichler/master
2015-04-16 Martin KronbichlerAdd test for empty processors (communicated by D. Arndt). 810/head
2015-04-16 Martin KronbichlerFix assertion
2015-04-15 Wolfgang BangerthMerge pull request #809 from tamiko/fix_warnings
2015-04-15 Matthias MaierSilence bogus unused-parameters|variables warnings 809/head
2015-04-15 Matthias MaierMerge pull request #805 from tamiko/silence
2015-04-15 Bruno TurcksinMerge pull request #807 from ian-r-rose/typename_fix
2015-04-15 Ian RoseRemove typename which was causing problems with C++03 807/head
2015-04-15 Matthias MaierCMake: Set up boost specific -Wno-* switches in configu... 805/head
2015-04-15 Matthias Maier*shhh*
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl... 804/head
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl...
2015-04-15 Wolfgang BangerthMerge pull request #803 from kronbichler/master
2015-04-15 Martin KronbichlerMinor cleanup of vmult: Avoid casting unused parameter 803/head
2015-04-15 Bruno TurcksinMerge pull request #802 from kronbichler/master
2015-04-15 Martin KronbichlerRemove unnecessary friend declaration 802/head
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl...
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl...
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl...
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl...
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl...
2015-04-15 Wolfgang BangerthReplace a double loop over cells and indices by a singl...
2015-04-15 Timo HeisterMerge pull request #765 from bangerth/introduce-active_...
2015-04-14 Wolfgang BangerthMerge pull request #797 from kronbichler/master
2015-04-14 Martin KronbichlerImprove order of multiplication/addition in perform_dou... 797/head
2015-04-14 Martin KronbichlerList change
2015-04-14 Martin KronbichlerTest dimension-independence.
2015-04-14 Martin KronbichlerMake most parts of SymmetricTensor dimension-independent
2015-04-14 Wolfgang BangerthMerge pull request #798 from drwells/void-unused-parame...
2015-04-14 David WellsWhen obvious, do not name unused parameters. 798/head
2015-04-14 David WellsComment unused parameter names.
2015-04-14 David WellsUse a (void) cast on unused parameters.
2015-04-14 David WellsRemove a variable that only appears in an assert.
2015-04-14 Martin KronbichlerMerge pull request #792 from kronbichler/master
2015-04-14 Matthias MaierMerge branch 'drwells-void-unused-parameters'
2015-04-14 Matthias MaierFix indenting
2015-04-14 Matthias MaierReenable -Qunused-arguments for clang
2015-04-14 David WellsSummarize changed with unused variable warnings.
2015-04-14 David WellsUpdate clang flags.
2015-04-14 David WellsUse the standard convention for error codes.
2015-04-14 David WellsGet rid of named temporaries for asserts.
2015-04-14 David WellsUse "#ifdef DEBUG" for complex asserts.
2015-04-14 David WellsAdd a (void) cast to unused values in .cc files.
2015-04-14 David WellsEnable Trilinos warnings in recent versions.
2015-04-14 David WellsOnly enable 'unused' GCC warnings in debug mode.
2015-04-14 David WellsUse the standard (void) to mark unused parameters.
2015-04-14 David WellsWhen obvious, do not name unused parameters.
2015-04-14 David WellsComment out unused parameters in source files.
2015-04-14 David WellsDo not name unused parameters when obvious.
2015-04-14 David WellsSwitch from (void) to commented parameter name.
2015-04-14 David WellsComment unused parameter names.
2015-04-14 David WellsUse the (void) trick to silence warnings.
2015-04-14 Matthias MaierMerge pull request #796 from kronbichler/fix_test
2015-04-14 Martin KronbichlerFix test in 64bit mode 796/head
2015-04-14 Martin KronbichlerIncrease performance of SparsityTools::reorder_hierarchical 792/head
2015-04-14 Martin KronbichlerMerge pull request #790 from bangerth/dynamic-sparsity...
2015-04-14 Matthias MaierMerge pull request #794 from bangerth/doc-update-20
2015-04-14 Wolfgang BangerthProvide documentation to the various namespaces in... 794/head
2015-04-14 Wolfgang BangerthAdd another test, this time for parallel triangulations. 765/head
2015-04-13 Matthias MaierMerge pull request #793 from tjhei/constraint_matrix_copy
2015-04-13 Wolfgang BangerthRefactor common code into a function of its own.
2015-04-13 Wolfgang BangerthRelax requirement on a function so as to allow resettin...
2015-04-13 Wolfgang BangerthUpdate comment.
2015-04-13 Timo HeisterConstraintMatrix copy explicit and disable assignment 793/head
2015-04-13 Wolfgang BangerthRewrite the dynamic sparsity pattern iterators in such... 790/head
2015-04-13 Luca HeltaiMerge pull request #788 from QiaoLei-88/compress
2015-04-13 Lei Qiaofix textual error. 788/head
2015-04-13 Wolfgang BangerthAdd tests for iterators over DynamicSparsityPattern...
2015-04-13 Wolfgang BangerthIntroduce iterators over DynamicSparsityPattern objects.
2015-04-13 Wolfgang BangerthReference a particular class in a comment.
2015-04-13 Wolfgang BangerthMinor clarification of some documentation.
2015-04-13 Martin KronbichlerMerge pull request #789 from davydden/fe_q_hierarchical...
2015-04-13 Denis Davydovadded a SolutionTransfer test for FE_Q_Hierarchical. 789/head
2015-04-13 Luca HeltaiMerge pull request #787 from bangerth/doc-update-19
2015-04-13 Lei Qiaoexplain calling of compress() in step-40.
2015-04-13 Lei Qiaoremove the two no-op compress()
2015-04-13 Wolfgang BangerthAdd a missing call to distribute() to step-26 after... 787/head
2015-04-13 Wolfgang BangerthAdd an entry to changes.h.
2015-04-13 Wolfgang BangerthWhile there, also adjust existing tests to check a...
2015-04-13 Wolfgang BangerthAdjust existing serialization tests to also check activ...
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.