Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | By default, stop dealing with 'implicit' native files during the testing process. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | interopPostBuild |
Files: | files | file ages | folders |
SHA1: |
76b69068059f3c3d3798e00d53598e13 |
User & Date: | mistachkin 2016-08-31 21:25:55.964 |
Original Comment: | By default, stop dealing with 'implicit' native/mixed files during the testing process. |
Context
2016-08-31
| ||
22:21 | Completely reform the handling of mixed-mode assembly files in the test suite. check-in: 4b4a4a4175 user: mistachkin tags: interopPostBuild | |
21:25 | By default, stop dealing with 'implicit' native files during the testing process. check-in: 76b6906805 user: mistachkin tags: interopPostBuild | |
21:25 | Missed one spot for the .NET Framework 4.6.2 support. check-in: 4d8820c349 user: mistachkin tags: interopPostBuild | |
Changes
Changes to Externals/Eagle/lib/Eagle1.0/vendor.eagle.
︙ | ︙ | |||
431 432 433 434 435 436 437 438 439 440 441 442 443 | # # NOTE: Make the per-test connection flag output a little less noisy. # set no(emitLocalFlagsIfNone) 1 set no(emitSharedFlagsIfNone) 1 set no(emitGlobalFlagsIfNone) 1 set no(emitCombinedFlagsIfNone) 1 } } ############################################################################### ############################### END VENDOR CODE ############################### ############################################################################### | > > > > > > | 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 | # # NOTE: Make the per-test connection flag output a little less noisy. # set no(emitLocalFlagsIfNone) 1 set no(emitSharedFlagsIfNone) 1 set no(emitGlobalFlagsIfNone) 1 set no(emitCombinedFlagsIfNone) 1 # # NOTE: Force use of the native library pre-loader when applicable. # set no(deleteSqliteImplicitFiles) 1 set no(copySqliteImplicitFiles) 1 } } ############################################################################### ############################### END VENDOR CODE ############################### ############################################################################### |