Fossil

Timeline
Login

Timeline

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

200 events occurring around 2010-08-13 07:07:08.

2010-08-28
19:55 New ticket [a0756511] Fossil completely screws up repositories if there's any clock skew. (artifact: 3551b0e6 user: anonymous)
19:04
Use -P to change ssh port numbers on windows, but -p on unix. (check-in: 1212f0b0 user: drh tags: trunk)
11:57 Changes to wiki page "Cookbook" (artifact: 0cab6944 user: renez)
11:56 Changes to wiki page "Cookbook" (artifact: 38d78fa5 user: renez)
11:54 Changes to wiki page "compillingOnWindows" (artifact: 842658ad user: renez)
11:04 Changes to wiki page "Cookbook" (artifact: 313d5da7 user: renez)
11:04 Changes to wiki page "compillingOnWindows" (artifact: 3d3239a9 user: renez)
11:02 Changes to wiki page "Cookbook" (artifact: 5d8ecc66 user: renez)
10:59 Changes to wiki page "compillingOnWindows" (artifact: 4c56c3ac user: renez)
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 (check-in: 99e0a29e user: renez tags: windowscompilers)
09:20
Added the msvc sdk compiler (check-in: c00f79d0 user: renez tags: windowscompilers)
06:59
This is the first check-in on the windowscompilers branch and it adds the Digital Mars C compiler
The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include.
typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj
The following files were edited or added:

Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by
#include <windows.h>
However most of the time we don't use windows.h.

Adding an other windows compiler is done by adding
"|| defined(__COMPILER_IDENTIFIER__)"
and maybe some special things in the files below. Like

     

These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC

In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.

DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it!

added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dm...

(check-in: f66f414f user: renez tags: windowscompilers)
2010-08-27
20:40
The ssh:// method on windows is now working well with plink. It will even prompt for passwords if the URL contains a "*" password. (check-in: 0cdb6403 user: drh tags: trunk)
17:19 Fixed ticket [cf50ea4d]: popen2 for windows have a typo plus 1 other change (artifact: b71557f4 user: drh)
17:19
Fix a typo in the popen2() implementation for windows. Ticket [cf50ea4d6914fb6d856988da7]. Also refinements on the ssh:// toward getting it working on windows. (check-in: d5c934e5 user: drh tags: trunk)
10:03 New ticket [cf50ea4d] popen2 for windows have a typo. (artifact: b9e6e796 user: anonymous)
01:24
Create new branch named "windowscompilers" (check-in: 3e3304ac user: renez tags: windowscompilers)
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. (check-in: 72147afc user: drh tags: trunk)
13:29
Close pipes before killing off the child process. (check-in: 360b0477 user: drh tags: trunk)
13:18
Merge the experimental ssh:// changes into the trunk. (check-in: 0a51263a user: drh tags: trunk)
13:17
Untested implementation of popen2() for windows. (Closed-Leaf check-in: 34ea1e4a user: drh tags: experimental)
12:10
Remove dead code from cgi.c. Attempt better error handling. (check-in: 79294bb8 user: drh tags: experimental)
11:31 Fixed ticket [311fbfd6]: Unable to "fossil conf pull all" via proxy plus 1 other change (artifact: 147029b1 user: drh)
11:31 Fixed ticket [0d1a4fe1]: fossil configuration push doesn't honor proxy plus 1 other change (artifact: 76d25481 user: drh)
11:31
Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. (check-in: 1a9fe88b user: drh tags: trunk)
11:27
Fix buffering issues with ssh://. The ssh:// sync method now works with older, unmodified servers. Added the "?fossil=exe" option to URL processing. (check-in: af977263 user: drh tags: experimental)
09:54 Add attachment winhttp.c to ticket [11622724] (artifact: fd4ce405 user: anonymous)
09:53 Ticket [11622724] implementation of function “popen2” on win32 status still Open with 1 other change (artifact: 140db1c4 user: anonymous)
09:23 Add attachment patch to ticket [aee1b21f] (artifact: 8a70247a user: anonymous)
09:22 New ticket [aee1b21f] enable diff cmmand to diff more than one files. (artifact: 63167818 user: anonymous)
09:08 Ticket [11622724] implementation of function “popen2” on win32 status still Open with 2 other changes (artifact: 30711454 user: anonymous)
09:04 Add attachment my_popen.h to ticket [11622724] (artifact: ca27aac2 user: anonymous)
09:03 New ticket [11622724] implementation of function “popen2” on win32. (artifact: f423675e user: anonymous)
07:32 Ticket [311fbfd6] Unable to "fossil conf pull all" via proxy status still Open with 2 other changes (artifact: 0e6fd3c1 user: anonymous)
07:30 Ticket [0d1a4fe1] fossil configuration push doesn't honor proxy status still Open with 1 other change (artifact: 85dea411 user: anonymous)
07:28 Add attachment \patch to ticket [0d1a4fe1] (artifact: 805b1ed1 user: anonymous)
02:32
A rework of the SSH sync method that does not use TCP port forwarding. It works in some cases but not other. The failure is probably do to I/O buffering issues. Need further work. (check-in: 192ceef3 user: drh tags: experimental)
2010-08-25
20:00
Merge the ssh:// sync enhancement into the trunk. (check-in: 0e42cc1b user: drh tags: trunk)
19:55
Change the "ui" and "sshd" commands so that they bind to INADDR_LOOPBACK rather than INADDR_ANY. Disable the "quit" monitoring on "ui" and "server". Add better error messages explaining that ssh:// is not yet supported on windows. (check-in: 2f8e4c4b user: drh tags: experimental)
17:00
The ssh:// sync method appears to work now, for linux-to-linux... (check-in: 66cdaee6 user: drh tags: experimental)
16:03
Continuing work on the ssh:// sync protocol. (check-in: 958f5966 user: drh tags: experimental)
14:03
Initial code to implement synchronization via ssh. (check-in: b19f25fe user: drh tags: experimental)
2010-08-24
13:07 New ticket [311fbfd6] Unable to "fossil conf pull all" via proxy. (artifact: 59a36d1f user: anonymous)
01:24
Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. (check-in: 7503f987 user: drh tags: trunk)
2010-08-23
22:38 Edit [8474ca6747d54c74|8474ca67]: Change background color to "#d0c0ff". Edit check-in comment. Timestamp 2010-08-23 22:24:16. Add tag "release". (artifact: 7a39a6b0 user: drh)
22:24 Fixed ticket [f1814240]: Disabling Zip Download plus 1 other change (artifact: 45507888 user: drh)
22:24
Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. (check-in: 8474ca67 user: drh tags: trunk, release)
22:19
Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. (check-in: 94d8e9cd user: drh tags: trunk)
19:33
Update SQLite to the 3.7.2 release candidate. (check-in: 6fd2ff1b user: drh tags: trunk)
15:35 New ticket [f1814240] Disabling Zip Download. (artifact: d075376c user: anonymous)
2010-08-21
22:01 Edit [d090292800563988|d0902928]: Change background color to "#d0c0ff". Timestamp 2010-08-05 10:09:43. Add tag "release". (artifact: 6487266d user: drh)
17:32
Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. (check-in: 1e08452c user: drh tags: trunk)
14:02 Ticket [a9f7b23c] fossil diff produces a non-working patch status still Fixed with 1 other change (artifact: ed3201a3 user: anonymous) ... 1 similar event omitted.
04:16 Edit [5ef7435ac0727637|5ef7435a]: Edit check-in comment. Timestamp 2010-08-21 04:06:38. (artifact: 3b250ebb user: drh)
04:07 Fixed ticket [a9f7b23c]: fossil diff produces a non-working patch plus 1 other change (artifact: 6ebcec14 user: drh)
04:06
The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. (check-in: 5ef7435a user: drh tags: trunk)
03:41 Ticket [a9f7b23c] fossil diff produces a non-working patch status still Open with 2 other changes (artifact: d8f507f1 user: drh)
03:33
Change the built-in "diff" so that it no longer ignores whitespace at the end of lines, as doing so confuses the "patch" command. Ticket [a9f7b23c2e376af5b0] (check-in: 7f788bdb user: drh tags: trunk)
03:27
Fix a potential segfault in the graph generator when check-ins occur with time skew. (check-in: 32c9c47c user: drh tags: trunk)
00:19 New ticket [40f32e97] incorrect url for check-ins entry on ticket history menu. (artifact: 96b469ca user: anonymous)
2010-08-20
22:05 New ticket [a9f7b23c] fossil diff produces a non-working patch. (artifact: 73c7f89c user: anonymous)
19:56
Update SQLite to the latest version 3.7.1 beta. (check-in: 79c9de76 user: drh tags: trunk)
19:42
Improvements to the graph layout algorithm. (check-in: 98870a85 user: drh tags: trunk)
15:52 New ticket [1d43f450] . (artifact: 80223319 user: anonymous)
2010-08-19
11:51 Closed ticket [038905cc]: fossil ignores line terminators when submitting tickets plus 2 other changes (artifact: 59094171 user: drh)
11:47 Fixed ticket [dba59ec5]: Cannot commit with --date-override plus 2 other changes (artifact: 217f6d98 user: drh)
11:46
Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] (check-in: e0248776 user: drh tags: trunk)
11:06 Ticket [dba59ec5] Cannot commit with --date-override status still Open with 2 other changes (artifact: b4b88aec user: drh)
09:59 Added wiki page "Cookbook" (artifact: c1f0e5e5 user: anonymous)
09:39 New ticket [038905cc] fossil ignores line terminators when submitting tickets. (artifact: fd466970 user: anonymous)
09:28 New ticket [dba59ec5] Cannot commit with --date-override. (artifact: 5f344ea6 user: anonymous)
04:59 New ticket [8f8083f2] commit not possible. (artifact: 9ae97722 user: anonymous)
2010-08-18
17:48 Closed ticket [5751755d]: Initial check-in isn't usable plus 2 other changes (artifact: 72441c1c user: bch)
17:27
Allow a checkout of the very first (empty) version of a project. (check-in: 61ca4141 user: drh tags: trunk)
16:51
Take care to close the separate dbConfig database connection when shutting down. (check-in: c6187a83 user: drh tags: trunk)
16:28 Edit [8b85b21a0ad6d653|8b85b21a]: Edit check-in comment. Timestamp 2010-08-18 15:27:43. (artifact: a22a6c1a user: bharder)
15:27
Always run a checkpoint on all database files before exiting. (check-in: 8b85b21a user: drh tags: trunk)
03:12 Ticket [15f44789] Restore rstats command status still Open with 3 other changes (artifact: c3873963 user: bcsmith)
02:22
Update the internal SQLite to a 3.7.1 release candidate. (check-in: 07afdea6 user: drh tags: trunk)
02:09 Ticket [7e32f0c1] Memory leak status still Open with 1 other change (artifact: e2ae0706 user: anonymous)
2010-08-17
13:39 New ticket [15f44789] Restore rstats command. (artifact: c94c4cc6 user: anonymous)
13:19 New ticket [71ada10c] Deconstruct command that went away. (artifact: d4febb14 user: anonymous)
11:05 Ticket [7e32f0c1] Memory leak status still Open with 2 other changes (artifact: da510e64 user: drh)
10:21 New ticket [38f2c8d3] ISA Server authentication fails. (artifact: 3e13f4be user: anonymous)
02:10 Add attachment patch to ticket [7e32f0c1] (artifact: 49f07a6a user: anonymous)
02:08 New ticket [7e32f0c1] Memory leak. (artifact: b0300e89 user: anonymous)
2010-08-16
19:06
extend new "comment" feature of "info" subcommand to include username (check-in: 391ef285 user: bch tags: trunk)
16:10 Add attachment Portfile to ticket [f00cd046] (artifact: 9ac9be0a user: anonymous)
16:09 New ticket [f00cd046] macports portfile, this is just some packaging configuration for mac osx users. (artifact: 5a155501 user: anonymous)
12:11
Add the "comment:" field to the output of "fossil info". (check-in: da52ff93 user: drh tags: trunk)
10:52
Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. (check-in: 76201a08 user: drh tags: trunk)
10:42 Ticket [d7f66dfb] Support Syntax highlighting as described in Cookbook status still Open with 2 other changes (artifact: 19289e51 user: anonymous)
2010-08-15
19:57
The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. (check-in: 51843950 user: drh tags: trunk)
19:37 Fixed ticket [25ff8cff]: wrong DOCTYPE in generated pages plus 1 other change (artifact: ede2f59f user: drh)
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] (check-in: c1bec02a user: drh tags: trunk)
19:34 Fixed ticket [d83227cd]: Can not handle HTTPS tag of http header plus 1 other change (artifact: 5546a902 user: drh)
19:34
Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] (check-in: 3dc62d54 user: drh tags: trunk)
2010-08-14
07:22 New ticket [0a09bc0d] "Read Ticket" privilege should enable ticket hyperlinks even if "History" privilege is removed. (artifact: b16888bf user: anonymous)
2010-08-13
07:07
Trying to figure out how to get merge conflicts to actually show up. (check-in: d8f8932f user: michael tags: ttmrichter-skins)
03:49
Merged with trunk. (Closed-Leaf check-in: 861a885c user: michael tags: ttmrichter)
03:30
Added build for FreeBSD using clang. (check-in: b775af50 user: michael tags: ttmrichter)
03:26
Merged with trunk. (check-in: 7f61175d user: michael tags: ttmrichter)
2010-08-12
19:50 Edit [3332895df8fa173c|3332895d]: Edit check-in comment. Timestamp 2010-08-12 19:39:41. (artifact: 64226b3d user: bcsmith)
19:49 Fixed ticket [dfe1fc60]: Reconstruct command that went away plus 2 other changes (artifact: d5777fbb user: bcsmith)
19:39
Reimplement the reconstruct command that was removed in the GPL to BSD license change. This resolves ticket [dfe1fc608a]. (check-in: 3332895d user: bcsmith tags: trunk)
2010-08-11
16:13 Ticket [0bc90d72] fossil clean and ignore-glob status still Open with 2 other changes (artifact: 37fb7d17 user: anonymous) ... 1 similar event omitted.
07:00
Allow a checkin to be checked out again even if one of the files in that checkin has been shunned. (check-in: 7e23178b user: drh tags: trunk)
02:58 Ticket [118a98cb] removing a directory doesn't work with a trailing slash status still Open with 2 other changes (artifact: bc0f84f7 user: anonymous)
02:50 Add attachment patch to ticket [118a98cb] (artifact: d48359df user: anonymous)
01:03 New ticket [538d5157] Recursive rm doesn't work. (artifact: abf3dba7 user: anonymous)
00:25 New ticket [118a98cb] removing a directory doesn't work with a trailing slash. (artifact: 7f505eda user: anonymous)
2010-08-10
11:35 New ticket [2dbefa16] the option "-n" of timeline command. (artifact: fce0116b user: anonymous)
2010-08-08
20:52 New ticket [25ff8cff] wrong DOCTYPE in generated pages. (artifact: 7ae84617 user: anonymous)
2010-08-07
18:09
Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. (check-in: 1d713f3f user: drh tags: trunk)
16:10
The "fossil diff" command now accepts options --from and --to in order to do a diff between two arbitrary check-ins. (check-in: 296b90a2 user: drh tags: trunk)
2010-08-05
10:09
Update SQLite to the latest 3.7.1 development snapshot. (check-in: d0902928 user: drh tags: trunk, release)
2010-08-04
16:32 New ticket [ea7d5837] Some characters prevent "server ." from serving repos. (artifact: 665639f6 user: anonymous)
2010-07-31
16:20
Merge with trunk. (check-in: d084f952 user: michael tags: ttmrichter-skins)
13:18
corrected formatting of example cgi scripts in server documentation (check-in: ea667800 user: joshua tags: trunk)
03:58 Ticket [e12f1906] fossil with SSL support does not support proxy status still Open with 3 other changes (artifact: 27cb4595 user: anonymous) ... 1 similar event omitted.
2010-07-30
15:43 Add attachment patch_for_https.diff to ticket [d83227cd] (artifact: 01810238 user: anonymous)
15:43 New ticket [d83227cd] Can not handle HTTPS tag of http header. (artifact: dab99b37 user: anonymous)
00:16
Merge change by Benoit Mortgat into the trunk. (check-in: e3fb8dc3 user: drh tags: trunk)
2010-07-29
19:01
“delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case (Closed-Leaf check-in: 2a4ab3b1 user: benoit tags: benoit)
13:23 Ticket [0d1a4fe1] fossil configuration push doesn't honor proxy status still Open with 1 other change (artifact: c6aebe5a user: anonymous) ... 2 similar events omitted.
2010-07-28
19:06 New ticket [c0bbe014] SKIN: css problems with Nomenclature box on branch page. (artifact: 709e9544 user: anonymous)
03:07 Ticket [dfe1fc60] Reconstruct command that went away status still Open with 2 other changes (artifact: bf375436 user: anonymous)
03:06 Add attachment reconstruct_cmd.patch to ticket [dfe1fc60] (artifact: f0a1fa9a user: anonymous)
03:05 New ticket [dfe1fc60] Reconstruct command that went away. (artifact: ab530aa2 user: anonymous)
02:38
Add a link to http://chiselapp.com/ on the homepage. (check-in: 0e1ca296 user: drh tags: trunk)
2010-07-26
13:50 Changes to wiki page "Cookbook" (artifact: 46fbcee6 user: BM)
07:43
Started outline of makeskins utility. (check-in: 58e64130 user: michael tags: ttmrichter-skins)
06:54
Extracted built-in skins from skins.c and put into skins subdirectory. (check-in: 3530b29f user: michael tags: ttmrichter-skins)
06:21
Create new branch named "ttmrichter-skins" (check-in: df880841 user: michael tags: ttmrichter-skins)
06:18
Reverted to original version of wiki.c. (check-in: 6078359f user: michael tags: ttmrichter)
03:50 New ticket [1f4f7a0c] Add Ticket via command line. (artifact: f1ddf30f user: anonymous)
2010-07-25
21:00 Closed ticket [855375dc]: can't clone remotely plus 2 other changes (artifact: a0e9968a user: drh)
20:52 Closed ticket [c2c6e355]: Can't create Attachments to Wiki pages plus 2 other changes (artifact: 8c8ca179 user: drh)
20:35 Closed ticket [b0f1e3fe]: HTML wiki mode should NOT interpret [] syntax plus 1 other change (artifact: 543990ff user: drh) ... 2 similar events omitted.
20:29 Closed ticket [7804a3d3]: Disconnect in HTML only wiki vs. Ticket submission plus 3 other changes (artifact: da83465e user: drh)
18:38 New ticket [b0f1e3fe] HTML wiki mode should NOT interpret [] syntax. (artifact: 59888ee1 user: anonymous)
18:36 New ticket [7804a3d3] Disconnect in HTML only wiki vs. Ticket submission. (artifact: a5bd12f5 user: anonymous)
10:49 Changes to wiki page "Tutorial" (artifact: ef6f80a6 user: anonymous)
10:43 Ticket [b0894abc] fossil server -P address:port status still Open with 2 other changes (artifact: 36de1042 user: anonymous) ... 1 similar event omitted.
08:45 Edit [6d828a8630046792|6d828a86]: Cancel tag "newbuild". (artifact: fda5c8d7 user: michael)
08:44 Edit [1bfe076a5c500f7e|1bfe076a]: Cancel tag "newbuild". (artifact: 0a2868ea user: michael)
08:33
Another trunk merge. (check-in: 6d828a86 user: michael tags: ttmrichter)
08:27
Merge trunk into branch. (check-in: 1bfe076a user: michael tags: ttmrichter)
2010-07-24
19:28 Changes to wiki page "Fossil" (artifact: 76ce4c2d user: anonymous)
18:14 New ticket [950a80de] "branch --private" option. (artifact: c1b7a1b1 user: anonymous)
2010-07-23
14:38
Fixed a link error in wiki (check-in: 6c73d1b2 user: BMorgat tags: trunk)
09:37
Fixed various typos and omissions in help sections (check-in: 44b02c3d user: BMorgat tags: trunk)
08:39 Open ticket [c2c6e355]: Can't create Attachments to Wiki pages plus 2 other changes (artifact: eeb8d411 user: anonymous) ... 2 similar events omitted.
2010-07-22
23:00 Add attachment \Alfred.jpg to wiki page fossil extra (artifact: 60e77176 user: anonymous)
2010-07-21
16:33
Update the built-in SQLite to version 3.7.0rc2. (check-in: 93d7f371 user: drh tags: trunk)
11:43 Edit [e0a9b6e044d76f60|e0a9b6e0]: Mark "Closed". Timestamp 2010-07-14 13:25:28. (artifact: 569a8f51 user: BMorgat)
2010-07-20
05:44
simple doc typo (check-in: e3653248 user: bharder tags: trunk)
2010-07-19
11:29 Ticket [71bd5502] Browser caching CSS and logo status still Open with 2 other changes (artifact: 2654f4e3 user: anonymous)
09:43 Changes to wiki page "Fossil" (artifact: b949933d user: anonymous)
2010-07-18
11:04 Ticket [855375dc] can't clone remotely status still Open with 1 other change (artifact: bff8379a user: drh) ... 2 similar events omitted.
2010-07-16
10:38 Changes to wiki page "Fossil" (artifact: 546824a6 user: drh)
08:59 New ticket [71bd5502] Browser caching CSS and logo. (artifact: db66a43c user: BMorgat)
2010-07-15
20:34 Added wiki page "Fossil" (artifact: 9c7a2d4f user: anonymous)
11:57 Closed ticket [7eeb6f97]: problem tyskie eb plus 3 other changes (artifact: 2a5e7d9d user: BMorgat) ... 1 similar event omitted.
2010-07-14
14:50 New ticket [f696bc85] Client side verification of SSL server certificates should use system wide default CAs. (artifact: be789d53 user: anonymous)
13:27
Integrated last commit in benoit branch into trunk. (check-in: 71167577 user: benoit tags: trunk)
13:25
Run without arguments, fossil proposes to run fossil help to list available commands. (Closed-Leaf check-in: e0a9b6e0 user: benoit tags: benoit)
05:23 Edit [0fadfd26ba4e9771|0fadfd26]: Cancel tag "newbuild". (artifact: 6c462fa4 user: michael)
05:21
Create new branch named "ticket-92d3a03459" (Closed-Leaf check-in: 0fadfd26 user: michael tags: ticket-92d3a03459)
2010-07-13
15:53
Modified into a saner scheme than using fragments and oddball defaults. (check-in: fad57367 user: michael tags: ttmrichter)
2010-07-11
04:15 Edit [0ec2c22dfe504f52|0ec2c22d]: Add tag "newbuild". (artifact: 0691b69e user: michael)
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: 0ec2c22d user: michael tags: newbuild, ttmrichter)
03:21
Corrected OpenSolaris fragments after testing. (check-in: b209bb96 user: michael tags: newbuild, ttmrichter)
2010-07-10
13:29
Tested the FreeBSD fragments on FreeBSD 8.0. (check-in: f69de3cf user: michael tags: newbuild, ttmrichter)
10:46 Ticket [49395d4e] Styling: Separate HTML and CSS files from C source status still Open with 1 other change (artifact: 52983ba9 user: ttmrichter)
10:43
Added some (as yet untested) fragments for FreeBSD, Solaris and OpenSolaris. FreeBSD and OpenSolaris testing are due soon. (check-in: ffcd314a user: michael tags: newbuild, ttmrichter)
09:50 Ticket [49395d4e] Styling: Separate HTML and CSS files from C source status still Open with 1 other change (artifact: 5a7e9de3 user: eric) ... 1 similar event omitted.
2010-07-09
18:20 Added wiki page "New Build Documentation" (artifact: ee558505 user: michael)
17:53 Edit [d3252d7488f22943|d3252d74]: Add propagating tag "newbuild". (artifact: ab3300a0 user: michael)
17:41
Fixed up a naming problem for MinGW32 and made a more flexible mechanism for site-specific enhancements. (check-in: 6b83b517 user: michael tags: newbuild, ttmrichter)
17:23
Cleaned up the platform fragments. Corrected two compiler settings. (check-in: 81e4477e user: michael tags: newbuild, ttmrichter)
16:57
Named the mingw32 fragment properly. Forced mingw32 to use GCC. (check-in: cd98f05d user: michael tags: newbuild, ttmrichter)
16:25
Merged main trunk into private branch. (check-in: 1c28a41c 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: d3252d74 user: michael tags: newbuild, ttmrichter)

2010-07-08
21:46 Edit [1e6ded985600c8ab|1e6ded98]: Edit check-in comment. Timestamp 2010-07-08 17:57:59. (artifact: f8952c59 user: bharder)
18:08 Closed ticket [4df73686]: Code problem #1 plus 1 other change (artifact: 50b4775f user: drh)