Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file win/Makefile.msc 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: [f7248847ef] check-in: [b4c97d76a7] user: drh branch: sbsreloaded, size: 27843 | |
|
2013-04-30
| ||
| 00:09 | Restore workaround to the MSVC resource compilation that allows it to integrate with external headers properly. file: [012db5498c] check-in: [5f86c0efa4] user: mistachkin branch: trunk, size: 27594 | |
| 00:03 | Omit CFLAGS when passing compiler options to the MSVC resource compiler. file: [891f3d49b0] check-in: [f151da2135] user: mistachkin branch: trunk, size: 27574 | |
|
2013-04-29
| ||
| 23:44 | Fix x64 compilation on Windows using the MSVC toolset included with VS 2012. file: [8936760d55] check-in: [ed544f3d9c] user: mistachkin branch: trunk, size: 27584 | |
|
2013-04-01
| ||
| 20:56 | Fix typo: SSL and JSON should not be enabled by default in the MSVC makefile. file: [ca7c43fff7] check-in: [9f931a7569] user: mistachkin branch: trunk, size: 27584 | |
| 20:54 | Allow easier compilation with OpenSSL enabled using MSVC. Fix for [5b2300c692]. file: [e9d4e18024] check-in: [c46e5f933d] user: mistachkin branch: trunk, size: 27580 | |
|
2013-03-29
| ||
| 15:43 | Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". file: [eac469fc5f] check-in: [02f312e698] user: drh branch: markdown, size: 27264 | |
|
2013-02-23
| ||
| 10:58 | Added /json/status command. file: [39fd933d83] check-in: [d1e4d100ad] user: stephan branch: trunk, size: 27447 | |
|
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: [c83f6f40a7] check-in: [bb0cedb15a] user: drh branch: trunk, size: 27126 | |
|
2013-01-25
| ||
| 08:53 | Replaced a ..\ with $B\. file: [4081d81772] check-in: [461a4d11d1] user: stephan branch: trunk, size: 26932 | |
|
2013-01-24
| ||
| 15:19 | Removed -DCSON_FOSSIL_MODE from cc flags. Integrated JSON-under-MSC-related patches from the list. file: [1401539939] check-in: [bb63588e1b] user: stephan branch: trunk, size: 26932 | |
|
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: [b7f7647138] check-in: [cb952c420d] user: drh branch: trunk, size: 26394 | |
| 20:56 | Add the regular expression matching library and the "test-grep" command for testing it. file: [bf0c323aa7] check-in: [e2552de8c6] user: drh branch: trunk, size: 26167 | |
|
2012-12-07
| ||
| 20:58 | Merge updates from trunk. file: [48ccddec99] check-in: [de1ef7e99f] user: mistachkin branch: markdown, size: 25951 | |
|
2012-11-30
| ||
| 13:27 | (experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. file: [b007f0b237] check-in: [b1036fe5bf] user: jan.nijtmans branch: cmdline-expansion, size: 25420 | |
|
2012-11-29
| ||
| 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: [9c66d54281] check-in: [c24e568fb0] user: drh branch: ticket-e399bc, size: 25407 | |
|
2012-11-27
| ||
| 06:31 | Support building with zlib in the compat directory, phase 1. file: [8d2bbcbc8a] check-in: [d17f4473cf] user: mistachkin branch: zlib, size: 25213 | |
|
2012-10-31
| ||
| 20:40 | Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. file: [fed7e3f0ad] check-in: [ef112586a0] user: drh branch: moderation, size: 22696 | |
|
2012-10-03
| ||
| 19:54 | Integration work for the markdown engine provided by Natacha Porté. file: [90a3f77f6e] check-in: [d38c6eef06] user: mistachkin branch: markdown, size: 22964 | |
|
2012-09-23
| ||
| 05:00 | Fixes for compilation with MSVC. file: [ed45218612] check-in: [bb85c12e10] user: mistachkin branch: trunk, size: 22502 | |
|
2012-09-14
| ||
| 10:31 | Experimental version for Win9x, using unicows file: [c4f589eacb] check-in: [bf0fede2ee] user: jan.nijtmans branch: restore-win95, size: 22516 | |
|
2012-09-13
| ||
| 07:12 | re-enable unicode commandline for MSVC build (previous commit accidently removed that) <p>New version of dirent.h, which supports both MBCS and UNICODE file: [3fd9b082d3] check-in: [71d46aba2e] user: jan.nijtmans branch: trunk, size: 22504 | |
|
2012-09-06
| ||
| 09:10 | merge trunk <p>enable UNICODE mode (experimental) file: [7a3bcf42f8] check-in: [2017d2f832] user: jan.nijtmans branch: eclipse-project, size: 22504 | |
|
2012-08-10
| ||
| 19:59 | Add experimental support for WYSIWYG editing of wiki pages. file: [72fdb0af9c] check-in: [6cd9847f54] user: drh branch: wysiwyg, size: 22483 | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [56efff22da] check-in: [0328d68181] user: drh branch: sqlite4, size: 22289 | |
|
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: [a0e4a448dc] check-in: [6823912746] user: drh branch: sqlite4, size: 22281 | |
|
2012-06-22
| ||
| 12:58 | MSC makefile fix for missing cson_amalgamation. file: [2921bd31e4] check-in: [0918d1f04a] user: stephan branch: stephan, size: 22501 | |
|
2012-03-16
| ||
| 15:21 | Added initial /json/dir implementation. file: [a744e23c62] check-in: [318a0ac132] user: stephan branch: trunk, size: 22281 | |
|
2012-03-02
| ||
| 16:44 | Added initial /json/finfo support, but the output structure is up for debate. file: [749abc9ab9] check-in: [f825f8c85d] user: stephan branch: trunk, size: 22021 | |
|
2012-02-17
| ||
| 18:23 | Added initial /json/config/get support. file: [94d1e045fb] check-in: [e5a86795da] user: stephan branch: trunk, size: 21737 | |
|
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: [4f3371f311] check-in: [de9c2f08d7] user: steveb branch: jimtcl, size: 21442 | |
|
2012-01-18
| ||
| 12:55 | Merge updates from trunk and regenerate makefiles. file: [69da4aadfd] check-in: [04ab3f0c76] user: mistachkin branch: pushScript, size: 21441 | |
| 12:41 | Modify the makemake.tcl script to generate cleaned up makefiles and then regenerate them. file: [5c24556168] check-in: [3d258e5152] user: mistachkin branch: trunk, size: 21217 | |
| 06:22 | Update the other Win32 specific makefiles. file: [8487d225db] check-in: [73566db5c2] user: mistachkin branch: pushScript, size: 21219 | |
|
2011-11-07
| ||
| 00:29 | More compilation fixes for Jim when compiling with MSVC. file: [baeadf0eb0] check-in: [38d1b52283] user: mistachkin branch: jimtcl, size: 20705 | |
|
2011-11-05
| ||
| 01:59 | Fix more compilation issues with MSVC. file: [57b2329b14] check-in: [0039d32b88] user: mistachkin branch: jimtcl, size: 20684 | |
| 01:30 | Attempt to build with MSVC. file: [e41576886a] check-in: [e36ad719cf] user: mistachkin branch: jimtcl, size: 20682 | |
|
2011-11-04
| ||
| 21:57 | Replace the TH1 interpreter with Jim Tcl. file: [7f3bdc71e2] check-in: [863e789e83] user: steveb branch: jimtcl, size: 20996 | |
|
2011-10-20
| ||
| 07:00 | Moved the user-related JSON handlers into their own file. file: [2a44034760] check-in: [6e18fc2ecc] user: stephan branch: json, size: 20995 | |
|
2011-10-08
| ||
| 08:46 | Added /json/report/list and /json/query. file: [ff93b5957d] check-in: [20978b27a2] user: stephan branch: json, size: 20723 | |
|
2011-10-07
| ||
| 13:51 | First draft, no-frills /json/diff added. file: [b8b60beca4] check-in: [54e1f1a53d] user: stephan branch: json, size: 20143 | |
|
2011-10-06
| ||
| 20:10 | Added /json/tag/list and infrastructure for pending (add, cancel, find) ops. file: [b80948a4e7] check-in: [1088cf2107] user: stephan branch: json, size: 19871 | |
|
2011-10-02
| ||
| 21:01 | moved /json/branch code into its own file. file: [d29822a7be] check-in: [1a4c874e43] user: stephan branch: json, size: 19611 | |
|
2011-10-01
| ||
| 05:09 | Added initial /json/artifact code, but it currently can only report the type of a given artifact. file: [cb2ace23d0] check-in: [6372d95165] user: stephan branch: json, size: 19315 | |
|
2011-09-27
| ||
| 01:18 | moved /json/timeline|wiki commands/pages into their own files. file: [d04956fa5b] check-in: [821830d2fb] user: stephan branch: json, size: 18995 | |
| 01:01 | Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). file: [87d42334c7] check-in: [5d2a516f8a] user: stephan branch: json, size: 18403 | |
|
2011-09-18
| ||
| 19:11 | One compile fix and MSVC build fix, from Jeff Slutter. file: [3b4183f0aa] check-in: [5f3a98ae83] user: stephan branch: json, size: 18123 | |
|
2011-09-15
| ||
| 12:03 | initial mass-change merge of main repo with my fork. file: [e698af267d] check-in: [5b44a419cd] user: stephan branch: json, size: 18075 | |
|
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: [8ff97dae0a] check-in: [ce62a2b11d] user: drh branch: trunk, size: 17777 | |
|
2011-07-20
| ||
| 20:05 | Fix the realclean target on windows makefiles to delete mkversion.exe not version.exe. Ticket [5947ace466c571d] file: [6909b3589c] check-in: [3ade77897f] user: drh branch: trunk, size: 17777 | |
|
2011-07-18
| ||
| 20:00 | Update the MSVC makefile so that it works with the new "service" command. file: [cc9f76a85e] check-in: [4bf9048e25] user: drh branch: tsbg-win-service, size: 17775 | |
|
2011-06-18
| ||
| 17:02 | Fixes to the windows makefiles to support sequential version numbers. file: [4872909b4e] check-in: [30b0986d93] user: drh branch: trunk, size: 17762 | |
| 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: [5d9feb8b87] check-in: [e0303181a5] user: drh branch: trunk, size: 17747 | |
|
2011-06-16
| ||
| 19:51 | Updates to the VC++ makefile. file: [2c2847271c] check-in: [82d741db3e] user: drh branch: trunk, size: 17745 | |
| 18:10 | The VC++ Makefile is generated by makemake.tcl and should not be edited directly. And this check-in was to the wrong branch anyhow. file: [9ce6ef367c] check-in: [1e7c1bca45] user: drh branch: mistake, size: 15850 | |
|
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: [ca499d57b8] check-in: [0613db18be] user: drh branch: trunk, size: 15835 | |
|
2011-04-14
| ||
| 14:23 | Factor the glob-pattern matching logic into a separate module. file: [0b71666649] check-in: [289ea2a9b6] user: drh branch: trunk, size: 15870 | |
|
2011-03-10
| ||
| 02:39 | Refactoring the DAG path search code into a separate object. file: [b6c9cd65e5] check-in: [34c23c6fd4] user: drh branch: path-refactor, size: 15723 | |
|
2011-03-09
| ||
| 02:23 | Add the ability to deliver compressed tarballs in addition to ZIP archives. file: [e52801a8c6] check-in: [d5d676f0c7] user: drh branch: trunk, size: 15576 | |
| 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: [835ddb3b3b] check-in: [34d9a5e5c5] user: drh branch: trunk, size: 15440 | |
|
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: [da9c93f567] check-in: [a668e2ad73] user: drh branch: trunk, size: 15293 | |
| 00:26 | Speculative changes to the Makefile.dmc and Makefile.msc. I have no way of testing these changes. file: [2e310ef69b] check-in: [a22a666349] user: drh branch: trunk, size: 15294 | |
|
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: [05efef2c54] check-in: [c616cef3f7] user: drh branch: trunk, size: 15844 | |
|
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: [b617053885] check-in: [69f43fc077] user: drh branch: experimental, size: 15786 | |
|
2010-12-23
| ||
| 17:14 | 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: [011caa2c00] check-in: [723f8c200f] user: drh branch: trunk, size: 15631 | |
|
2010-09-12
| ||
| 15:23 | (more type's) solves ticket [5e9f1b1cd8] file: [90aca1145b] check-in: [08aa440a3d] user: renez branch: trunk, size: 14669 | |
| 15:12 | solves ticket [5e9f1b1cd8] file: [7add634121] check-in: [56fedab318] user: renez branch: trunk, size: 14481 | |
|
2010-08-31
| ||
| 18:21 | Minor changes to win/Makefile.msc after testing with MSVC. file: [0ac606a671] check-in: [3a5b4ad4e2] user: shaneh branch: trunk, size: 13654 | |
|
2010-08-29
| ||
| 05:32 | Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason file: [e2fb838ef6] check-in: [30b8a41dc7] user: renez branch: windowscompilers, size: 13344 | |
|
2010-08-28
| ||
| 20:22 | Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line file: [3cdcf1aaa0] check-in: [29c728f4b3] user: renez branch: windowscompilers, size: 13349 | |
| 10:54 | The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers file: [ae60e5786f] check-in: [99e0a29efe] user: renez branch: windowscompilers, size: 13238 | |
| 09:20 | Added: Added the msvc sdk compiler file: [89fdc7501b] check-in: [c00f79d054] user: renez branch: windowscompilers, size: 13161 | |