Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.c | jan.nijtmans | 2020-10-07 | 1 | -2/+3 |
| | |||||
* | Tweak xcode labels for Travis build | jan.nijtmans | 2020-09-26 | 1 | -5/+5 |
| | |||||
* | Build Travis with Xcode 12 and 12u (Universal Apps) | jan.nijtmans | 2020-09-25 | 1 | -10/+18 |
| | |||||
* | Add gcc-10 build to Travis | jan.nijtmans | 2020-09-24 | 1 | -22/+8 |
| | |||||
* | Let's see if we can recover from an occasional hickup like happened here: ↵ | jan.nijtmans | 2020-09-23 | 1 | -1/+1 |
| | | | | [https://travis-ci.org/github/tcltk/tcl/jobs/729226819] | ||||
* | Upgrade Travis build from xcode 11.5 to 11.7 | jan.nijtmans | 2020-09-02 | 1 | -4/+4 |
| | |||||
* | Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have these | jan.nijtmans | 2020-08-25 | 1 | -2/+2 |
| | |||||
* | Upgrade Travis build from bionic to focal | jan.nijtmans | 2020-08-24 | 1 | -16/+16 |
| | |||||
* | Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs" | jan.nijtmans | 2020-08-12 | 1 | -2/+1 |
| | | | Fix travis build for Windows/Debug | ||||
* | Update from Xcode 11.4 to 11.5: Latest one should continue to work always. | jan.nijtmans | 2020-05-20 | 1 | -4/+4 |
| | |||||
* | Merge-mark. Add Travis builds for TCL_UTF_MAX=5 and TCL_UTF_MAX=6: It looks ↵ | jan.nijtmans | 2020-04-22 | 1 | -0/+14 |
|\ | | | | | | | like all tests are passing now! | ||||
* | | Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with ↵ | jan.nijtmans | 2020-04-22 | 1 | -13/+0 |
|/ | | | | TCL_UTF_MAX>4 | ||||
* | Add travis build for TCL_UTF_MAX=4 and TCL_UTF_MAX=6. This test whether the ↵ | jan.nijtmans | 2020-04-20 | 1 | -15/+30 |
|\ | | | | | | | | | "compat85" constraint (which is only true for TCL_UTF_MAX=3) is necessary for this test-case. Since TCL_UTF_MAX>3 is UNSUPPORTED, it doesn't matter what the actual test result is for test-cases tagged with "compat85". We just want to know which testcases are effected. | ||||
| * | Move the needed apt package in .travis.yml to the top, so they can be shared ↵ | jan.nijtmans | 2020-04-20 | 1 | -15/+10 |
|/ | | | | between the images. | ||||
* | Add mem-debug build to Travis. Update Xcode from 8 to 8.3, 9 to 9.2 and 11.3 ↵ | jan.nijtmans | 2020-04-17 | 1 | -10/+49 |
| | | | | to 11.4 | ||||
* | (cherry-pick): Fix travis build, due to the change of Windows image. | jan.nijtmans | 2020-02-14 | 1 | -40/+34 |
| | |||||
* | Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. ↵ | jan.nijtmans | 2019-12-16 | 1 | -4/+4 |
| | | | | Disable pragma warning:C4146 (backported from 8.6), since it only gives misleading warnings. | ||||
* | Don't bother to install wine, when we are not going to run it anyway. | jan.nijtmans | 2019-10-10 | 1 | -40/+2 |
| | | | Only build shared version (32/64bit) when cross-compiling on Linux: We already compile all versions with GCC natively (with tests!), so those have little additional value. | ||||
* | Add 32-bit Windows builds, both with MSVC and GCC, to Travis. | jan.nijtmans | 2019-09-16 | 1 | -20/+61 |
|\ | | | | | Backport various test-suite changes fro 8.6 to 8.5, mainly "knownBug" markers and comments | ||||
| * | try xcode 10.3 | jan.nijtmans | 2019-09-15 | 1 | -1/+1 |
| | | |||||
| * | Run all test-cases with -verbose sbtel, so we can see which test-case ↵ | jan.nijtmans | 2019-09-10 | 1 | -20/+15 |
| | | | | | | | | actually hangs. | ||||
| * | Add 32-bit (Windows-x86) builds to travis, both with MSVC and GCC | jan.nijtmans | 2019-09-10 | 1 | -7/+53 |
|/ | |||||
* | Move &crosstest up in .travis.yml | jan.nijtmans | 2019-09-09 | 1 | -6/+6 |
| | |||||
* | dde and registry extension should be compiled with -DUNICODE -D_UNICODE. | jan.nijtmans | 2019-09-08 | 1 | -36/+36 |
| | | | Put 64-bit builds before 32-bit builds in travis | ||||
* | Add --enable-threads to Windows/GCC (native) builds. This is - most likely - ↵ | jan.nijtmans | 2019-09-07 | 1 | -3/+3 |
| | | | | the cause of the travis failure in compile.test. | ||||
* | Fix configure script (re-generated with a modified autoconf-2.59, in which ↵ | jan.nijtmans | 2019-09-06 | 1 | -28/+58 |
| | | | | | the AC_PROG_MAKE_SET macro is replaced with the one from autoconf-2.69) :-) Re-enable native travis build on Windows, showing that the build now works. | ||||
* | typo in .travis.yml | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ↵ | jan.nijtmans | 2019-07-29 | 1 | -8/+10 |
| | | | | which are known to fail. | ||||
* | Fix travis build | jan.nijtmans | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | Add Windows build, and Linux full debug build to Travis. No test runs yet, ↵ | jan.nijtmans | 2019-07-19 | 1 | -7/+72 |
| | | | | because some of them are still failing. | ||||
* | Fix travis build for xcode 9/10/11 | jan.nijtmans | 2019-07-15 | 1 | -5/+5 |
| | |||||
* | Add experimental xcode11 build steps to travis. Also sort different ↵ | jan.nijtmans | 2019-07-13 | 1 | -23/+30 |
| | | | | gcc/xcode versions from high to low | ||||
* | please don't put experimental build steps in the main branches, as long as ↵ | jan.nijtmans | 2019-07-13 | 1 | -19/+0 |
| | | | | they don't work! | ||||
* | Leave out travis tests for MSVC, until test-cases are fixed. | jan.nijtmans | 2019-07-12 | 1 | -26/+0 |
| | | | Revert generated configure script to use original autoconf version. | ||||
* | More tweaking to work around YAML parsing issues and fix an irrelevant test ↵ | dkf | 2019-07-09 | 1 | -2/+2 |
| | | | | failure with static builds on Windows | ||||
* | Tweak the build a bit more, and use YAML a bit better | dkf | 2019-07-08 | 1 | -60/+46 |
| | |||||
* | The next round of trying to get Windows builds working | dkf | 2019-07-05 | 1 | -9/+18 |
| | |||||
* | Might as well try direct gcc on Windows too. | dkf | 2019-07-04 | 1 | -0/+12 |
| | |||||
* | More tinkering with the build. Can override scripts in the matrix, but need ↵ | dkf | 2019-07-04 | 1 | -30/+75 |
| | | | | magic to find nmake. | ||||
* | There are no cats in America, and no tabs in YAML files | dkf | 2019-07-03 | 1 | -2/+2 |
| | |||||
* | So... you can't directly override a script in the matrix section of .travis.yml | dkf | 2019-07-02 | 1 | -4/+3 |
| | |||||
* | This is a trial of doing a classic Windows build-and-test on Travis | dkf | 2019-07-01 | 1 | -0/+6 |
| | |||||
* | Add test-cases for win32/win64 --disable-shared, and put standard ↵ | jan.nijtmans | 2019-04-08 | 1 | -2/+33 |
| | | | | --enable-threads | ||||
* | Move from trusty -> xenal for travis builds. Also add build on Mojave (xcode ↵ | jan.nijtmans | 2019-02-24 | 1 | -11/+11 |
| | | | | 10.2) | ||||
* | No need for latest "rvm" any more in osx builds (now even gives an error) | jan.nijtmans | 2018-12-18 | 1 | -1/+0 |
| | | | Remove unused/empty header-file | ||||
* | Fix builds on Travis. | dkf | 2018-11-11 | 1 | -31/+25 |
| | |||||
* | Make MacOSX compile work (hopefully) and cross-compile on mingw-w64 (compile ↵ | jan.nijtmans | 2018-10-31 | 1 | -14/+68 |
| | | | | only, no unit-test yet) | ||||
* | Expand the build matrix | dkf | 2018-10-22 | 1 | -9/+35 |
| | |||||
* | Disable windows builds. Make test failures fatal. | dkf | 2018-10-21 | 1 | -5/+7 |
| | |||||
* | Travis CI build | dkf | 2018-10-20 | 1 | -0/+63 |