Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch unchained Through [4b22e01905] Excluding Merge-Ins
This is equivalent to a diff from 01e0841329 to 4b22e01905
|
2024-08-25
| ||
| 05:19 | Merge [3dd21c516d66b836]: Spacing. check-in: 33c93d47f8 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
| 05:18 | Merge [01e084132926fc0b]: GITHUB upload-artifact @3 -> @4. check-in: 4b22e01905 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
| 05:17 | Merge [b976fb5ce277b6c5]: test suite debugging. check-in: c80417a2cd user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
|
2023-12-20
| ||
| 19:31 | Spacing check-in: 3dd21c516d user: jan.nijtmans tags: trunk, main | |
|
2023-12-19
| ||
| 10:00 | Merge 8.7 check-in: 01e0841329 user: jan.nijtmans tags: trunk, main | |
| 08:33 | GITHUB upload-artifact @3 -> @4 check-in: 6d9646d253 user: jan.nijtmans tags: core-8-branch | |
|
2023-12-18
| ||
| 14:59 | merge-mark check-in: 22662bd69a user: dgp tags: trunk, main | |
Changes to .github/workflows/linux-build.yml.
| ︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - |
jobs:
gcc:
runs-on: ubuntu-22.04
strategy:
matrix:
cfgopt:
- ""
|
| ︙ |
Changes to .github/workflows/win-build.yml.
| ︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - |
run:
shell: msys2 {0}
working-directory: win
strategy:
matrix:
cfgopt:
- ""
|
| ︙ |
Changes to .travis.yml.
| ︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - |
- BUILD_DIR=unix
- name: "Linux/GCC/Shared: NO_DEPRECATED"
os: linux
dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
|
| ︙ | |||
290 291 292 293 294 295 296 | 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | - - - - - - - |
env:
- BUILD_DIR=win
- CFGOPT="--enable-64bit"
before_install: &makepreinst
- touch generic/tclStubInit.c generic/tclOOStubInit.c generic/tclOOScript.h
- choco install -y make zip
- cd ${BUILD_DIR}
|
| ︙ | |||
325 326 327 328 329 330 331 | 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | - - - - - - - |
# Test on Windows with GCC native (32-bit)
- name: "Windows/GCC-x86/Shared"
os: windows
compiler: gcc
env:
- BUILD_DIR=win
before_install: *makepreinst
|
| ︙ |
Added COPYING.