Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge updates from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tkt-3c00ec5b52 |
Files: | files | file ages | folders |
SHA1: |
b48e7cb88340f4a46b3b1b9e3272412d |
User & Date: | mistachkin 2014-05-27 18:35:56.646 |
Context
2014-05-30
| ||
23:25 | Add DetectTextAffinity and DetectStringType connection flags to enable automatic detection of column types, when necessary. Pursuant to [3c00ec5b52]. check-in: 58e932f761 user: mistachkin tags: trunk | |
2014-05-27
| ||
18:35 | Merge updates from trunk. Closed-Leaf check-in: b48e7cb883 user: mistachkin tags: tkt-3c00ec5b52 | |
18:34 | Rename the script used for testing builds for Windows CE 200x. check-in: 32f6c0410c user: mistachkin tags: trunk | |
05:56 | Add DetectStringType connection flag. check-in: 229927cfce user: mistachkin tags: tkt-3c00ec5b52 | |
Changes
Name change from Setup/deployAndTestCe.eagle to Setup/deployAndTestCe200x.eagle.
1 2 | ############################################################################### # | | | 1 2 3 4 5 6 7 8 9 10 | ############################################################################### # # deployAndTestCe200x.eagle -- Windows CE Deployment & Testing Tool # # Written by Joe Mistachkin. # Released to the public domain, use at your own risk! # ############################################################################### package require Eagle |
︙ | ︙ |
Changes to Setup/test_ce_200x.bat.
︙ | ︙ | |||
96 97 98 99 100 101 102 | ) %_VECHO% EagleShell = '%EAGLESHELL%' FOR %%C IN (%TEST_CONFIGURATIONS%) DO ( FOR %%P IN (%PLATFORMS%) DO ( FOR %%Y IN (%YEARS%) DO ( | | | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | ) %_VECHO% EagleShell = '%EAGLESHELL%' FOR %%C IN (%TEST_CONFIGURATIONS%) DO ( FOR %%P IN (%PLATFORMS%) DO ( FOR %%Y IN (%YEARS%) DO ( %__ECHO% "%EAGLESHELL%" -file "%TOOLS%\deployAndTestCe200x.eagle" %%Y %%P %%C IF ERRORLEVEL 1 ( ECHO Tests failed for %%C/%%P/%%Y binaries. GOTO errors ) ) ) |
︙ | ︙ |
Changes to Setup/verify.lst.
︙ | ︙ | |||
185 186 187 188 189 190 191 | Setup/bake_all.bat Setup/build.bat Setup/build_all.bat Setup/build_ce_200x.bat Setup/build_ce_2013.bat Setup/CheckForNetFx.pas Setup/clean.bat | | | 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | Setup/bake_all.bat Setup/build.bat Setup/build_all.bat Setup/build_ce_200x.bat Setup/build_ce_2013.bat Setup/CheckForNetFx.pas Setup/clean.bat Setup/deployAndTestCe200x.eagle Setup/InitializeSetup.pas Setup/release.bat Setup/release_all.bat Setup/release_ce_200x.bat Setup/release_ce_2013.bat Setup/release_static.bat Setup/set_2005.bat |
︙ | ︙ |