- Jun 15, 2024
-
-
Rene Rivera authored
-
- Jun 14, 2024
-
-
René Rivera authored
-
https://github.com/bfgroup/b2René Rivera authored
-
René Rivera authored
Fix the case of asking to initialize any msvc toolset when they are already initialized causing errors. When having "using msvc : x.y ;" in one config and doing "using msvc ;" in another would fail as the later would try and re-init x.y and error. With this change the empty msvc init will be a no-op as we already having toolsets to use.
-
- Jun 13, 2024
-
-
Rene Rivera authored
-
René Rivera authored
-
René Rivera authored
This reverts commit 376470fa.
-
René Rivera authored
-
- Jun 11, 2024
-
-
Rene Rivera authored
-
- Jun 10, 2024
-
-
Rene Rivera authored
-
Rene Rivera authored
-
- Jun 09, 2024
-
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
It's not worth the trouble of dealing with the dynamic msvc runtime. Especially all the times AZP and GHA forget to properly install VS updates and break dynamic linking. So stay with the larger binary sizes and static runtime.
-
Rene Rivera authored
-
- Jun 08, 2024
-
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
This reverts commit 5576cba4.
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
-
- Jun 07, 2024
-
-
Rene Rivera authored
-
Rene Rivera authored
-
Rene Rivera authored
-
- Jun 06, 2024
-
-
Rene Rivera authored
Without clang-tidy cleanups. As those seem to cause some optimization problems.
-
Rene Rivera authored
This reverts commit ef71f55d.
-
- Jun 05, 2024
-
-
Rene Rivera authored
Also apply some clang-tidy cleanups.
-
Rene Rivera authored
[skip ci]
-
- Jun 04, 2024
-
-
Rene Rivera authored
-
Rene Rivera authored
-
- Jun 02, 2024
-
-
Rene Rivera authored
[skip ci]
-
René Ferdinand Rivera Morell authored
This implements obtaining and generating compile commands from toolsets that compile C or C++ sources. I.e. implements both the --command-database=json amd --command-database-out=<filename> CLI options. Although it implements the toolset changes for most compilers, only a few are tested. Fixes #395
-
- May 28, 2024
-
-
Rene Rivera authored
-
René Ferdinand Rivera Morell authored
Add property-db class to record & write structured data. This adds a utility to record structured data in the form of a property database where the keys are a property path with string or number values. The data can be converted to a string, or written to a file, as JSON.
-
- May 27, 2024
-
-
Rene Rivera authored
-