Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Use Marc Culler's "macher" utility for the onefiledist MacOSX builds. Only ↵ | jan.nijtmans | 2021-02-12 | 1 | -0/+3 | |
|\ \ \ | | | | | | | | | | | | | for non-framework builds. | |||||
| * | | | macher 1.1 -> 1.2 (bug fixes) and account for new append syntax. | culler | 2021-02-12 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | macher 1.0 -> 1.1 | jan.nijtmans | 2021-02-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Experiment: Integrate culler's "macher" tool. Only for thin binaries | jan.nijtmans | 2021-02-11 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | The syntax error was caused by Aquamacs inserting tabs into the YAML file. | culler | 2021-02-12 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Syntax error in yaml-file | jan.nijtmans | 2021-02-12 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Add CFLAGS to the github actions to build fat binaries on macOS. | culler | 2021-02-11 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | In a --disable-shared build, attach the zip-file to the executable, so ↵ | jan.nijtmans | 2021-02-04 | 1 | -12/+8 | |
| | | | | | | | | | | | | "onfiledist.yml" doesn't need to do that any more | |||||
* | | | Merge 8.6 | jan.nijtmans | 2021-01-25 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2021-01-25 | 1 | -0/+2 | |
| |\ \ | | |/ | ||||||
| | * | ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing ↵ | jan.nijtmans | 2021-01-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | build | |||||
* | | | Merge 8.6. Give up handling EXTRA_CC_SWITCHES for c++ compile | jan.nijtmans | 2020-12-26 | 3 | -3/+0 | |
|\ \ \ | |/ / | ||||||
* | | | Another attempt to make EXTRA_CC_SWITCHES work for c++ compiles in github ↵ | jan.nijtmans | 2020-12-24 | 3 | -3/+3 | |
| | | | | | | | | | | | | actions | |||||
* | | | EXTRA_CC_SWITCHES quoting doesn't work. Let's try again | jan.nijtmans | 2020-12-23 | 3 | -3/+3 | |
| | | | ||||||
* | | | Compile on github actions using C++ compiler, even without CC=g++ (which ↵ | jan.nijtmans | 2020-12-22 | 3 | -0/+3 | |
| | | | | | | | | | | | | doesn't work with autoconf 2.70) | |||||
* | | | Remove g++ builds from travis/github actions. The construct "CC=g++" doesn't ↵ | jan.nijtmans | 2020-12-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | work any more with autoconf-2.70 | |||||
* | | | Merge 8.6. Add empty "tests/safe-stock86.test", in an attempt to remove this ↵ | jan.nijtmans | 2020-12-10 | 2 | -2/+4 | |
|\ \ \ | |/ / | | | | | | | file from the GIT branches (it shouldn't be there, just as in fossil) | |||||
| * | | Use more 0o??? syntax for octal. Clean up build *.yml files | jan.nijtmans | 2020-12-10 | 2 | -2/+4 | |
| | | | ||||||
* | | | Fix github actions Windows build | jan.nijtmans | 2020-12-09 | 1 | -1/+0 | |
| | | | ||||||
* | | | nmake: OPTS=msvcrt is now the default, even for static builds. Use ↵ | jan.nijtmans | 2020-12-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | OPTS=nomsvcrt if you don't want that. Add more comments in win/*.vc files, describing what's going on.^C | |||||
* | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 2 | -1/+8 | |
| | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | |||||
* | | | In configure/make Windows build, static builds include dde and registry ↵ | jan.nijtmans | 2020-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | extension statically too implicitly | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-12-02 | 1 | -6/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-02 | 1 | -6/+13 | |
| |\ \ | | |/ | ||||||
| | * | Add options to workflow step titles | jan.nijtmans | 2020-12-01 | 1 | -3/+3 | |
| | | | ||||||
| | * | Do 4 types of windows builds (just as we did on Travis) | jan.nijtmans | 2020-12-01 | 1 | -4/+11 | |
| | | | ||||||
* | | | Added single-file distributions of Tcl for all main platforms. | dkf | 2020-11-27 | 1 | -0/+138 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | These are *UNOFFICIAL* builds as they do not correspond to particular releases. The macOS build is packaged in a .dmg with a README that explains how to run it as the binary is not signed or notarized (and this is unlikely to change). | |||||
| * | | | That's the best we can do without entering the morass that is ↵ | dkf | 2020-11-27 | 1 | -12/+26 | |
| | | | | | | | | | | | | | | | | signing/notarization on macOS; Windows now uses the right version IDs | |||||
| * | | | Better version ID, trying to track down weird macOS problem | dkf | 2020-11-27 | 1 | -18/+27 | |
| | | | | ||||||
| * | | | Try to use a .dmg for macOS distribution | dkf | 2020-11-26 | 1 | -4/+17 | |
| | | | | ||||||
| * | | | Switch to older Ubuntu so that we build with older glibc. Thanks to morganw ↵ | dkf | 2020-11-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | for testing. | |||||
| * | | | Name of target is different | dkf | 2020-11-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Experimental branch: building single file distributions | dkf | 2020-11-25 | 1 | -0/+102 | |
| | | | | ||||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-11-27 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge 8.5 | jan.nijtmans | 2020-11-27 | 1 | -1/+1 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | label change in win-build.yml | jan.nijtmans | 2020-11-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-11-27 | 3 | -22/+20 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.5 | jan.nijtmans | 2020-11-27 | 3 | -18/+17 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵ | jan.nijtmans | 2020-11-27 | 3 | -19/+17 | |
| | | | | | | | | | | | | | | | | github actions | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-11-26 | 2 | -7/+7 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2020-11-26 | 2 | -7/+7 | |
| |\ \ | | |/ | ||||||
| | * | Slightly friendlier "jobs" labels. Fix exact OS (Linux/Mac/Windows) we want ↵ | jan.nijtmans | 2020-11-25 | 3 | -10/+10 | |
| | | | | | | | | | | | | to build on, not just "latest" | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-11-20 | 3 | -13/+14 | |
|\ \ \ | |/ / | ||||||
| * | | Add a --disable-shared build to github actions | jan.nijtmans | 2020-11-20 | 1 | -10/+11 | |
| |\ \ | | |/ | ||||||
| | * | Add a --disable-shared build to github actions | jan.nijtmans | 2020-11-20 | 1 | -10/+11 | |
| | | | ||||||
| | * | Add github actions build. Use Titlecase in Tcl_StaticPackage | jan.nijtmans | 2020-11-18 | 3 | -0/+177 | |
| | | ||||||
| * | shorten github actions build name | jan.nijtmans | 2020-11-20 | 3 | -3/+3 | |
| | | ||||||
* | | Merge 8.6 | dkf | 2020-11-16 | 3 | -15/+137 | |
|\ \ | |/ | ||||||
| * | Rethinking how to do a build matrix on several platforms | dkf | 2020-11-15 | 3 | -8/+25 | |
| | | ||||||
| * | Added MSYS/gcc build for Windows, renamed Linux build step | dkf | 2020-11-15 | 2 | -2/+37 | |
| | |