From: maier Date: Mon, 3 Dec 2012 20:37:17 +0000 (+0000) Subject: Clear up the TODO list X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1589ff738fa9aa9459924b1430350496999782;p=dealii-svn.git Clear up the TODO list git-svn-id: https://svn.dealii.org/branches/branch_cmake@27740 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/TODO.CMAKE b/deal.II/TODO.CMAKE deleted file mode 100644 index c21bfeeb10..0000000000 --- a/deal.II/TODO.CMAKE +++ /dev/null @@ -1,12 +0,0 @@ -Minor: - -* The documentation - - - Update FAQ hyperlinks to point to googlegroups - (WB: actually, no -- this is a change that should happen on - mainline once we have migrated the whole wiki) - -* The following feature has to be written: TECPLOT - -* Fixup the TODOs in - source/base/path_find.cc diff --git a/deal.II/cmake/TODO.CMAKE b/deal.II/cmake/TODO.CMAKE new file mode 100644 index 0000000000..93a02d2df5 --- /dev/null +++ b/deal.II/cmake/TODO.CMAKE @@ -0,0 +1,6 @@ +Minor: + +* The following feature has to be written: TECPLOT + +* Enable compilation of bundled TBB under Windows/Cygwin and Windows/MinGW + diff --git a/deal.II/source/lac/petsc_matrix_free.cc b/deal.II/source/lac/petsc_matrix_free.cc old mode 100755 new mode 100644