From kde-commits Mon Jul 30 17:51:25 2012 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 30 Jul 2012 17:51:25 +0000 To: kde-commits Subject: icecream Message-Id: <20120730175125.DBE89AC7A9 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134367095801740 SVN commit 1308591 by lunakl: support for compiler plugins / multiple native environments Compiler plugins are supported using multiple native environments, everytime a plugin is needed as well, a new native environment is created including that plugin. Which means also making the daemon actually support multiple native environments, use the right one depending on which/whether compiler plugins are used for compilation, clean up old native environments, etc. M +1 -0 NEWS M +39 -2 client/arg.cpp M +2 -1 client/client.h M +13 -2 client/icecc-create-env M +24 -13 client/main.cpp M +19 -17 daemon/environment.cpp M +5 -4 daemon/environment.h M +81 -17 daemon/main.cpp M +16 -0 services/comm.cpp M +7 -1 services/comm.h http://websvn.kde.org/?view=rev&revision=1308591