Revision 1308591

Go back to digest for 5th August 2012

Features in Development Tools

Luboš Luňák committed changes in /trunk/icecream:

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.

File Changes

Modified 10 files
  • /trunk/icecream
  •   /NEWS
  •   /client/arg.cpp
  •   /client/client.h
  •   /client/icecc-create-env
  •   /client/main.cpp
  •   /daemon/environment.cpp
  •   /daemon/environment.h
  •   /daemon/main.cpp
  •   /services/comm.cpp
  •   /services/comm.h
10 files changed in total