Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update Eagle in externals to the official beta 16 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dad21041286bfd3cb19d961524199964 |
User & Date: | mistachkin 2011-07-18 00:16:59.201 |
Context
2011-07-18
| ||
22:07 | Add test to demonstrate a recently fixed (post-1.0.74.0) file handling leak. check-in: c851b1788c user: mistachkin tags: trunk | |
00:16 | Update Eagle in externals to the official beta 16 release. check-in: dad2104128 user: mistachkin tags: trunk | |
2011-07-16
| ||
14:06 | Modify setup defaults for install directory and program group to allow for 2008/2010 side-by-side installation. check-in: 6fe83d0a7e user: mistachkin tags: trunk | |
Changes
Changes to Externals/Eagle/bin/Eagle.dll.
cannot compute difference between binary files
Changes to Externals/Eagle/bin/EagleShell.exe.
cannot compute difference between binary files
Changes to Externals/Eagle/lib/Eagle1.0/test.eagle.
︙ | ︙ | |||
1206 1207 1208 1209 1210 1211 1212 | object unimport -importpattern System.Windows.Forms.PropertyGridInternal object unimport -importpattern System.Windows.Forms.VisualStyles } # # NOTE: Setup the test path relative to the library path. # | | > > > > > > > > > | | | | | | 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 | object unimport -importpattern System.Windows.Forms.PropertyGridInternal object unimport -importpattern System.Windows.Forms.VisualStyles } # # NOTE: Setup the test path relative to the library path. # if {![interp issafe] && ![info exists ::test_path]} then { # # NOTE: Try the source release directory structure. # set ::test_path [file join [file normalize [file dirname [file dirname \ [info library]]]] Library Tests] if {![file exists $::test_path] || \ ![file isdirectory $::test_path]} then { # # NOTE: Try for the test package directory. # set ::test_path [file join [file normalize [file dirname \ [file dirname [info script]]]] Test1.0] } if {![file exists $::test_path] || \ ![file isdirectory $::test_path]} then { # # NOTE: This must be a binary release, no "Library" directory then. # Also, binary releases have an upper-case "Tests" directory # name that originates from the "update.bat" tool. This must # match the casing used in "update.bat". # set ::test_path [file join [file normalize [file dirname [file dirname \ [info library]]]] Tests] } } # # NOTE: Fake having the tcltest package unless we are prevented. # if {![info exists ::no(configureTcltest)]} then { |
︙ | ︙ | |||
1265 1266 1267 1268 1269 1270 1271 | return 0; # no tests were run, etc. } # # NOTE: Setup the test path relative to the path of this file. # | | > > > > > > > > > | | | | | | 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 | return 0; # no tests were run, etc. } # # NOTE: Setup the test path relative to the path of this file. # if {![info exists ::test_path]} then { # # NOTE: Try the source release directory structure. # set ::test_path [file join [file normalize [file dirname \ [file dirname [file dirname [info script]]]]] Library Tests] if {![file exists $::test_path] || \ ![file isdirectory $::test_path]} then { # # NOTE: Try for the test package directory. # set ::test_path [file join [file normalize [file dirname \ [file dirname [info script]]]] Test1.0] } if {![file exists $::test_path] || \ ![file isdirectory $::test_path]} then { # # NOTE: This must be a binary release, no "Library" directory then. # Also, binary releases have an upper-case "Tests" directory # name that originates from the "update.bat" tool. This must # match the casing used in "update.bat". # set ::test_path [file join [file normalize [file dirname \ [file dirname [file dirname [info script]]]]] Tests] } } # # NOTE: Load and configure the tcltest package unless we are prevented. # if {![info exists ::no(configureTcltest)]} then { |
︙ | ︙ |
Name change from Externals/Eagle/Tests/constraints.eagle to Externals/Eagle/lib/Test1.0/constraints.eagle.
︙ | ︙ |
Name change from Externals/Eagle/Tests/epilogue.eagle to Externals/Eagle/lib/Test1.0/epilogue.eagle.
︙ | ︙ |
Name change from Externals/Eagle/Tests/pkgIndex.eagle to Externals/Eagle/lib/Test1.0/pkgIndex.eagle.
︙ | ︙ |
Name change from Externals/Eagle/Tests/pkgIndex.tcl to Externals/Eagle/lib/Test1.0/pkgIndex.tcl.
︙ | ︙ |
Name change from Externals/Eagle/Tests/prologue.eagle to Externals/Eagle/lib/Test1.0/prologue.eagle.
︙ | ︙ |