Skip to content
Snippets Groups Projects
  1. Oct 04, 2021
  2. Sep 20, 2021
  3. Aug 03, 2021
  4. Jul 27, 2021
  5. Jul 26, 2021
  6. Jul 21, 2021
  7. Jul 02, 2021
  8. Jul 01, 2021
  9. May 21, 2021
  10. May 18, 2021
    • Lars Bilke's avatar
      [cmake] Job pools for Ninja. · 4060392b
      Lars Bilke authored and Dmitry Yu. Naumov's avatar Dmitry Yu. Naumov committed
      Better parallelization of the build:
      
      There are two job pools:
      
      - light_tasks on most systems will utilize all available logical cores
        (default)
      - heavy_tasks requires 4 GB of free memory per job, is used for all
        processes. Could be optimized by introducing another pool with less
        memory requirements (medium_tasks) and use it in the more simple
        processes.
      4060392b
  11. May 12, 2021
  12. May 01, 2021
  13. Mar 23, 2021
  14. Mar 16, 2021
  15. Mar 12, 2021
  16. Mar 08, 2021
  17. Mar 02, 2021
  18. Feb 15, 2021
  19. Feb 09, 2021
Loading