Skip to content
Snippets Groups Projects
  1. Sep 22, 2009
  2. Sep 21, 2009
  3. Sep 20, 2009
  4. Sep 19, 2009
    • Alexander Neundorf's avatar
      Minor optimization in dependency checking. · 864e2670
      Alexander Neundorf authored
      When reading the depend.internal file, check only once for every depender
      whether it exists, instead of repeatedly in a loop for each dependee. Within
      that function it can only change of the depender is removed. This is taken
      care of.
      This reduces the number of access() calls in kdelibs/khtml from 180000 to
      90000 (i.e. 50%), and reduces the time for that (without the actual
      scanning) from 0.3 s to 0.21 s on my system.
      
      Alex
      864e2670
    • Brad King's avatar
      Remove cmGlobalXCode21Generator subclass · d4cfb77f
      Brad King authored
      This subclass of cmGlobalXCodeGenerator only provided two virtual method
      overrides, and it made construction of the Xcode generator instance
      complicated.  This commit removes it and replaces the virtual methods
      with tests of the Xcode version.  The change removes duplicate code.
      d4cfb77f
    • Brad King's avatar
      Fix check for -isysroot on OS X · 180c60a8
      Brad King authored
      Previously we checked for this flag by parsing the version number of GCC
      out of 'gcc --version', but this is not reliable because the format can
      vary greatly.  Now we run 'gcc -v --help' and look for '-isysroot' in
      the list of options.
      
      We also now store the result on a per-language basis in the per-compiler
      info file "CMake<LANG>Compiler.cmake".  This is necessary to make it
      accessible from try-compile projects so that they generate correctly.
      180c60a8
    • Alexander Neundorf's avatar
      The preprocessing and assembly rules also need the <DEFINES>, otherwise... · 196d9a54
      Alexander Neundorf authored
      The preprocessing and assembly rules also need the <DEFINES>, otherwise different reults are created.
      
      Alex
      196d9a54
    • Kitware Robot's avatar
      KWSys Nightly Date Stamp · 5ea5ca3c
      Kitware Robot authored
      5ea5ca3c
  5. Sep 18, 2009
Loading