Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file win/Makefile.mingw at check-in merge-in:69f43fc
|
2013-07-11
| ||
| 20:04 | Move the "looks_like" functions out of diff.c and into a source file of their own: "lookslike.c". file: [c12206aa50] check-in: [b4c97d76a7] user: drh branch: sbsreloaded, size: 55447 | |
|
2013-06-19
| ||
| 02:57 | Move the location of the external Tcl 8.6 directory into compat. file: [3789c60596] check-in: [c107d50596] user: mistachkin branch: trunk, size: 55002 | |
|
2013-04-05
| ||
| 07:44 | Branches "use-blob_strip_bom" and "improve_commit_warning" go together in a single new (experimental) branch file: [1ae5026fb1] check-in: [a7e77a66b0] user: jan.nijtmans branch: ui-no-utf8, size: 54997 | |
|
2013-04-03
| ||
| 12:13 | Make the MinGW makefile consistent with the MSVC one in where it attempts to locate the OpenSSL directory. file: [180888b62f] check-in: [94485846c3] user: mistachkin branch: trunk, size: 54995 | |
|
2013-03-29
| ||
| 15:43 | Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". file: [4faaced1df] check-in: [02f312e698] user: drh branch: markdown, size: 54981 | |
|
2013-03-08
| ||
| 11:56 | merge trunk file: [bd86981d18] check-in: [8be674a133] user: jan.nijtmans branch: bomRefactor, size: 55172 | |
|
2013-03-06
| ||
| 14:40 | merge trunk file: [9399cc8bb2] check-in: [7aa9f66f92] user: jan.nijtmans branch: fix-test-move-repository, size: 55170 | |
|
2013-02-23
| ||
| 10:58 | Added /json/status command. file: [8f7e9c5ce2] check-in: [d1e4d100ad] user: stephan branch: trunk, size: 55170 | |
|
2013-02-21
| ||
| 14:24 | Code refactoring: Move utility routines (ex: fossil_malloc()) out of main.c and into a new file util.c. Try to gather I/O routines into the printf.c source file. file: [ed43a7545f] check-in: [bb0cedb15a] user: drh branch: trunk, size: 54671 | |
|
2013-02-18
| ||
| 22:35 | Update version of OpenSSL that is referred to in the makefiles. file: [b1ca8352ef] check-in: [ab9b449190] user: mistachkin branch: trunk, size: 54301 | |
|
2013-01-27
| ||
| 19:03 | Building with mingw32-make fixes from Edward Berner. Mention "FreeBSD" as well, as possible build platform. file: [cdfcf091af] check-in: [28c3674785] user: jan.nijtmans branch: trunk, size: 54301 | |
|
2013-01-24
| ||
| 15:19 | Removed -DCSON_FOSSIL_MODE from cc flags. Integrated JSON-under-MSC-related patches from the list. file: [8be8ffb67f] check-in: [bb63588e1b] user: stephan branch: trunk, size: 54289 | |
|
2013-01-07
| ||
| 17:33 | Merge updates from trunk. file: [9d0f9148dd] check-in: [a6647539f6] user: mistachkin branch: tclRdOnly, size: 54560 | |
|
2013-01-01
| ||
| 21:09 | Enhance the regexp matcher to support full unicode on the \b, \w, and \W patterns, using code taken from the FTS3 unicode2 tokenizer. file: [7aff6f65e3] check-in: [cb952c420d] user: drh branch: trunk, size: 54308 | |
| 20:56 | Add the regular expression matching library and the "test-grep" command for testing it. file: [59e101383c] check-in: [e2552de8c6] user: drh branch: trunk, size: 53893 | |
|
2012-12-10
| ||
| 19:35 | A little bit smarter determination of the need for -DBROKEN_MINGW_CMDLINE file: [017ce51f4a] check-in: [0e5c128047] user: jan.nijtmans branch: trunk, size: 53493 | |
|
2012-12-08
| ||
| 06:46 | Merge updates from trunk. file: [edeb0af355] check-in: [fc7e8d01d4] user: mistachkin branch: tclRdOnly, size: 53719 | |
| 02:26 | Silence unused variable compiler warning. Modify MinGW makefiles to fix an overly long line. file: [1f500d8841] check-in: [f51c8a4447] user: mistachkin branch: trunk, size: 53467 | |
|
2012-12-07
| ||
| 20:58 | Merge updates from trunk. file: [d0ec66613b] check-in: [de1ef7e99f] user: mistachkin branch: markdown, size: 53052 | |
|
2012-12-04
| ||
| 03:09 | Make definition and usage of BROKEN_MINGW_CMDLINE consistent with the other compile-time options. file: [0ff6126869] check-in: [3c188df5ac] user: mistachkin branch: trunk, size: 51936 | |
|
2012-11-30
| ||
| 16:43 | merge trunk. Add fallback mechanism for MinGW file: [716e609141] check-in: [2459ee7b71] user: jan.nijtmans branch: cmdline-expansion, size: 51560 | |
| 13:27 | (experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. file: [23756bce1c] check-in: [b1036fe5bf] user: jan.nijtmans branch: cmdline-expansion, size: 51493 | |
|
2012-11-29
| ||
| 15:13 | merge trunk. Broken on win32! file: [b3c2d9e9cc] check-in: [258cedd625] user: jan.nijtmans branch: ticket-d17d6e5b17, size: 51485 | |
| 03:14 | Untested changes designed to fix broken filename encodings on MacOS. Move all character-set converting routines into a new file called utf8.c. Add the fossil_filename_to_utf8() routine, which converts Unicode to utf8 on windows and decomposed utf8 into precomposed utf8 on Mac. Ticket [e399bc1edfe45b] file: [12949a2402] check-in: [c24e568fb0] user: drh branch: ticket-e399bc, size: 51483 | |
|
2012-11-27
| ||
| 14:53 | unbreak mingw-w64 build file: [14de701d75] check-in: [14cf3f3c9d] user: jan.nijtmans branch: trunk, size: 51117 | |
| 07:03 | Modify the MinGW makefile to support building with zlib in the compat directory. file: [aed4e2296c] check-in: [36734cfcf7] user: mistachkin branch: zlib, size: 51100 | |
|
2012-11-22
| ||
| 10:46 | For the MinGW build, enable compiling with debugging symbols if FOSSIL_ENABLE_SYMBOLS is set. file: [720e21f4c2] check-in: [0e082b0414] user: mistachkin branch: trunk, size: 51254 | |
| 09:32 | merge trunk <p>Functional complete and well-tested file: [760e940a4a] check-in: [e6a1910fa8] user: jan.nijtmans branch: ticket-d17d6e5b17, size: 51023 | |
|
2012-11-06
| ||
| 09:36 | merge trunk<p>Don't try to convert binary files. file: [1b25d41560] check-in: [4fa4972104] user: jan.nijtmans branch: convert_before_commit, size: 51017 | |
|
2012-11-02
| ||
| 21:38 | Add the -g option to builds using the Mingw makefile. file: [04c9bfc27f] check-in: [004a31a6c7] user: drh branch: trunk, size: 51023 | |
|
2012-10-31
| ||
| 20:40 | Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. file: [e67b0e6b3f] check-in: [ef112586a0] user: drh branch: moderation, size: 51020 | |
|
2012-10-07
| ||
| 14:22 | Experimental proof-of-concept for the 'tcl-rdonly' setting and related functionality. file: [6ac347ed3b] check-in: [851e0755e5] user: mistachkin branch: tclRdOnly, size: 50846 | |
|
2012-10-03
| ||
| 19:54 | Integration work for the markdown engine provided by Natacha Porté. file: [1ae329dde7] check-in: [d38c6eef06] user: mistachkin branch: markdown, size: 51710 | |
|
2012-09-29
| ||
| 06:56 | Build system changes to support the Tcl stubs mechanism. file: [d52e8916a3] check-in: [9d0a4a89d7] user: mistachkin branch: tclStubsV2, size: 50594 | |
|
2012-09-28
| ||
| 20:15 | Refinements to the Tcl stubs integration. file: [8f17885192] check-in: [a0b3507d6c] user: mistachkin branch: tclStubsV2, size: 50470 | |
| 07:26 | load Tcl dynamically using the Stubs mechanism in stead of linking in the library statically. file: [39124c26ae] check-in: [ba91fe5f9e] user: jan.nijtmans branch: stubbed-tcl, size: 50184 | |
|
2012-09-17
| ||
| 07:34 | fix [ce73fc2173] <p>Restore Win9x, using unicows eliminate all #ifdef UNICODE file: [d1902be6e9] check-in: [9cf5056af9] user: jan.nijtmans branch: win95-unicows, size: 50230 | |
|
2012-09-14
| ||
| 10:31 | Experimental version for Win9x, using unicows file: [56f133fa20] check-in: [bf0fede2ee] user: jan.nijtmans branch: restore-win95, size: 50230 | |
|
2012-09-11
| ||
| 18:49 | enable unicode commandline for MinGW/MinGW-w64 as well <p> remove unused MINGW_BROKEN_MAINARGS file: [c1e41be4fa] check-in: [274d8a1dcd] user: jan.nijtmans branch: trunk, size: 50220 | |
|
2012-09-09
| ||
| 20:53 | Fix ticket [906c533302]. If you want to replace the mingw command-line pa a better one (conforming to ms rules), compile with -DMINGW_BROKEN_MAINARGS. MinGW doesn't support unicode command line parsing (linker option -municode), so the option -DMINGW_BROKEN_MAINARGS can be used to fix that too. file: [3c8bdea618] check-in: [047dd62604] user: jan.nijtmans branch: mingw-broken-cmdline, size: 50304 | |
|
2012-09-06
| ||
| 09:10 | merge trunk <p>enable UNICODE mode (experimental) file: [fcbe0155d4] check-in: [2017d2f832] user: jan.nijtmans branch: eclipse-project, size: 50229 | |
|
2012-09-05
| ||
| 09:26 | be smarter about istty static initialization file: [a2a0dc6872] check-in: [5d9f57a721] user: jan.nijtmans branch: eclipse-project, size: 50240 | |
|
2012-09-03
| ||
| 10:16 | In the MinGW makefile, ignore failures of the mkdir command in case the directory already exists. file: [17a4a98eeb] check-in: [80c4b3a23f] user: mistachkin branch: trunk, size: 50199 | |
| 03:51 | Remove obsolete comments. file: [b0be383d5a] check-in: [d43e163a27] user: mistachkin branch: trunk, size: 50197 | |
| 03:47 | Fix some confusing spacing in the MinGW makefile. file: [0e0b79d1dd] check-in: [e498d82d1a] user: mistachkin branch: trunk, size: 50373 | |
| 03:30 | Fixes to the install target in the MinGW makefile when building from the Windows shell. file: [5889ed29ea] check-in: [13eed7c653] user: mistachkin branch: trunk, size: 50371 | |
| 03:00 | In the MinGW makefile, instead of attempting to auto-detect if the Windows command prompt is being used, rely on the manually set USE_WINDOWS variable instead. file: [77876d78dd] check-in: [7bf4c290a5] user: mistachkin branch: trunk, size: 50128 | |
| 00:51 | Make the shell commands used by the MinGW more configurable and attempt to support building inside the Windows command prompt. file: [4e17ac4ea0] check-in: [ce55bc43bd] user: mistachkin branch: trunk, size: 49624 | |
| 00:24 | Fix dependencies on generated headers in the MinGW makefile. Also, remove superfluous EXE extension on executables used during the build process. file: [4fec1bf4c7] check-in: [4e8d2f2991] user: mistachkin branch: trunk, size: 49486 | |
|
2012-09-02
| ||
| 12:50 | fix cross-compilation of mingw target on Linux/Darwin file: [160e574b4f] check-in: [9c0e1caec5] user: jan.nijtmans branch: trunk, size: 48424 | |
|
2012-08-31
| ||
| 12:43 | Revise shell checking in the MinGW makefile to be a bit more general purpose. file: [809a8cd230] check-in: [4e62bffa63] user: mistachkin branch: trunk, size: 48440 | |
| 12:26 | Make it declarative that building the Win32 resources require the VERSION.h file. file: [ab720cd00f] check-in: [cf639e4fe2] user: mistachkin branch: trunk, size: 48342 | |
|
2012-08-30
| ||
| 19:41 | Attempt to support compiling with MinGW without MSYS. file: [0827982066] check-in: [773fa5e63c] user: mistachkin branch: trunk, size: 48322 | |
|
2012-08-23
| ||
| 14:20 | if openssl is compiled with zlib support enabled, then -lz should be after -lssl -lcrypto file: [9621a91a73] check-in: [69608104d2] user: jan.nijtmans branch: better-mingw-v2, size: 47955 | |
| 12:47 | Include versions of libraries used in the resource file. file: [bb3bd76813] check-in: [e7c77b5571] user: mistachkin branch: better-mingw-v2, size: 47953 | |
| 11:59 | Various build and resource fixes. file: [1c9cc83176] check-in: [f008c97ae1] user: mistachkin branch: better-mingw-v2, size: 47641 | |
| 10:13 | Better mingw/mingw64 support for (cross-)compile on Linux, Darwin, Cygwin or Msys. file: [f949509b31] check-in: [cc2aa92ef8] user: jan.nijtmans branch: better-mingw, size: 47537 | |
|
2012-08-22
| ||
| 21:30 | two minor typos file: [e481c554dd] check-in: [544c163551] user: jan.nijtmans branch: trunk, size: 47268 | |
|
2012-08-10
| ||
| 19:59 | Add experimental support for WYSIWYG editing of wiki pages. file: [4933f73719] check-in: [6cd9847f54] user: drh branch: wysiwyg, size: 47266 | |
|
2012-08-08
| ||
| 13:04 | Changes "make install" so that it makes sure that the installation directory actually exists. Ticket [6e23fe11013961]. file: [d2ca6e322b] check-in: [426e8edc30] user: drh branch: trunk, size: 46866 | |
| 03:28 | Bump version of OpenSSL in the MinGW makefiles. Also, remove superfluous subst operations from the MinGW makefiles. file: [437ee0f3fd] check-in: [0324ed61fb] user: mistachkin branch: trunk, size: 46842 | |
|
2012-07-14
| ||
| 18:44 | i think i fixed the th.c-needs-blob.h build problem (again). Merged in 9f83e033a2304a9. file: [31bef5fdfc] check-in: [960576b961] user: stephan branch: th1-query-api, size: 46915 | |
|
2012-06-29
| ||
| 19:35 | Remove redundant include argument from the compilation steps of several source files. file: [7bc8231cff] check-in: [8a18e7fb7f] user: mistachkin branch: trunk, size: 46898 | |
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [1fcd3332a6] check-in: [0328d68181] user: drh branch: sqlite4, size: 46941 | |
|
2012-06-27
| ||
| 12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. file: [1434261959] check-in: [6823912746] user: drh branch: sqlite4, size: 46935 | |
|
2012-06-14
| ||
| 13:00 | Remove temporary pqueue_insert renaming hack from the various Makefiles. file: [c37a8d83fc] check-in: [4006ee4f23] user: mistachkin branch: trunk, size: 46934 | |
|
2012-05-04
| ||
| 21:31 | Bump version of zlib in the Windows makefiles. file: [c20f93c849] check-in: [a30da54fee] user: mistachkin branch: trunk, size: 46978 | |
|
2012-04-20
| ||
| 01:33 | Bump version of OpenSSL in the Windows makefiles. file: [4fad9133d4] check-in: [fb48371c74] user: mistachkin branch: trunk, size: 46978 | |
|
2012-03-19
| ||
| 04:48 | In file_tree_name, since the file name argument is converted to its canonical form prior to the memcmp, the local root must be as well. On Windows, normalize drive letters to uppercase when converting a file name to its canonical form and fix construction of temporary file names used with the gdiff command when the --from and --to options are present. file: [a061ff6500] check-in: [6be0898b2c] user: mistachkin branch: winFiles, size: 46978 | |
|
2012-03-16
| ||
| 15:21 | Added initial /json/dir implementation. file: [e1bc3c9e3b] check-in: [318a0ac132] user: stephan branch: trunk, size: 46967 | |
|
2012-03-02
| ||
| 16:44 | Added initial /json/finfo support, but the output structure is up for debate. file: [3a16bb67ef] check-in: [f825f8c85d] user: stephan branch: trunk, size: 46531 | |
|
2012-02-17
| ||
| 23:51 | Slight tweaks to MinGW makefile support for FOSSIL_ENABLE_JSON. file: [73baa4e112] check-in: [f355727b34] user: mistachkin branch: trunk, size: 46063 | |
| 21:06 | copy/paste doc correction. file: [7b312c52c4] check-in: [365fe4afd8] user: stephan branch: trunk, size: 45973 | |
| 19:43 | Added FOSSIL_ENABLE_JSON option to Makefile.mingw. file: [81725b8b02] check-in: [aae3f5b629] user: stephan branch: trunk, size: 45992 | |
| 18:23 | Added initial /json/config/get support. file: [b43957ffb1] check-in: [e5a86795da] user: stephan branch: trunk, size: 45893 | |
|
2012-02-10
| ||
| 23:01 | Revise workaround for OpenSSL symbol name collision problem. file: [b4ebfb6bca] check-in: [ff19cc215f] user: mistachkin branch: sslLinkingFix, size: 45409 | |
| 22:53 | Bump versions of zlib and OpenSSL in the Windows makefiles. Also, rename the pqueue_insert function to avoid a symbol name collision with OpenSSL. file: [8abd4f3d53] check-in: [674bc27891] user: mistachkin branch: sslLinkingFix, size: 45365 | |
|
2012-01-23
| ||
| 03:51 | Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. file: [2d4e2f3327] check-in: [de9c2f08d7] user: steveb branch: jimtcl, size: 45366 | |
|
2012-01-18
| ||
| 12:55 | Merge updates from trunk and regenerate makefiles. file: [543baf3073] check-in: [04ab3f0c76] user: mistachkin branch: pushScript, size: 45365 | |
| 12:47 | Correct casing typos. file: [15985d2e7d] check-in: [0c042ce7d1] user: mistachkin branch: trunk, size: 44935 | |
| 12:41 | Modify the makemake.tcl script to generate cleaned up makefiles and then regenerate them. file: [290ace5578] check-in: [3d258e5152] user: mistachkin branch: trunk, size: 44935 | |
| 11:12 | Merge updates from trunk. file: [505333e1e2] check-in: [a49e7cb636] user: mistachkin branch: pushScript, size: 42113 | |
| 11:09 | More cleanup of MinGW makefiles. file: [69721b2538] check-in: [533caec0a6] user: mistachkin branch: trunk, size: 41683 | |
| 07:21 | Merge updates from trunk. file: [a048d5e568] check-in: [df8c5e2ea0] user: mistachkin branch: pushScript, size: 42122 | |
| 07:10 | Cleanup and unify the MinGW makefiles. file: [a1b3beb2d1] check-in: [a88a241d72] user: mistachkin branch: trunk, size: 41692 | |
| 06:06 | Start of experimental support for post-push TH1 scripting. file: [23c7b363c1] check-in: [a11b7f1535] user: mistachkin branch: pushScript, size: 41896 | |
|
2011-11-04
| ||
| 21:57 | Replace the TH1 interpreter with Jim Tcl. file: [58756e4af4] check-in: [863e789e83] user: steveb branch: jimtcl, size: 41467 | |
|
2011-10-20
| ||
| 07:00 | Moved the user-related JSON handlers into their own file. file: [595d0b413d] check-in: [6e18fc2ecc] user: stephan branch: json, size: 41466 | |
|
2011-10-08
| ||
| 08:46 | Added /json/report/list and /json/query. file: [828f984eaf] check-in: [20978b27a2] user: stephan branch: json, size: 41014 | |
| 05:16 | minor hack to allow libcson to use fossil_malloc/free/realloc() so that we will hook into its die-on-OOM behaviour (=reduced error checking). file: [05d30acd6a] check-in: [56ecc0c677] user: stephan branch: json, size: 40062 | |
|
2011-10-07
| ||
| 13:51 | First draft, no-frills /json/diff added. file: [b1f390742c] check-in: [54e1f1a53d] user: stephan branch: json, size: 40043 | |
|
2011-10-06
| ||
| 20:10 | Added /json/tag/list and infrastructure for pending (add, cancel, find) ops. file: [e2576e02b4] check-in: [1088cf2107] user: stephan branch: json, size: 39591 | |
|
2011-10-02
| ||
| 21:01 | moved /json/branch code into its own file. file: [6dd015c2ef] check-in: [1a4c874e43] user: stephan branch: json, size: 39155 | |
|
2011-10-01
| ||
| 05:09 | Added initial /json/artifact code, but it currently can only report the type of a given artifact. file: [261186e5a0] check-in: [6372d95165] user: stephan branch: json, size: 38671 | |
|
2011-09-27
| ||
| 01:18 | moved /json/timeline|wiki commands/pages into their own files. file: [cfdb767c23] check-in: [821830d2fb] user: stephan branch: json, size: 38155 | |
| 01:01 | Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). file: [b81c333ebc] check-in: [5d2a516f8a] user: stephan branch: json, size: 37187 | |
|
2011-09-15
| ||
| 12:03 | initial mass-change merge of main repo with my fork. file: [958d207b8e] check-in: [5b44a419cd] user: stephan branch: json, size: 36676 | |
|
2011-08-16
| ||
| 02:43 | Update the built-in SQLite to the latest pre-3.7.8 version from the stat3-enhancement branch. And turn on SQLITE_ENABLE_STAT3. This will serve as a test of the stat3 enhancements to SQLite. file: [628d41b597] check-in: [ce62a2b11d] user: drh branch: trunk, size: 36152 | |
|
2011-06-28
| ||
| 00:17 | Fix a missing dependency in the makefiles. Ticket [e5b941cb0c90ba] file: [ba3bde2afc] check-in: [5392b5c28b] user: drh branch: trunk, size: 36152 | |
|
2011-06-18
| ||
| 17:02 | Fixes to the windows makefiles to support sequential version numbers. file: [2d8609236b] check-in: [30b0986d93] user: drh branch: trunk, size: 36132 | |
| 16:50 | Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. file: [5e5025738b] check-in: [e0303181a5] user: drh branch: trunk, size: 36111 | |
|
2011-05-12
| ||
| 14:17 | Back out the previous change, which was bogus. Remove traces of the FOSSIL_I18N compile-time option which is not actually used anywhere in the code anymore. file: [63f1a1357a] check-in: [0613db18be] user: drh branch: trunk, size: 36121 | |
|
2011-04-14
| ||
| 14:23 | Factor the glob-pattern matching logic into a separate module. file: [08363ec218] check-in: [289ea2a9b6] user: drh branch: trunk, size: 36137 | |
|
2011-03-10
| ||
| 02:39 | Refactoring the DAG path search code into a separate object. file: [5e3c84e86b] check-in: [34c23c6fd4] user: drh branch: path-refactor, size: 35782 | |
|
2011-03-09
| ||
| 02:23 | Add the ability to deliver compressed tarballs in addition to ZIP archives. file: [f96440a631] check-in: [d5d676f0c7] user: drh branch: trunk, size: 35427 | |
| 00:15 | Add a utility for generating gzip-compressed files. This is one step on the road toward the ability to generated compressed tarballs. file: [3744ec6ce0] check-in: [34d9a5e5c5] user: drh branch: trunk, size: 35087 | |
|
2011-03-01
| ||
| 02:11 | Remove a stray NIL character from the makemake.tcl file and add a "+" that was omitted from the previous edit. file: [da17242b7a] check-in: [a668e2ad73] user: drh branch: trunk, size: 34732 | |
|
2011-02-28
| ||
| 23:35 | Mingw makefile changes from Mark Janssen. file: [c438d43109] check-in: [36e3ab4c42] user: drh branch: trunk, size: 34731 | |
|
2011-02-16
| ||
| 23:47 | Update to the latest pre-release SQLite version (as part of the SQLite testing process). Update the makefiles to use SQLITE_ENABLE_STAT2. file: [70313773d6] check-in: [c616cef3f7] user: drh branch: trunk, size: 34404 | |
|
2011-01-28
| ||
| 20:56 | Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. file: [42ba47fb08] check-in: [69f43fc077] user: drh branch: experimental, size: 34382 | |
|
2010-12-24
| ||
| 00:50 | Tweaks to the mingw makefile as suggested by Ross on the mailing list. file: [d699f396d1] check-in: [a300bee164] user: drh branch: trunk, size: 34027 | |
|
2010-12-23
| ||
| 17:14 | Added: Rework the makemake.tcl makefile generator script so that it generates makefiles for all windows compilers all in one go. Add an output for mingw. Ticket [fa403b6a123659d885e3] file: [b3d6501227] check-in: [723f8c200f] user: drh branch: trunk, size: 33712 | |