Changeset 76531 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Dec 30, 2018 6:03:11 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127833
- Location:
- trunk/src/VBox/ValidationKit
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/.scm-settings
r69456 r76531 33 33 *.c64: --treat-as .c 34 34 35 *.css: --treat-as .h 36 *.js: --treat-as .h 35 *.css: --treat-as .h --no-fix-header-guards 36 *.js: --treat-as .h --no-fix-header-guards 37 37 38 38 /testdriver/*.ps1: --treat-as Makefile … … 59 59 --filter-out-files /utils/usb/linux/usbtest.service 60 60 61 # misc 62 /bootsectors/bs3kit/bs3kit-mangling-code.h: --no-fix-header-guards 63 /bootsectors/bs3kit/bs3kit-mangling-code-define.h: --no-fix-header-guards 64 /bootsectors/bs3kit/bs3kit-mangling-code-undef.h: --no-fix-header-guards 65 /bootsectors/bs3kit/bs3kit-template-header.h: --no-fix-header-guards 66 /bootsectors/bs3kit/bs3kit-template-footer.h: --no-fix-header-guards 67 /bootsectors/bs3kit/bs3-cmn-instantiate-common.h: --no-fix-header-guards 68 -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r69111 r76531 25 25 */ 26 26 27 28 27 #ifndef ___bs3_cpu_generated_1_h___ 29 28 #define ___bs3_cpu_generated_1_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <bs3kit.h> -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-memory.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_memory_h 28 28 #define ___bs3_cmn_memory_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-paging.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_paging_h 28 28 #define ___bs3_cmn_paging_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pic.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_pic_h 28 28 #define ___bs3_cmn_pic_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-test.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_test_h 28 28 #define ___bs3_cmn_test_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModes.h
r66175 r76531 27 27 #ifndef ___bs3_mode_TestDoModes_h 28 28 #define ___bs3_mode_TestDoModes_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-data.h
r69111 r76531 29 29 * First part is only applied once. It concerns itself with data symbols. 30 30 */ 31 31 32 #ifndef ___bs3kit_mangling_data_h 32 33 #define ___bs3kit_mangling_data_h 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 33 37 34 38 #if 0 /* the object converter deals with this now */ -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r72146 r76531 27 27 #ifndef ___bs3kit_h 28 28 #define ___bs3kit_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifndef DOXYGEN_RUNNING -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceInternal.h
r70488 r76531 27 27 #ifndef ___TestExecServiceInternal_h___ 28 28 #define ___TestExecServiceInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/getopt.h> -
trunk/src/VBox/ValidationKit/utils/cpu/cidet.h
r69111 r76531 25 25 */ 26 26 27 28 27 #ifndef ___cidet_h___ 29 28 #define ___cidet_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/types.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceGadget_h___ 28 28 #define ___UsbTestServiceGadget_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceGadgetHostInternal_h___ 28 28 #define ___UsbTestServiceGadgetHostInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceGadgetInternal_h___ 28 28 #define ___UsbTestServiceGadgetInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceInternal.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceInternal_h___ 28 28 #define ___UsbTestServiceInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/getopt.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
r69111 r76531 27 27 #ifndef ___UsbTestServicePlatform_h___ 28 28 #define ___UsbTestServicePlatform_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
r69111 r76531 27 27 #ifndef ___UsbTestServiceProtocol_h___ 28 28 #define ___UsbTestServiceProtocol_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.