summaryrefslogtreecommitdiffstats
path: root/Source/cmVS10NASMFlagTable.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove old flag table headersStephan Szabo2018-11-281-50/+0
|
* Convert cmIDEFlagTable to use owned stringsStephan Szabo2018-11-281-1/+1
| | | | | | Convert from char* to std::string in flag tables. Change termination condition from nullptr to empty string in command flag. Update tables to store empty strings.
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+50
Fixes: #16469