-
-
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.
Follow
README.md
name rules (prevent collisions)
?`cxx/Macros.hxx`: +`SUSUWU_POSIX` +`SUSUWU_WIN32` +`SUSUWU_HAS_FEATURE` +`SUSUWU_HAS_ATTRIBUTE` -[duplicate SUSUWU_NORETURN code] ?`cxx/ClassSys.*xx`: `:%s/_POSIX_VERSION/SUSUWU_POSIX/` `:%s/__WIN32__/SUSUWU_WIN32/` ?`cxx/ClassSys.*xx`: `:%s/SUSUWU_PRINT(ERROR/SUSUWU_ERROR/`: _Windows_ warning (about <shlobj.h>::ERROR) fix. ?`cxx/ClassSys.cxx`, ?`cxx/ClassSha2.cxx`: `:%s/SUSUWU_PRINT(WARNING/SUSUWU_WARNING/`: Ditto, for possible systems which `#define WARNING`. ?`cxx/ClassSha2.*xx`: `:%s/sha1/classSha1/` `:%s/sha256/classSha256/` `:%s/sha512/classSha512/` `:%s/sha2/classSha2/` `:%s/Sha2/ClassSha2/` `:%s/classClassSha/classSha/` `:%s/ClassClassSha/ClassSha/` ?`cxx/ClassResultList.hxx`, ?`cxx/VirusAnalysis.cxx`, ?`cxx/AssistantCns.cxx`: `:%s/sha2/classSha2/` ?`cxx/AssistantCns.*xx`: `:%s/questionsResponsesFromHosts/assistantCnsDownloadHosts/`, `:%s/questionsResponsesFromXhtml/assistantCnsProcessXhtml/`, `:%s/assistantParse/assistantCnsProcess/`. ?`posts/VirusAnalysis.md`: Include all this. Some has to do with issue #18 (support more tools), as other systems have tools with possible collisions, which this improves. ?`README.md`: ?`Targets:`: Include default member inits with requirements for C++11. Is followup to: d7370e8 (?`cxx/*.*x`: undo C++14 code, support `-std=c++11`)
- Loading branch information
1 parent
d7370e8
commit bf1fec0
Showing
12 changed files
with
217 additions
and
210 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
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
Oops, something went wrong.