Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/main.c version b4f7a73ac3
|
2013-09-14
| ||
| 21:59 | When building the new OpenSSL target in the MinGW makefile, build only what is necessary to actually compile and use Fossil. check-in: a5073b3ae9 user: mistachkin tags: trunk | |
|
2013-09-13
| ||
| 21:17 |
Add the 3 header files from Tcl. Now win32 fossil.exe can be cross-compiled on any system which has a suitble mingw-w64 compiler.
E.g. on Ubuntu: * sudo apt-get install mingw-w64 * cd compat;tar xfz <path-to>/openssl-1.0.1e.tar.gz * make -f win/Makefile.mingw.mistachkin PREFIX=i686-w64-mingw32- openssl fossil.exe * i686-w64-mingw32-strip fossil.ex... check-in: d0ef76037b user: jan.nijtmans tags: tcl-stubs | |
| 12:15 | CONST -> const check-in: 8897edb7e1 user: jan.nijtmans tags: trunk | |
| 11:55 | Eliminate the need for the Tcl stub library to be linked with. Fossil uses public Tcl functions only, so tclStubPtr is the only variable which needs to be present and initialized. The function Tcl_InitStubs reduces to only 15 lines of code, which as well can be put in directly. Advantage: Presence of 3 header files (tcl.h, tclDecls.h and tclPlat... check-in: 9f77be88a2 user: jan.nijtmans tags: tcl-stubs | |
| 08:32 | merge trunk to "hidden" tag implementation. Regarding the "CROSS JOIN", see: [85d960e205288ef8] and https://www.sqlite.org/queryplanner-ng.html#fossilcasestudy for more info. Closed-Leaf check-in: 778ce727ec user: jan.nijtmans tags: hidden-tag | |
|
2013-09-12
| ||
| 22:47 | implement undocumented "mionly" option in JSON timeline, just as in the normal timeline page. check-in: 0bcb7707ce user: jan.nijtmans tags: trunk | |
| 20:06 | New target "openssl" in win/Makefile.mingw, for building the openssl static libraries on mingw32 check-in: f469c27d26 user: jan.nijtmans tags: trunk | |
| 09:22 | Implicit function declaration on Cygwin check-in: b7625d8d8c user: jan.nijtmans tags: trunk | |
| 09:06 | Let "fossil version -v" report the real Tcl version running, not the version of the Tcl (stub) library it was compiled with. check-in: 86a8e1d923 user: jan.nijtmans tags: trunk | |