Re: [cmake-developers] [CMake] Performance profiling for CMake scripts?

2018-06-20 Thread Isaiah Norton
I've used the following a few times recently to get a sense of hotspots: https://gist.github.com/ihnorton/05f1dea38e596e75ba106855d490e66a On Wed, Jun 20, 2018 at 10:17 AM Robert Dailey wrote: > I set my minimum required version to 3.6, which should enable those > policies by default (if

[cmake-developers] PSA: VS2017 borks CMake + existing VS2015 install

2018-02-18 Thread Isaiah Norton
After installing Visual Studio 2017 (Community, in my case), the following SDK reinstall step is apparently necessary to build with the VS2015 toolchain from CMake: https://stackoverflow.com/a/45319119/508431 (to re-run the installer, go to Programs and Features, double-click Visual Studio

Re: [cmake-developers] Server handshake with only build directory

2018-01-24 Thread Isaiah Norton
;rchi...@microsoft.com> > wrote: > > Tobias, can you make sure it still supports passing the source directory > > too? > > > > > > > > Otherwise we’ll have to have version dependent arguments that we pass to > > CMake server. > > > &

Re: [cmake-developers] Server handshake with only build directory

2018-01-23 Thread Isaiah Norton
> > > Any objections from the core team about enabling server-mode with a > > build directory only? I can send in a patch, it is simple to add this. > > Fine with me. > Awesome, thanks. Please cc me (@ihnorton). Isaiah On Tue, Jan 23, 2018 at 6:40 AM, Brad King wrote: >

Re: [cmake-developers] Server handshake with only build directory

2018-01-22 Thread Isaiah Norton
pers-boun...@cmake.org] *On > Behalf Of *Isaiah Norton > *Sent:* Monday, January 22, 2018 8:43 AM > *To:* Tobias Hunger <tobias.hun...@gmail.com> > *Cc:* CMake Developers <cmake-developers@cmake.org> > *Subject:* Re: [cmake-developers] Server handshake with only build > d

Re: [cmake-developers] Server handshake with only build directory

2018-01-22 Thread Isaiah Norton
gs > being used and to make it very explicit what is going to be used. > > Best Regards, > Tobias > > On Mon, Jan 22, 2018 at 4:54 PM, Isaiah Norton <isaiah.nor...@gmail.com> > wrote: > > I'd like to use cmake server with only a build directory argument > (mostly in

[cmake-developers] Server handshake with only build directory

2018-01-22 Thread Isaiah Norton
I'd like to use cmake server with only a build directory argument (mostly in order to query the cache), but receive an error in return: ``` > cmake --version cmake version 3.9.4 > cmake -E server --experimental --debug > [== "CMake Server" ==[ >