- Nov 12, 2014
-
-
Word commands, such as foward-word(M-f), backward-kill-word(M-backspace), don't work well like other major-modes if syntax of '_' is treated as "word". Tested-by:
Guillaume Papin <guillaume.papin@parrot.com>
-
- Nov 07, 2014
-
-
Brad King authored
-
Brad King authored
The changes made by commit v3.1.0-rc1~46^2~1 (FindITK: Drop this ancient compatibility module, 2014-10-02) and commit v3.1.0-rc1~46^2 (FindVTK: Drop this ancient compatibility module, 2014-10-02) need to come with release notes explaining that the modules were dropped. Also remove a release not related to an update made to FindVTK that was never released.
-
Brad King authored
-
Brad King authored
-
Brad King authored
The value must be either a full path or relative to the configuration directory, not relative to the 'static' directory. Use a full path. This avoids a warning: WARNING: favicon file 'cmake-favicon.ico' does not exist It worked before because all 'static' directory content is copied to the '_static' directory of html output anyway.
-
- Nov 06, 2014
-
-
Brad King authored
-
Brad King authored
Help format the blocks better for display without a wide screen.
-
Brad King authored
Fix the markup to make the documentation format properly.
-
Brad King authored
-
Brad King authored
Use a bullet list to make it easier to read.
-
Brad King authored
A latex document can have its own TOC.
-
- Nov 03, 2014
-
-
Brad King authored
-
Brad King authored
We do not use it elsewhere yet, and do not want to index environment variables inconsistently.
-
Brad King authored
-
Brad King authored
-
Cleanup of Windows-wcl386.cmake in commit v3.1.0-rc1~693^2 (Watcom: Cleanup Windows-wcl386 configuration, 2014-04-01) also introduced use of the 'symfile' link option but did not mention it in the commit message. There is no way to set the symbol file name of a target, so it is better to revert that change. It is easy to run 'wstrip *' if the symbols need to be stripped, but it is very difficult to get the right names for the .sym files to install with debug/rel_with_deb_info configurations.
-
- Oct 31, 2014
- Oct 29, 2014
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
When we explain in add_definitions documentation that it is intended only for preprocessor definitions, link to add_compile_options for adding other flags. Also explicitly mention that the order of add_definitions calls with respect to target creation does not matter. This differs from the behavior now explicitly stated in the documentation of add_compile_options.
-
Brad King authored
Explain that it affects only targets added after the call. Fix the link to the COMPILE_OPTIONS directory propert documentation. Update the latter to explain that it is used to initialize the corresponding target property when a target is created.
-
- Oct 28, 2014
-
-
Brad King authored
Include the module at the top unconditionally so that all code paths can use it.
-
- Oct 24, 2014
-
-
* parent-scope-tests: test: add a test for PARENT_SCOPE with multiple scopes test: add test for PARENT_SCOPE behavior Conflicts: Tests/RunCMake/set/RunCMakeTest.cmake
-
This reverts commit 5abfde6c. The behaviors associated with implicit pulldown on variable lookup seriously conflict with the optimizations made in these commits. Basically, since values were copied upon variable lookup, not just on PARENT_SCOPE, coupled with PARENT_SCOPE's behavior based on whether the variable is in the current scope or not causes serious problems with not storing a value for every variable at every scope. The commit changed behavior of the following example, among other cases: function(test_set) set(blah "value2") message("before PARENT_SCOPE blah=${blah}") set(blah ${blah} PARENT_SCOPE) message("after PARENT_SCOPE blah=${blah}") endfunction() set(blah value1) test_set() message("in parent scope, blah=${blah}") Reported-by:
Alex Merry <alex.merry@kde.org> Reported-by:
Ben Cooksley <bcooksley@kde.org>
-
Ben Boeckel authored
See the comment in the test for what is being tested here.
-
Ben Boeckel authored
Test code courtesy of Alex Merry <alex.merry@kde.org>.
- Oct 22, 2014
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
Update the wording of some examples to avoid long lines in code blocks. Otherwise the formatted documentation can exceed certain column width limitations.
-
Brad King authored
-
Brad King authored
-
Brad King authored
Convert several preformatted code block literals that enumerate lists of options or variables to use reST definition lists instead. Manually wrap other long lines in code blocks.
-
Brad King authored
-
Brad King authored
-