Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins using file src/configure.c version fadd7bf52f
2010-07-25
| ||
08:27 | Merge trunk into branch. ... (check-in: 1bfe076a5c user: michael tags: ttmrichter) | |
2010-07-21
| ||
16:33 | Update the built-in SQLite to version 3.7.0rc2. ... (check-in: 93d7f371cc user: drh tags: trunk) | |
2010-07-20
| ||
05:44 | simple doc typo ... (check-in: e3653248ae user: bharder tags: trunk) | |
2010-07-14
| ||
13:27 | Integrated last commit in benoit branch into trunk. ... (check-in: 711675774b user: benoit tags: trunk) | |
05:21 | Create new branch named "ticket-92d3a03459" ... (Closed-Leaf check-in: 0fadfd26ba user: michael tags: ticket-92d3a03459) | |
2010-07-13
| ||
15:53 | Modified into a saner scheme than using fragments and oddball defaults. ... (check-in: fad57367c9 user: michael tags: ttmrichter) | |
2010-07-11
| ||
03:29 | Since there's no difference between Solaris and OpenSolaris in builds (they both require libnsl it turns out), the files are now merged as PLATFORM=solaris. ... (check-in: 0ec2c22dfe user: michael tags: newbuild, ttmrichter) | |
03:21 | Corrected OpenSolaris fragments after testing. ... (check-in: b209bb963c user: michael tags: newbuild, ttmrichter) | |
2010-07-10
| ||
13:29 | Tested the FreeBSD fragments on FreeBSD 8.0. ... (check-in: f69de3cfd0 user: michael tags: newbuild, ttmrichter) | |
10:43 | Added some (as yet untested) fragments for FreeBSD, Solaris and OpenSolaris. FreeBSD and OpenSolaris testing are due soon. ... (check-in: ffcd314afc user: michael tags: newbuild, ttmrichter) | |
2010-07-09
| ||
17:41 | Fixed up a naming problem for MinGW32 and made a more flexible mechanism for site-specific enhancements. ... (check-in: 6b83b517df user: michael tags: newbuild, ttmrichter) | |
17:23 | Cleaned up the platform fragments. Corrected two compiler settings. ... (check-in: 81e4477e90 user: michael tags: newbuild, ttmrichter) | |
16:57 | Named the mingw32 fragment properly. Forced mingw32 to use GCC. ... (check-in: cd98f05dbe user: michael tags: newbuild, ttmrichter) | |
16:25 | Merged main trunk into private branch. ... (check-in: 1c28a41cf1 user: michael tags: newbuild, ttmrichter) | |
16:23 | Started the process of modifying the build system to permit more flexible and reliable cross-platform support. Currently the build system is set up for Linux (GCC or CLANG as the compiler) and for MinGW32 (GCC as the compiler). Of these, only the Linux builds have been tested so far and confirmed to work as expected. The way to use this new system is as follows: make Builds the default platform and compiler (linux and gcc). PLATFORM=mingw32 make Builds the mingw32 build (untested!) using the default compiler (gcc). COMPILER=clang make Builds the default platform (linux) using the clang compiler. Other platform and compiler fragment files can be added in the ./make directory based on the models already there. ... (check-in: d3252d7488 user: michael tags: newbuild, ttmrichter) | |
2010-07-08
| ||
17:57 | Update the built-in sqlite3 to the latest development version. ... (check-in: 1e6ded9856 user: drh tags: trunk) | |
17:53 | Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). ... (check-in: 932825bc6a user: drh tags: trunk) | |
2010-07-07
| ||
14:57 | Update the built-in SQLite to the latest 3.7.0 beta snapshot that includes fixes for large databases in WAL mode. ... (check-in: f0cd78c1a3 user: drh tags: trunk) | |
07:44 | Update private branch to latest trunk. ... (check-in: a87fbd3312 user: michael tags: ttmrichter) | |
2010-07-06
| ||
21:22 | Add software version information and database stats to the /stat page. ... (check-in: 5acf617104 user: drh tags: trunk) | |
20:51 | Update the built-in SQLite to the latest beta of version 3.7.0. ... (check-in: 8733f07f0a user: drh tags: trunk) | |
2010-07-04
| ||
21:11 | Small performance tweaks for clone and rebuild. ... (check-in: 710a8ba993 user: drh tags: trunk) | |
2010-07-03
| ||
15:33 | Update SQLite to the latest beta of 3.7.0. This provides much better server concurrency when the repository database file is set to WAL mode. ... (check-in: fb5f0c2580 user: drh tags: trunk, release) | |
15:26 | Automatically pull the shunning list when pulling from the "remote-url" server, which we assume is a trusted server. Add the new "auto-shun" setting to disable this feature, if desired. ... (check-in: 515814f8e7 user: drh tags: trunk) | |
2010-06-28
| ||
14:35 | Modified Makefile to support clang in private branch. ... (check-in: 9c06026377 user: michael tags: ttmrichter) | |
14:30 | Updated ttmrichter branch to latest from trunk. ... (check-in: 4c41c80e04 user: michael tags: ttmrichter) | |
2010-06-26
| ||
20:37 | Update the built-in SQLite to the latest from the SQLite development tree. ... (check-in: ba14c7549c user: drh tags: trunk) | |
2010-06-24
| ||
11:10 | Update to the latest SQLite with the new WAL file format containing version numbers. ... (check-in: e0bdd5afce user: drh tags: trunk) | |
2010-06-23
| ||
15:23 | Update to the latest SQLite which contains a bug fix in the current-time function on windows. ... (check-in: 34178e2771 user: drh tags: trunk) | |
13:30 | Prompt the user for permission to overwrite files on "fossil open". Ticket [17389900b2e5bd816] ... (check-in: d778ffea81 user: drh tags: trunk) | |
11:58 | Fix to a "help" message. No code changes. ... (check-in: b892572644 user: drh tags: trunk) | |