aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/servermode.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove servermode supportTobias Hunger2020-04-291-488/+0
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-7/+0
* CMake: Fix typo in symbol namesTobias Hunger2020-03-191-1/+1
* Work around QLocalSocket::error deprecationhjk2020-02-191-2/+9
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* CMake: Use Utils::CommandLine for server mode processhjk2019-06-031-16/+12
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+1
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* CMake: Use std::make_uniqueTobias Hunger2018-05-241-1/+1
* Revert "CMake: Use canonical source directory when talking to cmake server-mode"Tobias Hunger2017-04-271-1/+1
* CMake: Use canonical source directory when talking to cmake server-modeTobias Hunger2017-04-251-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* CMake: Use shorter names for local sockets in server-modeTobias Hunger2017-01-241-9/+13
* CMake: Put cmake server-mode socket into a temporary directoryTobias Hunger2017-01-201-6/+7
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-0/+1
* CMake: Log server-mode teardownTobias Hunger2016-12-021-0/+2
* CMake: Send compact JSON output to cmake serverTobias Hunger2016-11-301-1/+1
* Fixed cmake signal handling in server-modeFlorian Apolloner2016-11-241-2/+11
* CMake: Log server-mode dataTobias Hunger2016-11-231-0/+19
* CMake: Make sure to never trigger a timer on an destroyed objectTobias Hunger2016-11-231-1/+1
* CMake: Make connections in server-mode setup more robustTobias Hunger2016-11-011-6/+9
* CMake: Fix pipe name on windowsTobias Hunger2016-11-011-6/+12
* CMake: Implement helper to talk to CMake server-modeTobias Hunger2016-10-311-0/+447