Fossil

Timeline
Login

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

33 check-ins by user michael

2010-11-07
10:23
Merge from trunk. (closed check-in: 1a6876db8d ... user: michael tags: ttmrichter-skins)
2010-10-05
14:40
Merge from trunk. (check-in: 029448a394 ... user: michael tags: ttmrichter-skins)
2010-09-24
17:07
Merging from trunk. (check-in: e3292ef8c3 ... user: michael tags: ttmrichter-skins)
2010-09-16
14:13
Another merge from trunk. (check-in: 1516a26dc8 ... user: michael tags: ttmrichter-skins)
14:00
Committing a merge. (check-in: be5fd10aaf ... user: michael tags: ttmrichter-skins)
2010-08-13
07:07
Trying to figure out how to get merge conflicts to actually show up. (check-in: d8f8932ff2 ... user: michael tags: ttmrichter-skins)
03:49
Merged with trunk. (closed check-in: 861a885c74 ... user: michael tags: ttmrichter)
03:30
Added build for FreeBSD using clang. (check-in: b775af5045 ... user: michael tags: ttmrichter)
03:26
Merged with trunk. (check-in: 7f61175d27 ... user: michael tags: ttmrichter)
2010-07-31
16:20
Merge with trunk. (check-in: d084f952fe ... user: michael tags: ttmrichter-skins)
2010-07-26
07:43
Started outline of makeskins utility. (check-in: 58e641306b ... user: michael tags: ttmrichter-skins)
06:54
Extracted built-in skins from skins.c and put into skins subdirectory. (check-in: 3530b29f15 ... user: michael tags: ttmrichter-skins)
06:21
Create new branch named "ttmrichter-skins" (check-in: df8808416a ... user: michael tags: ttmrichter-skins)
06:18
Reverted to original version of wiki.c. (check-in: 6078359f2a ... user: michael tags: ttmrichter)
2010-07-25
08:33
Another trunk merge. (check-in: 6d828a8630 ... user: michael tags: ttmrichter)
08:27
Merge trunk into branch. (check-in: 1bfe076a5c ... user: michael tags: ttmrichter)
2010-07-14
05:21
Create new branch named "ticket-92d3a03459" (closed 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-07
07:44
Update private branch to latest trunk. (check-in: a87fbd3312 ... user: michael tags: ttmrichter)
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-23
04:33
Merge from the "benoit" branch. (check-in: 84e497e440 ... user: michael tags: ttmrichter)
02:21
Merging trunk into private branch. (check-in: 54d0648f1d ... user: michael tags: ttmrichter)
2010-06-18
03:21
Fixed up the quickstart to present information in a more logical order. (check-in: 43472d55f3 ... user: michael tags: ttmrichter)