-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake
updated
27 files
+10 −0 | .docs/pages/base.rst | |
+33 −2 | .docs/pages/developers.rst | |
+5 −0 | .docs/pages/internal.rst | |
+1 −0 | .gitignore | |
+127 −3 | Config.cmake.in | |
+33 −0 | base.cmake | |
+114 −80 | boost.cmake | |
+2 −2 | compiler.cmake | |
+23 −0 | componentConfig.cmake.in | |
+79 −0 | cxx-standard.cmake | |
+6 −0 | cxx-standard.cpp | |
+3 −1 | cython/cython.cmake | |
+2 −1 | cython/setup.in.py | |
+474 −686 | doxygen.cmake | |
+0 −4 | doxygen/Doxyfile.extra.in | |
+0 −2,121 | doxygen/Doxyfile.in | |
+10 −0 | doxygen/doxyfile.awk | |
+34 −0 | find-external/CppAD/Findcppad.cmake | |
+28 −0 | find-external/CppAD/Findcppadcg.cmake | |
+5 −2 | hpp/doc.cmake | |
+7 −3 | hpp/idl/omniidl_be_python_with_docstring.py | |
+94 −16 | package-config.cmake | |
+43 −9 | pkg-config.cmake | |
+1 −1 | pkg-config.pc.cmake | |
+55 −45 | python.cmake | |
+14 −8 | test.cmake | |
+141 −103 | version.cmake |