Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Michael Herwig 78ff4618d4
remove vcpkg in favor of boostorg/math standalone (#2151)
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
2021-08-26 21:38:38 -07:00
Stephan T. Lavavej 3a7946ebf4
Add header-units.json (#1545) 2021-01-14 18:23:16 -08:00
Stephan T. Lavavej 08ed0de1a6
Improve GitHub templates and VSCode config (#590) 2020-03-08 14:23:02 -07:00
Stephan T. Lavavej 098333c912
Add libcxx (not yet running) working towards #145. (#394)
* Port Microsoft-internal MSVC-PR-218746 and MSVC-PR-219383.
* And MSVC-PR-219451:
  * Skip llvm-project in validate.cpp.
  * Change .vscode/settings.json to CRLF.
2019-12-17 17:44:44 -08:00
Stephan T. Lavavej 66b1e235af
Add .vscode/settings.json. (#263)
This file is gitignored, so it will provide default settings that can
be further customized without showing up as pending changes.

It enables `editor.formatOnSave` to help with clang-format enforcement.

It sets `files.eol` to CRLF and enables `files.insertFinalNewline`,
`files.trimFinalNewlines`, and `files.trimTrailingWhitespace` to help
with whitespace enforcement.

It uses `files.associations` to mark our extensionless headers as C++.

It excludes the `stl/msbuild` subdirectory (which isn't used by the
GitHub repo, and is doomed soon). It also excludes the `vcpkg`
submodule, to prevent its files from showing up in Quick Open (Ctrl+P).
2019-11-07 14:31:22 -08:00