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

8 Коммитов

Автор SHA1 Сообщение Дата
nicole mazzuca 009881898c
[vscode settings] add `git.ignoredRepositories` (#3196)
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
2022-11-11 15:13:29 -08:00
Stephan T. Lavavej 20db59ee3a
`.vscode/settings.json`: Teach Pylance about our paths (#3040) 2022-08-18 14:42:39 -07:00
nicole mazzuca 088818bf44
[benchmark] add gbenchmark (#2780)
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Co-authored-by: Casey Carter <cartec69@gmail.com>
2022-06-30 19:14:34 -07:00
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