-
- Downloads
Replace all ASSERT_*() macros with STATIC_ASSERT().
static_assert.h: New file with STATIC_ASSERT() macro using C++11 static_assert() if available. Makefile.am, os_win32/vc14/smart*.vcxproj*: Add new file. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@4934 4ea69e1a-61f1-4043-bf83-b5c94c648137
Showing
- smartmontools/ChangeLog 5 additions, 0 deletionssmartmontools/ChangeLog
- smartmontools/Makefile.am 2 additions, 0 deletionssmartmontools/Makefile.am
- smartmontools/atacmdnames.cpp 6 additions, 5 deletionssmartmontools/atacmdnames.cpp
- smartmontools/atacmds.h 29 additions, 36 deletionssmartmontools/atacmds.h
- smartmontools/dev_intelliprop.cpp 3 additions, 3 deletionssmartmontools/dev_intelliprop.cpp
- smartmontools/nvmecmds.cpp 3 additions, 10 deletionssmartmontools/nvmecmds.cpp
- smartmontools/nvmecmds.h 10 additions, 2 deletionssmartmontools/nvmecmds.h
- smartmontools/os_win32.cpp 37 additions, 52 deletionssmartmontools/os_win32.cpp
- smartmontools/os_win32/vc14/smartctl.vcxproj 1 addition, 0 deletionssmartmontools/os_win32/vc14/smartctl.vcxproj
- smartmontools/os_win32/vc14/smartctl.vcxproj.filters 1 addition, 0 deletionssmartmontools/os_win32/vc14/smartctl.vcxproj.filters
- smartmontools/os_win32/vc14/smartd.vcxproj 1 addition, 0 deletionssmartmontools/os_win32/vc14/smartd.vcxproj
- smartmontools/os_win32/vc14/smartd.vcxproj.filters 1 addition, 0 deletionssmartmontools/os_win32/vc14/smartd.vcxproj.filters
- smartmontools/static_assert.h 27 additions, 0 deletionssmartmontools/static_assert.h
Loading
Please register or sign in to comment