15 Commits

Author SHA1 Message Date
Patrick Quist
72b717d09b Update WindowsNative.md 2025-10-04 16:37:04 +02:00
Partouf
d9d58ff67f update windows doc some more 2025-10-04 16:33:18 +02:00
Partouf
85b0bfce94 update windows doc a little 2025-10-04 16:15:36 +02:00
Matt Godbolt
54e2dae21f Add comprehensive Configuration.md documentation (#7626)
This PR adds a detailed Configuration.md document that comprehensively
explains the Compiler Explorer configuration system. It covers:

- Configuration file structure and hierarchical loading
- Property types and automatic conversions
- List separators and specialized formats
- Group inheritance and compiler configuration
- Variable substitution mechanisms
- Advanced features like remote compilers and property debugging

Additionally, it updates all related documentation to reference this
central document for configuration details, reducing duplication and
ensuring consistency.

This document will serve as the foundation for future configuration
system improvements by providing clear documentation of the current
implementation.
2025-04-26 18:12:58 -05:00
Ofek
a101e2d9f2 Fix MSVC's handling of /link options, fix and modernize some docs (#7260)
<!-- THIS COMMENT IS INVISIBLE IN THE FINAL PR, BUT FEEL FREE TO REMOVE
IT
Thanks for taking the time to improve CE. We really appreciate it.
Before opening the PR, please make sure that the tests & linter pass
their checks,
  by running `make check`.
In the best case scenario, you are also adding tests to back up your
changes,
  but don't sweat it if you don't. We can discuss them at a later date.
Feel free to append your name to the CONTRIBUTORS.md file
Thanks again, we really appreciate this!
-->
2025-01-11 18:16:04 +02:00
Matt Godbolt
f2c1e0bd31 The Grand Reformat (#3643)
* The Grand Reformat

- everything made prettier...literally
- some tweaks to include a few more files, including documentation
- minor changes to format style
- some tiny `// prettier-ignore` changes to keep a few things the way we like them
- a couple of super minor tweaks to embedded document types to ensure they format correctly
2022-05-09 23:13:50 -05:00
Patrick Quist
422cc77555 link to properties 2021-07-15 14:50:52 +02:00
RabsRincon
2306073103 Grammar check pass on docs
Used WebStorm built-in spellchecker and updated the docs where necessary
2021-07-13 12:01:07 +02:00
Dan Okken
5a62baa397 Add doc for Windows Debugging (#2593)
* Remove ref and link to the wiki

* Add doc for Windows debugging

* Add Windows debugging doc

* fix typo

* Fix wording

* fix wording again

* revert package lock changes

Co-authored-by: Patrick Quist <partouf@gmail.com>
2021-04-13 10:26:16 +02:00
Matt Godbolt
84e9b282fd Canonical URLs now https://github.com/compiler-explorer/compiler-explorer! Hooray :) 2020-05-16 11:09:30 -05:00
Patrick Quist
b93c84f0d1 Update WindowsNative.md 2019-05-18 17:58:37 +02:00
Matt Godbolt
8a670dd82b Remove yarn in favour of the new npm features. See #1343 2019-05-03 10:52:16 -05:00
Partouf
b20c3a39a7 documentation 2018-11-08 20:32:35 +01:00
Nicole Mazzuca
e634d1188d fix @RabsRincon's comments 2018-07-31 15:20:36 -07:00
Nicole Mazzuca
9ddf22f090 Support Visual C++ and Windows well
This commit adds support for hosting on windows, as well as better
support for the Visual C++ compiler. Specific interesting changes are:

  - switch from /FAsc to /FA
  - order functions in file order
  - support demangling win32-style identifiers with undname
  - clang++ and vc++ on win32 host are both supported
2018-07-28 15:18:43 -07:00