Skip to content
  1. Aug 31, 2017
  2. Aug 22, 2017
  3. Aug 21, 2017
  4. Aug 20, 2017
  5. Aug 19, 2017
  6. Aug 18, 2017
    • Anoop Chandu's avatar
      buildsystem: Allow fetching flags for multiple files together · 1d32646d
      Anoop Chandu authored and Christian Hergert's avatar Christian Hergert committed
      Using get_build_flags_for_files in IdeBuildSystem, build flags for multiple
      files can be retrieved at a time.
      
      Build systems can implement this optimize their parsing and lookup of flags
      which can have a performance impact on features such as the code indexing
      engine.
      
      If a build system does not implement this feature, a fallback is provided to
      lookup flags individually using get_build_flags_async().
      1d32646d
  7. Aug 17, 2017
  8. Aug 16, 2017
  9. Aug 15, 2017