Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'win/*'
2018-02-26
| ||
22:59 | Merge trunk Leaf check-in: 7b198e45f6 user: jan.nijtmans tags: novem | |
22:38 | Merge trunk Leaf check-in: b4950f8596 user: jan.nijtmans tags: novem-support | |
14:42 | Renumber to 2.9a1. Make it loadable on both Tcl 8.x and 9.0 on 32-bit platforms, provided Thread is compiled with -DTCL_NO_DEPRECATED=1 (experimental) check-in: 65f646f33a user: jan.nijtmans tags: trunk | |
2018-01-25
| ||
20:36 | Update to latest nmake build system and TEA. bump version. No longer allow Thread 2.8 to be loaded in Tcl 9.0: It doesn't work any more due to the remove stub entries there. check-in: 690e39eb00 user: jan.nijtmans tags: thread-2-8-branch | |
2018-01-23
| ||
15:35 | Make threadWin compile with TCL_NO_DEPRECATED Tcl header files. (then CHAR/VOID e.d. should be provided by <windows.h>) check-in: 10a8ae5c3b user: jan.nijtmans tags: trunk | |
10:16 | merge trunk check-in: 6228e18a97 user: jan.nijtmans tags: novem | |
10:09 | merge trunk check-in: 24d28323f6 user: jan.nijtmans tags: novem-support | |
2017-12-23
| ||
10:16 | Update to v1.1 for nmake rules check-in: ca58aa4d34 user: apnadkarni tags: trunk | |
2017-12-22
| ||
12:18 | Convert win/targets.vc to crlf line-endings (the other *.vc files were OK) check-in: 95bd0e6112 user: jan.nijtmans tags: trunk | |
2017-12-13
| ||
10:54 | Use nmakehlp -L to locate directories check-in: 4b087d37ca user: apnadkarni tags: trunk | |
2017-12-11
| ||
16:36 | Updated copy of Tcl nmake support files check-in: 5c1834dd66 user: apnadkarni tags: trunk | |
09:08 | Fix resource include file macro. Should be RCFILE, not PRJ_RCFILE. check-in: 96987c3cda user: apnadkarni tags: trunk | |
08:20 | Make resource file version and file name definitions fall back to macros defined in TEA if the newer nmake-based macros are not defined. Note the TEA build does not actually use the resource file, but just in case it is added in the future. Updated build instructions in README. check-in: bf72ddc4b9 user: apnadkarni tags: trunk | |
2017-12-09
| ||
13:59 | TIP 477: new nmake system. Test suite passes check-in: afeb91825d user: apnadkarni tags: trunk | |
13:35 | Final nmake reform updates from tcl Closed-Leaf check-in: 4df66b97b3 user: apnadkarni tags: vc-reform | |
2017-11-23
| ||
16:00 | merge sebres-fix-persist-storage branches check-in: f2411eb665 user: sebres tags: trunk | |
2017-11-08
| ||
09:22 | merge trunk check-in: 79e52da88c user: jan.nijtmans tags: novem | |
09:17 | merge trunk check-in: bcc2008c6a user: jan.nijtmans tags: novem-support | |
09:17 | Update Thread version number to 2.8.2 check-in: 4ee2a339ed user: jan.nijtmans tags: trunk | |
2017-11-07
| ||
10:05 | merge trunk check-in: 850ecc6563 user: jan.nijtmans tags: novem-support | |
10:03 | merge trunk check-in: 0d44ae23bb user: jan.nijtmans tags: novem | |
2017-10-26
| ||
15:13 | Purged old comments check-in: 395f97d8f6 user: apnadkarni tags: vc-reform | |
2017-10-18
| ||
14:15 | Update to new nmake build system check-in: d2dae1bed2 user: apnadkarni tags: vc-reform | |
2017-10-03
| ||
14:50 | Make nmakehlp return non-0 exit code if version not found. (taken over from vc-reform branch, good idea!). Remove some win98-specific hacks: win98 is not supported any more. check-in: ba3dbf5244 user: jan.nijtmans tags: trunk | |
2017-07-19
| ||
18:36 | [win] allow lmdb (persistent storage) handler, if compiling for windows: ADDLINKOPTS and ADDOPTDEFINES can be specified to provide extra link- and compiler-options, for example: nmake -nologo -f makefile.vc TCLDIR=%TCLDIR% ... ADDOPTDEFINES="-I%LMDBDIR%" ADDLINKOPTS="%LMDBDIR%\Release\lmdb.lib" Closed-Leaf check-in: 31d323157d user: sebres tags: sebres-fix-persist-storage-win | |
2017-05-04
| ||
15:03 | merge trunk check-in: fac45df8c7 user: jan.nijtmans tags: novem | |
14:52 | merge trunk check-in: e3ca7e2500 user: jan.nijtmans tags: novem-support | |
2016-11-15
| ||
11:07 | Update version number to 2.8.1, as preparation for next release (whenever that is) check-in: e39816df28 user: jan.nijtmans tags: trunk | |
2016-07-05
| ||
11:31 | Re-generate "configure" with latest TEA. Many end-of-line spacings removed. check-in: 7de0ea7e11 user: jan.nijtmans tags: trunk | |
2016-06-28
| ||
12:18 | Closing an old fork Closed-Leaf check-in: 832a5fc594 user: seandeelywoods tags: trunk-fork | |
2016-06-09
| ||
13:52 | Merge trunk check-in: ac0c3bc85b user: jan.nijtmans tags: novem-support | |
2016-06-01
| ||
11:18 | 2.7.3 -> 2.8.0 check-in: 2e0822fb28 user: gahr tags: trunk | |
2016-01-24
| ||
19:18 | Merge trunk. Add more build-information to [package require Thread] + update test-case Leaf check-in: 7d32fb4f10 user: jan.nijtmans tags: semver | |
2016-01-19
| ||
22:53 | 2.7.2 -> 2.7.3 check-in: b76b97e890 user: jan.nijtmans tags: trunk, release, thread-2-7-3 | |
2015-11-16
| ||
10:54 | Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken over from SQLite: Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. check-in: 31906f1ab5 user: jan.nijtmans tags: trunk | |
2015-07-02
| ||
14:00 | TEA update. Fix crlf convention of win/*.vc files check-in: 8884d9b9df user: jan.nijtmans tags: trunk | |
2015-03-09
| ||
20:21 | Merge trunk check-in: 2cac05e016 user: jan.nijtmans tags: novem-support | |
2015-01-23
| ||
18:30 | Bump to Thread 2.7.2 check-in: 47891b2f97 user: dgp tags: trunk | |
2014-06-12
| ||
14:25 | merge trunk check-in: 9ac3946ede user: jan.nijtmans tags: novem-support | |
14:24 | merge trunk check-in: edda481234 user: jan.nijtmans tags: novem | |
13:39 | Update version number to 2.7.1 check-in: ec011c7a81 user: jan.nijtmans tags: trunk | |
2014-02-11
| ||
12:14 | update to latest TEA check-in: c05fecd9c2 user: jan.nijtmans tags: trunk | |
2013-10-08
| ||
13:53 | Take over some improvements (e.g. win32-arm) from tdbc check-in: b2781195f3 user: jan.nijtmans tags: trunk | |
13:12 | merge win32-arm to trunk check-in: 48c1d4b249 user: jan.nijtmans tags: trunk | |
2013-09-24
| ||
05:45 | Support compiling Thread for Win32 on ARM. check-in: d1b7eb612d user: mistachkin tags: win32-arm | |
2012-12-22
| ||
11:03 | merge trunk check-in: 68222a36e5 user: jan.nijtmans tags: novem | |
10:59 | merge trunk check-in: f229b2aed8 user: jan.nijtmans tags: novem-support | |
2012-12-21
| ||
16:05 | Add runtime detection of Tcl_AddErrorInfo vs. Tcl_AppendObjToErrorInfo and Tcl_GetErrorLine vs. interp->errorLine. Replace Tcl_GetString to Tcl_GetStringFromObj and Tcl_GetStringResult to Tcl_GetObjResult everywhere. This will make it more likely that Thread will run in Tcl9 unmodified, no matter what API changes are made. check-in: ca05deb990 user: jan.nijtmans tags: trunk | |
2012-12-17
| ||
14:05 | merge trunk check-in: 792197f49a user: jan.nijtmans tags: novem | |
2012-12-16
| ||
17:56 | merge trunk if sizeof(size_t)!=sizeof(int), Thread 2.7 only loads in the same Tcl major version as it was compiled with. check-in: 041aa3b4cd user: jan.nijtmans tags: novem-support | |