From 2b1589ff738fa9aa9459924b1430350496999782 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 3 Dec 2012 20:37:17 +0000 Subject: [PATCH] Clear up the TODO list git-svn-id: https://svn.dealii.org/branches/branch_cmake@27740 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/TODO.CMAKE | 12 ------------ deal.II/cmake/TODO.CMAKE | 6 ++++++ deal.II/source/lac/petsc_matrix_free.cc | 0 3 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 deal.II/TODO.CMAKE create mode 100644 deal.II/cmake/TODO.CMAKE mode change 100755 => 100644 deal.II/source/lac/petsc_matrix_free.cc 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 -- 2.39.5