Skip to content
Snippets Groups Projects
  1. Feb 08, 2016
    • Brad King's avatar
      Fix internal target lookup performance regression · 6cbf6a51
      Brad King authored
      
      Refactoring in commit v3.5.0-rc1~272^2~13 (cmGlobalGenerator: Remove
      direct storage of targets, 2015-10-25) replaced an efficient data
      structure mapping from target name to cmTarget instance with a linear
      search.  Lookups through cmGlobalGenerator::FindTarget are done a lot.
      Restore the efficient mapping structure with a name indicating its
      purpose.
      
      Reported-by: default avatarBartosz Kosiorek <gang65@poczta.onet.pl>
      6cbf6a51
  2. Feb 02, 2016
  3. Feb 01, 2016
  4. Jan 31, 2016
  5. Jan 30, 2016
  6. Jan 29, 2016
  7. Jan 28, 2016
  8. Jan 27, 2016
  9. Jan 26, 2016
  10. Jan 25, 2016
  11. Jan 24, 2016
  12. Jan 23, 2016
  13. Jan 22, 2016
Loading