summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2012-09-231-1/+1
|
* CMake Nightly Date StampKitware Robot2012-09-221-1/+1
|
* CMake Nightly Date StampKitware Robot2012-09-211-1/+1
|
* CMake Nightly Date StampKitware Robot2012-09-201-1/+1
|
* Merge topic 'vs-link-rsp'Brad King2012-09-192-8/+17
|\ | | | | | | | | 5598d9b Ninja: don't expand any rsp files
| * Ninja: don't expand any rsp filesPeter Kuemmel2012-09-192-8/+17
| |
* | Merge topic 'file-DOWNLOAD-user-agent'Brad King2012-09-191-0/+3
|\ \ | | | | | | | | | | | | 14aff4d file(DOWNLOAD): Add HTTP User-Agent string
| * | file(DOWNLOAD): Add HTTP User-Agent stringBrad King2012-09-181-0/+3
| | | | | | | | | | | | | | | | | | | | | Some servers require a User-Agent string. The curl command-line tool just sends "curl/$curlver", so do the same. Suggested-by: Fredrik Ehnbom <fehnbom@nvidia.com>
* | | Merge topic 'vs11-express'Brad King2012-09-193-3/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | 7ee3cee VS11: Add VS 2012 Express support (#13348) e17f345 VS11: Detect VS 2012 Express for default generator (#13348)
| * | | VS11: Add VS 2012 Express support (#13348)Brad King2012-09-182-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the registry entries that vsvars32.bat uses to detect the location of MSBuild.exe in the framework directory. Invoke MSBuild with the option /p:VisualStudioVersion=$version so it knows from which VS version to load the system build rules. Teach cmGlobalVisualStudio11Generator to set its ExpressEdition member using the registry.
| * | | VS11: Detect VS 2012 Express for default generator (#13348)Brad King2012-09-181-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add WDExpress to the list of registry search locations. Add VS 11 to the list of VS versions and corresponding generator names. Fix the search logic to use the most recent version found under any registry entry. Inspired-by: Peter Kümmel <syntheticpp@gmx.net>
* | | | Merge topic 'ninja-rc-compile-flag'Brad King2012-09-191-5/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | a1c9c13 Ninja: filter target specific compile flags with language specific regex
| * | | | Ninja: filter target specific compile flags with language specific regexPeter Kümmel2012-09-181-5/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sync with Makefile code. Bug: 13486 Many thanks to Nils Gladitz
* | | | | Merge topic 'document-MSVC-variables-12567'Brad King2012-09-191-6/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | f35e35b add documentation for all MSVCxxx version variables (#12567)
| * | | | | add documentation for all MSVCxxx version variables (#12567)Rolf Eike Beer2012-09-181-6/+30
| | | | | |
* | | | | | Merge topic 'generator-expression-refactor'Brad King2012-09-1912-222/+1249
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 91011bd cmGeneratorExpression: Port users to two-stage processing f1eacf0 cmGeneratorExpression: Re-write for multi-stage evaluation
| * | | | | | cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-185-56/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the Process() API and removing the parameters from the constructor will allow cmGeneratorExpressions to be cached and evaluated with multiple configs for example, such as when evaluating target properties. This requires the creation of a new compiled representation of cmGeneratorExpression. The cmListFileBacktrace remains in the constructor so that we can record where a particular generator expression appeared in the CMakeLists file.
| * | | | | | cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-189-194/+1182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The expressions may be parsed and then cached and evaluated multiple times. They are evaluated lazily so that literals such as ',' can be treated as universal parameter separators, and can be processed from results without appearing literally, and without interfering with the parsing/evaluation of the entire expression.
* | | | | | | CMake Nightly Date StampKitware Robot2012-09-191-1/+1
| | | | | | |
* | | | | | | Merge topic 'cleanup-TLS-and-SSL-interface'David Cole2012-09-182-45/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7369a8f file(DOWNLOAD): Make TLS options behave as documented 131d91a Rename SSL terminology to TLS
| * | | | | | | file(DOWNLOAD): Make TLS options behave as documentedBrad King2012-09-171-33/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logic added in commit e1c89f08 (file(DOWNLOAD): Add options for SSL, 2012-08-21) did not actually provide the documented behavior. Simplify the implementation to read the variable values first and then replace them with the explicit argument values if encountered. Always set the curl option CURLOPT_SSL_VERIFYPEER to either on or off explicitly instead of depending on the curl default behavior.
| * | | | | | | Rename SSL terminology to TLSBrad King2012-09-142-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TLS has superseded SSL so rename the recently added file(DOWNLOAD) and ExternalProject options using the newer terminology. Drop "CURLOPT" from names because curl is an implementation detail.
* | | | | | | | Merge topic 'vs-simplify-CreateLocalGenerator'David Cole2012-09-186-42/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f34321a VS: Remove duplicated implementations of CreateLocalGenerator()
| * | | | | | | | VS: Remove duplicated implementations of CreateLocalGenerator()Patrick Gansterer2012-09-146-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The IA64 and Win64 versions of the VS8 and VS9 generators contain the same code for this function as in the base class.
* | | | | | | | | Merge topic 'if-version-depth'David Cole2012-09-181-6/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dfa0ebd if: Compare up to 8 components in VERSION tests
| * | | | | | | | | if: Compare up to 8 components in VERSION testsBrad King2012-09-111-6/+10
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the number of components tested by if(... VERSION_LESS ...) if(... VERSION_EQUAL ...) if(... VERSION_GREATER ...) from 4 to 8. The latter is a more extreme maximum.
* | | | | | | | | Merge topic 'qt5-qtdialog-port'David Cole2012-09-183-99/+117
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 25a4f56 Build with Qt5 if it is found. 717f31a Compile with both Qt4 and Qt5. 066e858 Replace two include_directories with a setting. 430ba9f Use add_subdirectory instead of the obsolete subdirs. 32a5725 Remove an if which is always true. 0b6625c Move variable setting down to where it relates to. 8ab312b Use CMake platform variables instead of Qt ones. bd728f6 Add a return-after-error if an old Qt is found.
| * | | | | | | | Build with Qt5 if it is found.Stephen Kelly2012-08-221-6/+23
| | | | | | | | |
| * | | | | | | | Compile with both Qt4 and Qt5.Stephen Kelly2012-08-211-0/+4
| | | | | | | | |
| * | | | | | | | Replace two include_directories with a setting.Stephen Kelly2012-08-211-2/+1
| | | | | | | | |
| * | | | | | | | Use add_subdirectory instead of the obsolete subdirs.Stephen Kelly2012-08-211-1/+1
| | | | | | | | |
| * | | | | | | | Remove an if which is always true.Stephen Kelly2012-08-211-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake based CMake build requires version 2.8.2 as of version 2.8.9.
| * | | | | | | | Move variable setting down to where it relates to.Stephen Kelly2012-08-211-1/+1
| | | | | | | | |
| * | | | | | | | Use CMake platform variables instead of Qt ones.Stephen Kelly2012-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Qt ones no longer exist in Qt 5.
| * | | | | | | | Add a return-after-error if an old Qt is found.Stephen Kelly2012-08-211-94/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need for an else after a return.
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-09-181-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-09-171-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-09-161-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-09-151-1/+1
| |_|/ / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2012-09-141-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2012-09-131-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'file-download-verify'Brad King2012-09-122-40/+135
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 4bcd84e Utilities/Release: Enable CMAKE_USE_OPENSSL in nightly binaries e1c89f0 file(DOWNLOAD): Add options for SSL 073a73a Merge branch 'curl-openssl' into file-download-verify 34567df file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASH
| * | | | file(DOWNLOAD): Add options for SSLBill Hoffman2012-09-112-1/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ability to request that downloads disable or enable Certificate Authority checking with https ssl downloads. When the option to verify the servers CA is disabled, one may verify download contents with SHA hashes.
| * | | | file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASHBill Hoffman2012-09-112-39/+58
| | | | | | | | | | | | | | | | | | | | Add support for SHA algorithms.
* | | | | CMake Nightly Date StampKitware Robot2012-09-121-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'docbook-validate'Brad King2012-09-113-100/+94
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d0c863f docbook: Fix Sun CC warning on ptr_fun(isalnum) 4e62784 docbook: Fix formatter naming convention to avoid shadow 9ad85dbb docbook: Remove redundant docs that cause invalid DocBook 9468b41 docbook: Add CMake.DocBook test to validate xml (#13508) 3a9e373 docbook: Add support for <abstract> at section level 1 67e7d49 docbook: Cleanup formatter and generated DocBook 55146ed docbook: Fix the DocBook section output dbfe335 docbook: Factor out code to write valid DocBook IDs cffa899 docbook: Remove table of contents ac25bc0 Utilities/xml: Add docbook-4.5 DTD (#13508) 2b2e86f Utilities/xml: Add .gitattributes to disable whitespace checks
| * | | | docbook: Fix Sun CC warning on ptr_fun(isalnum)Brad King2012-09-101-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Sun compiler complains: cmDocumentationFormatterDocbook.cxx", line 230: Warning (Anachronism), badargtype2w: Formal argument x of type int(*)(int) in call to std::ptr_fun<int, int>(int(*)(int)) is being passed extern "C" int(*)(int). Add an intermediate C++ function to forward to the C function.
| * | | | docbook: Fix formatter naming convention to avoid shadowBrad King2012-09-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some compilers complain: cmDocumentationFormatterDocbook.cxx: In member function virtual void cmDocumentationFormatterDocbook::PrintHeader(const char*, const char*, std::ostream&): cmDocumentationFormatterDocbook.cxx:197:73: warning: declaration of docname shadows a member of 'this' [-Wshadow] Fix the name of the member variable.
| * | | | docbook: Remove redundant docs that cause invalid DocBookDaniel Pfeifer2012-09-081-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a subsection with a title is added, all subsequent subsections need a title too. The "helpful links" just repeat preceding subsections anyway.
| * | | | docbook: Add support for <abstract> at section level 1Daniel Pfeifer2012-09-081-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a section has subsections (ie. subelemens with a title), all elements before the first title are written inside an <abstract>. Also wrap <programlisting> in <para>, to allow preformatted output in abstracts.