- 05 Dec, 2012 12 commits
-
-
Nils Gladitz authored
-
David Cole authored
7fa0f4b8 VS11: Allow using folders with the VS11 Express Edition (#13770)
-
David Cole authored
691ac05d Qt4: Add SYSTEM option to include_directories.
-
David Cole authored
981629f7 Swap linking order of SDLmain and SDL (#13769)
-
David Cole authored
6b40e1ba VS: Ignore LIBC.lib when linking the CompilerId executables 8e85822e VS: Add the entry point when compiling for WindowsCE 5bf9fd82 VS: Set the correct SubSystem when determinating the CompilerId
-
David Cole authored
6a6a6f36 libarchive: fixed undefined left shift with signed ints
-
David Cole authored
dce54b10 Add command to generate environment for a Windows CE SDK
-
David Cole authored
bf2ddceb Generate an early-return guard in target Export files.
-
David Cole authored
9fc2e202 Ninja: fix usage of cldeps with ctest launchers 965358fc enable CTEST_USE_LAUNCHERS with Ninja too
-
Kitware Robot authored
-
- 04 Dec, 2012 7 commits
-
-
David Cole authored
...revealed by the Nightly dashboard runs last night. Use "size_t" instead of "std::size_t" so that it compiles with Visual Studio 6, too. Fix warnings about shadowed "tmp" local variable and ordering of member variables vs. lines of code in the constructor initializer list.
-
Amit Kulkarni authored
-
Amit Kulkarni authored
-
Amit Kulkarni authored
-
Amit Kulkarni authored
-
Amit Kulkarni authored
-
Kitware Robot authored
-
- 03 Dec, 2012 6 commits
-
-
David Cole authored
Solution folders are supported as read-only in the VS11 Express Edition, so do not prohibit their use just because we detect the express edition (as we did in the VS10 generator). Inspired-by: Paris
-
David Cole authored
Fix int vs. size_t conversion warnings that only showed up in the 64-bit builds.
-
David Cole authored
Use same technique here with UuidToString as already found in cmGlobalVisualStudio7Generator::CreateGUID to avoid using a type that is not defined on older systems... (VS 7.0 and Borland)
-
Nils Gladitz authored
This new CPack generator produces an *.msi installer file. Requires having the WiX Toolset installed in order to work properly. Download the WiX Toolset installer "WiX36.exe" here: http://wix.codeplex.com/releases/view/93929
-
Clinton Stimpson authored
Thanks to Scott Bailey and Benjamin Kloster.
-
Kitware Robot authored
-
- 02 Dec, 2012 2 commits
-
-
Benjamin Eikel authored
-
Kitware Robot authored
-
- 01 Dec, 2012 1 commit
-
-
Kitware Robot authored
-
- 30 Nov, 2012 11 commits
-
-
Patrick Gansterer authored
Some Windows CE linkers want to link against LIBC.lib, but can not find them. Since they are not required we can simply ignore it.
-
Patrick Gansterer authored
Set the entry point to mainACRTStartup to make sure that main() can be found when linking the application to check the compiler.
-
Patrick Gansterer authored
Some WinCE linker only work when the subsystem is set to WINDOWSCE.
-
Sean McBride authored
caught by clang's -fsanitize=shift. A small unsigned int was promoted, according to C's regular promotion rules, to a signed int, it was then left shifted. This sometimes pushed a 1 into the sign bit, which is undefined behaviour. Fixed by using unsigned temporaries.
-
Patrick Gansterer authored
-
Stephen Kelly authored
Previously it was necessary for writers of Config files which incude exported target files to write the guard themselves, but this was not immediately obvious or documented. Options for them would be to use a variable, or an INHERITED directory property in an effort to avoid accidental name clashes in all contexts in which find_package can be used. Getting this right requires boiler plate code, so generate a simpler check automatically instead.
-
Kitware Robot authored
- 29 Nov, 2012 1 commit
-
-
Mathias Gaunard authored
-