Changes in Mxx_ru

1.1.0 version (2006.02..2006.04)

  Documentation and commentaries are translated to english.

  Simplified MXX_RU_CPP_TOOLSET environment value setup.

  composite_target, dll_target, lib_target, exe_target methods are
  added, which allows to simplify description of common C++ projects.

  An ability to change default values for such parameters as 
  runtime_mode, rtti_mode, rtl_mode, threading_mode was added.

  Fixed clean operations for Visual C++:
  - if .exp file is exists for current target, then 
  corresponding .lib and .exp files are removed;
  - the way PDB files created was changed to create individual PDB file
  for each target, which is removed during a clean operation.
  
  VC++ 8.0 support was added, including manifests support.
  
  Mxx_ru is transformed to RubyGem.

1.0.12 version (2005.11.17)

  Support of RuCodeGen for C++ projects was added.
  See Mxx_ru::Cpp::RuCodeGen class for details.

1.0.10 version (2005.08.04)

  mxx_ru/cpp/toolsets/gcc_sparc_solaris.rb file was added to support
  GNU C++ compiler on Solaris platform.

1.0.9 version (2005.07.12)

  Bug, slowing down the work with projects containing large amount of
  DLL's on unix platforms was fixed.

  Added --mxx-cpp-no-depends-analyzer option, which turns off
  scanning of C++ files for dependencies.

1.0.7 version (2005.04.01)

  Added Mxx_ru::Makestyle_generator class.

1.0.6 version (2004.11.26)

  Bug, slowing down the work with projects conaining deep dependencies
  between each other was fixed. Problem was because of increase of 
  intercalls to get values of spreadable options. Now, spreadable option
  values are cached and recalculated only on change.
