-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--mingw
/SUSUWU_WIN32
regression fix, typos fix
?`cxx/ClassSys.cxx`: `SUSUWU_WIN32` regression fix. `classSysHexStrTests`: `error: use of undeclared identifier 'SUSUWU_SH_0'` fix. Is followup to: e4dadb1 (?`classSysHexOs`: 2 hexits per char (logic fix):), which introduced +`classSysHexStrTests` (which caused the regression, due to use of `ERROR`). TODO: remove `ERROR` (since it conflicts with `#include <shlobj.h>` on _WIN32.) Is more complex than it sounds. ?`cxx/ClassResultList.cxx`: `clang-tidy` fix: `warning: #includes are not sorted properly [llvm-include-order]` fix. Is followup to: d7370e8 (undo C++14 code, support `-std=c++11` ...+`#include <string>`). ?`build.sh`: typo fixes `:%s/"\`${SOURCE}\` is newer than \`${OBJECT}\`, will rebuild"/"\`${SOURCE}\` (which is a common `#include`) is newer than \`${OBJECT}\`, will rebuild"/`: message now gives reason that condition results in `--rebuild`. `:%s/intermediate objects+ continue/intermediate objects + continue/`: typo fix. Is followup to: 2a6e624 (?`build.sh`: incremental builds (reuse objects),
- Loading branch information
1 parent
4920b4a
commit f2cf644
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters