https://github.com/spack/msvc-wrapper
C++-based compiler wrapper for cl.exe on Windows
https://github.com/spack/msvc-wrapper
Last synced: about 1 year ago
JSON representation
C++-based compiler wrapper for cl.exe on Windows
- Host: GitHub
- URL: https://github.com/spack/msvc-wrapper
- Owner: spack
- License: other
- Created: 2023-10-20T20:38:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T01:07:54.000Z (over 1 year ago)
- Last Synced: 2025-01-30T02:19:50.575Z (over 1 year ago)
- Language: C++
- Size: 15.6 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Spack MSVC Compiler Wrapper
A C++-based wrapper for cl.exe (MSVC on Windows)
License
----------------
Spack is distributed under the terms of both the MIT license and the
Apache License (Version 2.0). Users may choose either license, at their
option.
All new contributions must be made under both the MIT and Apache-2.0
licenses.
See [LICENSE-MIT](https://github.com/spack/spack-configs/blob/master/LICENSE-MIT),
[LICENSE-APACHE](https://github.com/spack/spack-configs/blob/master/LICENSE-APACHE),
[COPYRIGHT](https://github.com/spack/spack-configs/blob/master/COPYRIGHT), and
[NOTICE](https://github.com/spack/spack-configs/blob/master/NOTICE) for details.
SPDX-License-Identifier: (Apache-2.0 OR MIT)
LLNL-CODE-811652