Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2019-04-09 | 1 | -0/+31 |
|\ | |||||
| * | Add --disable-shared builds on win32/win64 (mingw-w64) | jan.nijtmans | 2019-04-09 | 1 | -0/+31 |
| |\ | |||||
| | * | Add test-cases for win32/win64 --disable-shared, and put standard ↵ | jan.nijtmans | 2019-04-08 | 1 | -2/+33 |
| | | | | | | | | | | | | --enable-threads | ||||
* | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not ↵ | jan.nijtmans | 2019-03-24 | 1 | -0/+43 |
| | | | | | | | | | | | | | | | TCL_UTF_MAX: For TCL_UTF_MAX=6 it was overkill, for TCL_UTF_MAX=3 not enough. Prove that this works by adding a Travis CI build configuration using TCL_UTF_MAX=3 | ||||
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as ↵ | jan.nijtmans | 2019-03-15 | 1 | -1/+43 |
| | | | | | | | | | | | | | | | libtommath itself does) Make TclInitBugnumFromLong() a static function in stubtable only, as it isn't used by Tcl anymore. | ||||
* | | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work ↵ | jan.nijtmans | 2019-03-07 | 1 | -0/+31 |
| | | | | | | | | | | | | on win32/win64. Patch adapted from Androwish (thanks, Werner!) | ||||
* | | | Remove double macro's. Resolve quotes in travis configuration: it doesn't work | jan.nijtmans | 2019-03-05 | 1 | -1/+1 |
| | | | |||||
* | | | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc ↵ | jan.nijtmans | 2019-03-02 | 1 | -0/+12 |
|/ / | | | | | | | compiler-warnings occurring with -DTCL_UTF_MAX=6 | ||||
* | | Merge 8.5 | jan.nijtmans | 2019-02-25 | 1 | -11/+11 |
|\ \ | |/ | |||||
| * | 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 |
| | | |||||
* | | Why are we using rvm? Why? | dkf | 2018-12-14 | 1 | -1/+0 |
| | | |||||
* | | Cleaner way of writing environment variables | dkf | 2018-11-12 | 1 | -7/+16 |
| | | |||||
* | | Clean up Travis config now that it passes | dkf | 2018-11-11 | 1 | -11/+10 |
| | | |||||
* | | Build instructions tinkering | dkf | 2018-11-10 | 1 | -15/+15 |
| | | |||||
* | | Tracking down test failures | dkf | 2018-11-10 | 1 | -1/+2 |
| | | |||||
* | | Merge the Travis build rules more properly | dkf | 2018-11-07 | 1 | -133/+27 |
| | | |||||
* | | Rebase of travis config | dkf | 2018-11-07 | 1 | -0/+91 |
|/ | |||||
* | 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 |