Fossil

All files named ”Makefile.in”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Ancestors of file Makefile.in from check-in ed871fb5fa

2016-04-22
18:08
Add the ability to use a repository that is in a database protected by the [http://www.hwaci.com/sw/sqlite/see.html|SQLite Encryption Extension (SEE)]. SEE is proprietary code and is not included in this tree, but if a user has a copy of SEE, with this change she can compile a version of Fossil that uses it. ... (file: [e68d67b014] check-in: [ed871fb5fa] user: drh branch: trunk, size: 1795)
2016-01-19
18:48
Get configure and make, via autosetup, working on MinGW. ... (file: [ea7f637f75] check-in: [a0061bb2ed] user: mistachkin branch: trunk, size: 1775)
2014-11-27
17:37
applied patch from Steve Bennett for ticket [1d6a4c423bc8b116464]. ... (file: [4c745f08a8] check-in: [40f1b288cf] user: stephan branch: trunk, size: 1743)
2014-09-01
18:51
Add the --with-miniz configuration option (with the complete miniz source code.) Add the globalState TH1 command and fixes to the TH1 expr command. ... (file: [d1d8241e79] check-in: [66ae70a54b] user: drh branch: trunk, size: 1739)
2014-07-09
21:04
If the system knows about utime() and/or usleep(), allow the built-in SQLite to use those functions. e.g. for executing delays which are not a multiple of 1 second. ... (file: [50b09b7b11] check-in: [16f1076334] user: jan.nijtmans branch: trunk, size: 1695)
2013-09-16
22:51
Add support for compiling a Tcl-enabled Fossil using the private stubs mechanism. ... (file: [04d4b4d0b0] check-in: [955886f18c] user: mistachkin branch: trunk, size: 1831)
2013-01-30
13:10
Make sure that "fossil_strcmp" is used everywhere in stead of "strcmp": The "strcmp" function from the C library is not usable in all situations, e.g. with --static on Linux Do an #undef in printf.c, preventing that the fossil_strcmp function is optimized for non-null arguments. ... (file: [45248106bd] check-in: [afffe48643] user: jan.nijtmans branch: trunk, size: 1786)
2012-10-02
23:01
Enable building with the TCL stubs library and then loading the main TCL library at run-time, and only if needed. ... (file: [ed20ed61a1] check-in: [25f7fa1157] user: drh branch: trunk, size: 1763)
2012-01-22
06:52
Make sure that autosetup ends up defining FOSSIL_ENABLE_TCL in the Makefile when necessary. ... (file: [c663b65477] check-in: [21555be397] user: mistachkin branch: trunk, size: 1711)
2011-11-04
19:46
Merge the tcl-integration branch into trunk. To make use of big-tcl, recompile using the --with-tcl option to ./configure and either set the global "tcl" setting or set the TH1_ENABLE_TCL environment variable. Big-tcl is turned off by default. ... (file: [ebe28abdc2] check-in: [d8ed5a0d05] user: drh branch: trunk, size: 1671)
2011-08-22
18:25
Merge the --showfiles enhancement from the venks-emacs branch into trunk. ... (check-in: [2b8cbf3c41] user: drh branch: trunk, size: 0)
2011-07-22
03:12
Merge the recent autosetup changes into trunk. The Makefile has been renamed to Makefile.classic. The standard procedure to build is now ./configure; make. ... (file: [9a27317644] check-in: [75f02948fa] user: drh branch: trunk, size: 1424)