]> https://gitweb.dealii.org/ - dealii.git/commitdiff
update build system and documentation 6812/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 20 Jun 2018 22:05:23 +0000 (17:05 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 20 Jun 2018 22:06:19 +0000 (17:06 -0500)
cmake/setup_custom_targets.cmake
doc/doxygen/headers/coding_conventions.h

index c3de2b9cf1513aaf9d80b42ff386feca29ac648a..ef28ba82d67b165c242f174714ae78948e41757f 100644 (file)
@@ -103,18 +103,18 @@ ENDIF()
 # Provide an indentation target for indenting uncommitted changes and changes on
 # the current feature branch
 #
-ADD_CUSTOM_TARGET(indent-branch
+ADD_CUSTOM_TARGET(indent
   WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
-  COMMAND ./contrib/utilities/indent-branch
+  COMMAND ./contrib/utilities/indent
   COMMENT "Indenting recently changed files in the deal.II directories"
   )
 
 #
 # Provide "indent" target for indenting all headers and source files
 #
-ADD_CUSTOM_TARGET(indent
+ADD_CUSTOM_TARGET(indent-all
   WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
-  COMMAND ./contrib/utilities/indent
+  COMMAND ./contrib/utilities/indent-all
   COMMENT "Indenting all files in the deal.II directories"
   )
 
@@ -155,9 +155,9 @@ FILE(WRITE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/print_info.cmake
 #    setup_tests    - set up testsuite subprojects
 #    prune_tests    - remove all testsuite subprojects
 #
-#    indent         - indent all headers and source files
-#    indent-branch  - indent all headers and source files that changed since the
+#    indent         - indent all headers and source files that changed since the
 #                     last commit to master, including untracked ones
+#    indent-all     - indent all headers and source files
 ")
 
 #
index 2cedd9cd3b3daaa210ba3f90bbef6c11bf95dba2..c373cb14e553714446408888a455bca3d0da69f2 100644 (file)
@@ -50,7 +50,7 @@ on each of your files. This will make sure indentation is conforming to the
 style guidelines outlined in this page. Alternatively, you can run
 <code>
 <pre>
-  make indent-branch
+  make indent
 </pre>
 </code>
 in whatever directory you set up the library to be compiled in to indent all

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.