Skip to content
  1. Apr 12, 2021
  2. Mar 31, 2021
  3. Mar 08, 2021
  4. Mar 05, 2021
  5. Feb 12, 2021
  6. Feb 08, 2021
  7. Feb 04, 2021
  8. Jan 28, 2021
  9. Jan 20, 2021
  10. Jan 13, 2021
    • Nico Weber's avatar
      [gn build] Reorganize libcxx/include/BUILD.gn a bit · acea470c
      Nico Weber authored
      - Merge 6706342f -- no more libcxx_needs_site_config, we now
        always need it
      - Since it was always off in practice, write_config bitrot. Unbitrot
        it so that it works
      - Remove copy step and let concat step write to final location
        immediately -- and fix copy destination directory
      
      As a side effect, libcxx/include/BUILD.gn now has only a single
      sources list, which means the cmake sync script should be able to
      automatically sync additions and removals of .h files. On the flipside,
      this means this file now must be updated after most changes to
      libcxx/include/__config_site.in, and looking through the last few months
      of changes this looks like it's going to be a wash.
      acea470c
    • Nico Weber's avatar
      [gn build] (manually) port 79f99ba6 · 25b3921f
      Nico Weber authored
      25b3921f
  11. Jan 08, 2021
  12. Dec 15, 2020
  13. Nov 18, 2020
  14. Nov 13, 2020
  15. Nov 12, 2020
  16. Oct 23, 2020
  17. Oct 21, 2020
  18. Sep 11, 2020
  19. Feb 10, 2020
    • Nico Weber's avatar
      [gn build] make 'clang' target depend on libcxx/include on mac · 3dc47979
      Nico Weber authored
      On macOS, libc++ headers are distributed with the compiler, not
      the sysroot. Without this, compiling a file that includes something
      like <string> won't compile with gn-built clang without manual tweaks.
      
      I used to do the manual tweaks, but now that other people are starting
      to use this on mac, let's make it Just Work.
      
      (This is marginally nicer than the cmake build now in that you can
      just build 'clang' and it'll do the right thing.)
      
      Differential Revision: https://reviews.llvm.org/D74247
      3dc47979
  20. Jan 15, 2020
  21. Jun 21, 2019
  22. May 02, 2019
Loading