50 events occurring on or before 2014-12-24 15:30:02.
More ↑
2014-12-24
| ||
15:30 | Move install name to new variable check-in: c99df84e25 user: js tags: trunk | |
2014-08-01
| ||
20:59 | Add print-hierarchy and print-var check-in: 5081649c17 user: js tags: trunk | |
2014-05-25
| ||
12:04 | Include the lib major in the install_name check-in: 7b0bd04ed6 user: js tags: trunk | |
12:00 | Add variables in and out to be used in *FLAGS check-in: c7dcfaf5c6 user: js tags: trunk | |
11:29 | Order shared library systems alphabetically check-in: 2fc58c7bfd user: js tags: trunk | |
11:28 | Better naming for shared library systems check-in: cce8f132a5 user: js tags: trunk | |
2014-05-15
| ||
15:52 | @rpath is not even needed as install_name check-in: be6fab977d user: js tags: trunk | |
01:09 | Use @rpath/foo.dylib as install_name check-in: f23a2d808f user: js tags: trunk | |
2014-05-06
| ||
21:07 | Don't insert the file name into the printf format check-in: eb38479a75 user: js tags: trunk | |
20:35 | Fix dependency checking with bmake check-in: bd5f98820f user: js tags: trunk | |
2014-02-24
| ||
02:55 | Do not automatically call AC_CONFIG_COMMANDS_* check-in: 5e8c4f49fc user: js tags: trunk | |
2014-02-23
| ||
17:39 | Update copyright check-in: a546121a77 user: js tags: trunk | |
2013-12-20
| ||
00:20 | Add SUBDIRS_AFTER. check-in: fc73c73df1 user: js tags: trunk | |
2013-12-10
| ||
17:26 | Add pre-all and post-all. check-in: 2f6cac75b7 user: js tags: trunk | |
2013-07-01
| ||
12:56 | Remove BUILDSYS_INIT and BUILDSYS_TOUCH_DEPS. check-in: a28e8368b3 user: js tags: trunk | |
2012-11-26
| ||
23:13 | Add missing AS_DEPENDS. check-in: d4793bdb89 user: js tags: trunk | |
2012-04-25
| ||
09:51 | Only generate depends if the compiler supports it. check-in: 775d4eae01 user: js tags: trunk | |
2012-04-19
| ||
15:41 | Allow building directories in parallel. check-in: b7a12103d6 user: js tags: trunk | |
2012-04-08
| ||
17:51 | Use the language specific flags for deps. check-in: dbf218689a user: js tags: trunk | |
2012-03-27
| ||
09:53 | Let make install depend on make all. check-in: 38c3acd0ea user: js tags: trunk | |
2012-03-21
| ||
20:28 | OS X: Only add -install_name after installation. check-in: 47b4ff074b user: js tags: trunk | |
12:13 | Use PACKAGE_NAME and PACKAGE_VERSION. check-in: a6dcdabef7 user: js tags: trunk | |
12:13 | Update URL in copyright. check-in: a8598f9e8f user: js tags: trunk | |
12:13 | Update copyright. check-in: cd31cb7025 user: js tags: trunk | |
12:13 | Use -install_name on OS X for shared libs. check-in: 9507efa82f user: js tags: trunk | |
12:13 | Use .bundle instead of .impl. check-in: f3442c1aca user: js tags: trunk | |
2012-03-14
| ||
09:02 | Add OBJS_EXTRA and LIB_OBJS_EXTRA. check-in: 3a8084b898 user: js tags: trunk | |
2012-02-27
| ||
12:15 | Better handling of .a files in ${SHARED_LIB} and friends. check-in: ef16263af7 user: js tags: trunk | |
2011-10-12
| ||
14:56 | Fix usage of ar instead of ${AR}. check-in: c2b09b2ecf user: js tags: trunk | |
2011-09-21
| ||
19:34 | Add a check for install in the example configure.ac. check-in: fa228a2087 user: js tags: trunk | |
19:33 | Add a default autogen.sh. check-in: 1e891c8f56 user: js tags: trunk | |
2011-09-15
| ||
11:18 | Fix forgotten variable rename in buildsys.m4. check-in: 2dcb585335 user: js tags: trunk | |
2011-09-13
| ||
11:06 | Make sure printf does not override $?. check-in: 6b35e061ec user: js tags: trunk | |
00:33 | Delete old .a file before creating a new one. check-in: be77b5bfd8 user: js tags: trunk | |
00:32 | Keep error codes instead of exiting with 1. check-in: 78aa5f93ad user: js tags: trunk | |
00:31 | Rename LIB to SHARED_LIB. check-in: d0f134f872 user: js tags: trunk | |
2011-04-23
| ||
17:23 | Add support for Java and Windows RC files. check-in: fedf4f6ce2 user: js tags: trunk | |
17:15 | Add missing BUILDSYS_INIT to example configure.ac. check-in: a889f6f6fa user: js tags: trunk | |
2011-03-24
| ||
15:56 | Add STATIC_PIC_LIB. check-in: c2346ca5a2 user: js tags: trunk | |
15:29 | Make it possible to add .a files to OBJS when building static libs. check-in: aa7526de49 user: js tags: trunk | |
2011-01-17
| ||
16:08 | Prevent a possible syntax error when not using shared libs. check-in: 80272a6a79 user: js tags: trunk | |
2010-12-26
| ||
23:52 | Get rid of tput warnings if capability is unavailable. check-in: 6f290a37ef user: js tags: trunk | |
2010-09-26
| ||
11:36 | Remove an unnecessary fork of a new sh. check-in: 2108108311 user: js tags: trunk | |
2010-09-19
| ||
02:05 | Fix generating dependencies for .lib.o and .plugin.o. check-in: 066136bfc9 user: js tags: trunk | |
2010-09-16
| ||
01:04 | It seems there are very different versions of tput. Handle both. check-in: 384043a8b4 user: js tags: trunk | |
2010-09-15
| ||
22:23 | Include original extension in temporary .dep files. check-in: 4391081dd7 user: js tags: trunk | |
2010-08-11
| ||
11:09 | Use tput for colour output, if available. check-in: 2035aa9673 user: js tags: trunk | |
2010-08-10
| ||
14:30 | Fix a bug in buildsys.m4 that would cause some shells to fail. check-in: 8d783666c4 user: js tags: trunk | |
2010-07-30
| ||
01:24 | Adjust configure.ac to recent changes. check-in: 3cc9e58d14 user: js tags: trunk | |
2010-07-29
| ||
18:23 | More parallelism. check-in: 1f2625c8b1 user: js tags: trunk | |