Commit Graph

  • 912bf8674f Update Doxyfile for Doxygen-1.8.8 master Laurence Withers 2015-06-12 10:50:10 +0100
  • 08e65801fb Include *.h files in C++ monolithic builds Laurence Withers 2015-02-05 13:05:54 +0000
  • f7b12a8cfb Don't include plain C programs in Doxygen input Laurence Withers 2015-02-05 13:05:35 +0000
  • c7045e8149 Doxyfile.in: don't build search stuff Laurence Withers 2015-02-05 10:10:14 +0000
  • fa3eacf953 C++: rename *.cpp to *.cc Laurence Withers 2015-02-04 21:03:29 +0000
  • b97124e9c7 Update Doxyfile for doxygen-1.8.1.2 Laurence Withers 2015-02-04 21:00:01 +0000
  • c384484fed build.lib.c: move header comment outside of extern "C" Laurence Withers 2015-02-04 20:01:30 +0000
  • ecad43fbb9 Fix "detail license" wording in README Laurence Withers 2015-02-04 20:00:57 +0000
  • c741b1e686 C headers: add C++ extern "C" { } section Laurence Withers 2011-11-15 16:41:41 +0000
  • 81dec06066 version.sh: use signed (annotated) git tags Laurence Withers 2011-11-15 16:41:22 +0000
  • 2f748ff59b Modules/headers: minor improvements Laurence Withers 2011-04-18 15:35:53 +0000
  • a094821ec3 Merge branch 'master' of git.lwithers.me.uk:git/lw-build-system Laurence Withers 2011-04-18 15:33:36 +0000
  • 6c82a113a6 Improve run-test.sh script Laurence Withers 2011-04-18 15:28:23 +0000
  • 7a4adc3550 Add build.header.c Laurence Withers 2011-04-07 15:17:29 +0000
  • 0e9f48ff2d Big copyright update Laurence Withers 2010-11-25 15:32:52 +0000
  • 0351923ed7 Update copyright dates Laurence Withers 2010-04-25 15:42:56 +0000
  • 3bfe90a194 Ensure symlinks are built with correct library num Laurence Withers 2009-08-26 10:37:50 +0000
  • 4b6b39ac66 Change "~/path" to "${HOME}/path" Laurence Withers 2009-04-06 14:17:04 +0000
  • dcee211388 Update shell files to use /bin/bash and POSIX . Laurence Withers 2009-04-06 14:13:06 +0000
  • 13efab326f Update copyright dates Laurence Withers 2009-01-03 22:55:04 +0000
  • 1625080fca Bring doxyfile.in up-to-date Laurence Withers 2008-12-20 22:33:29 +0000
  • 18d5859084 Make symlink for .so as well as soname Laurence Withers 2008-10-30 00:40:45 +0000
  • ce9f7e654a Fix passing arguments to tests Laurence Withers 2008-10-30 00:38:30 +0000
  • ce5a97fd2e Replace 'git-foo' with 'git foo' as the former is now deprecated Laurence Withers 2008-08-18 18:42:22 +0000
  • 35217ff47d Tidy up tests templates Laurence Withers 2008-05-09 15:53:18 +0000
  • d79fe808ce Add proper file naming Laurence Withers 2008-03-21 12:02:23 +0000
  • 5c6a39a4c5 Fix mistake in instantiation script (esac -> fi) Laurence Withers 2008-03-21 12:02:09 +0000
  • ddc0046d41 Properly run tests with arguments Laurence Withers 2008-03-07 01:59:33 +0000
  • 47820d5a6d Fix argument parsing in test runner Laurence Withers 2008-03-07 01:44:58 +0000
  • b8cd5a7079 Merge branch 'master' of lwithers.me.uk:git/lw-build-system Laurence Withers 2008-03-06 23:56:36 +0000
  • 04dd5d2edc Add vim swap files to default gitignore Laurence Withers 2008-03-06 23:56:15 +0000
  • 99d36b9980 Add fixes for Makefile wrapper. This is a really bad idea. Laurence Withers 2008-03-01 17:01:45 +0000
  • 0cb10a9bfd Use directory directly under SHAREDIR for static files Laurence Withers 2008-02-05 21:08:29 +0000
  • 91c9082624 Use more flexible scheme in assignment of default directories Laurence Withers 2008-02-05 21:07:25 +0000
  • 3226cfafa9 Properly set ${SHAREDIR} Laurence Withers 2008-01-29 17:54:49 +0000
  • 87e377dc4b Merge branch 'master' of chrysocolla.lwithers.me.uk:git/lw-build-system Laurence Withers 2008-01-22 22:39:01 +0000
  • 84070431f0 Don't use FILESDIR as Gentoo overrides it Laurence Withers 2008-01-22 22:38:51 +0000
  • e815190cda Don't recurse Laurence Withers 2008-01-15 14:18:09 +0000
  • b1bb05be4a Properly set CGIDIR Laurence Withers 2007-11-24 14:27:48 +0000
  • 14a87936bd Fix syntax error in script Laurence Withers 2007-11-22 13:38:24 +0000
  • c111c7e1dd Switch to GPLv3 Laurence Withers 2007-10-14 10:31:40 +0000
  • 0a5a9981ce Use a macro to stop processing of __attribute__() Laurence Withers 2007-10-13 18:48:16 +0000
  • e5da0a66ef Add doxygen syntax highlighting to vim modelines in library header files Laurence Withers 2007-10-13 17:01:05 +0000
  • 3cd860cccf Use syntax=doxygen vim command for .dox files Laurence Withers 2007-10-13 16:56:24 +0000
  • 61e8d27edd Allow build.monolithic to search subdirectories. Uses `find' rather than `echo' to get a list of all source files within the module directory. The list is passed to sort. Allows subdirectories using the nnn_name notation to be included in the correct order. Laurence Withers 2007-09-26 11:52:40 +0000
  • 2d542ba184 Remove executable bit and interpreter line Laurence Withers 2007-09-17 09:52:02 +0000
  • d536de1e78 Allow user to override paths Laurence Withers 2007-09-17 09:51:49 +0000
  • 40f6e654fd s/fi/esac/ Laurence Withers 2007-09-12 21:01:43 +0000
  • 444fca6eff Update library scripts to use only major/micro version numbers, and to only add a symlink for linking (let ldconfig make symlinks for sonames). Laurence Withers 2007-09-11 22:21:05 +0000
  • ec8bcba829 Use new `paths' system Laurence Withers 2007-09-11 22:06:23 +0000
  • f1b6e09453 Merge branch 'master' of lwithers.me.uk:git/lw-build-system Laurence Withers 2007-09-11 21:26:46 +0000
  • d2b120e25a Tests should link against a library's dependencies as well as the library itself Laurence Withers 2007-09-11 13:33:55 +0000
  • 5f4a171271 Merge branch 'master' of lwithers.me.uk:git/lw-build-system Laurence Withers 2007-08-15 18:08:23 +0000
  • 8a85e8d563 Add note on upgrading build system Laurence Withers 2007-08-15 08:42:20 +0000
  • 8e536caf01 'make -e' won't be enough since we don't export variables Laurence Withers 2007-08-15 08:38:31 +0000
  • 894862ddd6 Add some documentation Laurence Withers 2007-08-14 23:00:32 +0000
  • 4a57c03bc3 Add a module that wraps a Makefile into a module. Laurence Withers 2007-08-14 21:16:29 +0000
  • 9e3137d0a8 Merge branch 'master' of chrysocolla.lwithers.me.uk:git/lw-build-system Laurence Withers 2007-08-14 20:52:35 +0000
  • 9eb4fecb6c Tidy up a little bit Laurence Withers 2007-08-14 13:34:41 +0000
  • daafef3278 Mark `config' as being a .sh file Laurence Withers 2007-08-13 18:59:53 +0000
  • 11d716798d Translate - or + in package names to _ in variable name Laurence Withers 2007-08-13 18:58:20 +0000
  • ee5d77d3e0 Allow creation of project using only name and place it in pwd Laurence Withers 2007-08-13 18:56:44 +0000
  • ccd9533217 Don't alphabetically sort member/group documentation Laurence Withers 2007-08-08 12:10:53 +0000
  • 0bc48fd499 Update build.monolithic files to use wildcards Laurence Withers 2007-08-08 12:09:22 +0000
  • 32f26f386a Use numeric prefixes on source files Laurence Withers 2007-08-08 12:03:18 +0000
  • 2bff9acb45 Merge branch 'master' of tourmaline:git/lw-build-system Laurence Withers 2007-06-10 22:30:23 +0000
  • 66bbbe1b0f Add new entry to .gitignore Laurence Withers 2007-06-08 11:22:18 +0000
  • 9ff26c0748 Add plain documentation Laurence Withers 2007-06-08 11:21:53 +0000
  • d5a764afae Update doxyfile Laurence Withers 2007-06-08 11:21:39 +0000
  • 9ecd2fb998 Merge branch 'master' of tourmaline:git/lw-build-system Laurence Withers 2007-03-30 19:41:49 +0000
  • 4029a771e3 Use '#!/bin/sh' as executable interpreter. This is bad, because we do actually want bash, but if we use '#!/bin/bash' then we end up sourcing enough .rc files to override any changes we have made to PATH etc. Laurence Withers 2007-03-29 09:36:35 +0000
  • 15ee88eda6 Remove obsolete text in `version' Laurence Withers 2007-03-20 21:58:26 +0000
  • 53c0b20f9d Merge branch 'master' of tourmaline:git/lw-build-system Laurence Withers 2007-03-01 19:30:36 +0000
  • 804869d587 Fix bug in script Laurence Withers 2007-02-19 22:09:23 +0000
  • ba0e8e7de7 Remove old kdevelop cruft Laurence Withers 2007-02-19 21:27:39 +0000
  • 71f099fe66 Fix missing quote in script Laurence Withers 2007-02-19 20:34:06 +0000
  • 464597a446 Update .gitignore Laurence Withers 2007-02-19 20:31:32 +0000
  • c720b7263a Add some scripts to automate common commands (printing config flags, bumping versions, tagging) Laurence Withers 2007-02-19 20:29:33 +0000
  • b210e6a1b1 Remove VEREXTRA, it was never used. Laurence Withers 2007-02-19 20:29:07 +0000
  • 5a6fa1fd68 Fix annoying display bugs Laurence Withers 2007-02-17 13:42:00 +0000
  • 600210a78b Remove C++-style comments from C files Laurence Withers 2007-02-13 16:05:10 +0000
  • 4d0efeeb14 Fix typo in installation message Laurence Withers 2007-02-05 20:16:35 +0000
  • 682e37133e Fix installation of symlinks Laurence Withers 2007-02-05 14:58:38 +0000
  • de612c0fee Things that install -config scripts need to put them in the right places Laurence Withers 2007-02-05 13:53:24 +0000
  • 28de5c8aaa Fix annoying bug in file installation Laurence Withers 2007-02-05 13:49:17 +0000
  • dfdd180b0d Fix recursion bug in build_dir_tree Laurence Withers 2007-02-05 13:36:48 +0000
  • fffbcb9d14 Update README to mention install_prefix Laurence Withers 2007-02-05 12:57:58 +0000
  • 6667349652 Use install_file function rather than direct cp, since it lets us use INSTALL_PREFIX Laurence Withers 2007-02-05 12:54:48 +0000
  • 7ce30bf7bd Update copyright dates and add INSTALL_PREFIX Laurence Withers 2007-02-05 12:51:38 +0000
  • 996fcd8481 Update copyright year to 2007 Laurence Withers 2007-02-05 12:35:36 +0000
  • 45a9c51bdc Add MONOLITHIC_OPTIONS Laurence Withers 2007-02-02 21:38:36 +0000
  • 5592da7b80 Add app.sh module Laurence Withers 2007-01-31 19:14:25 +0000
  • 8968ed27b2 Add a C module Laurence Withers 2007-01-31 14:03:00 +0000
  • bc691b8d77 Merge branch 'master' of tourmaline:git/lw-build-system Laurence Withers 2007-01-21 12:16:59 +0000
  • f5e3be481b Add config option for DOCSDIR Laurence Withers 2007-01-02 10:47:16 +0000
  • b2295cd907 Remove unnecessary executable flag. Laurence Withers 2007-01-02 10:44:41 +0000
  • d549a21d78 Don't add FILESDIR to config; it's not necessary Laurence Withers 2007-01-02 10:44:09 +0000
  • b42bbd0e98 Fix another typo Laurence Withers 2006-12-15 10:33:26 +0000
  • b787c46513 Merge branch 'master' of lwithers.me.uk:git/lw-build-system Laurence Withers 2006-12-15 10:30:28 +0000
  • 6a91c5d603 Fix detection of "build.*" in file install script Laurence Withers 2006-12-15 10:30:04 +0000