Age | Commit message (Expand) | Author | Files | Lines |
2008-02-16 | Remove some unused code. | Jelmer Vernooij | 1 | -8/+1 |
2008-02-16 | Avoid creating a whole bunch of files in bin/modules. | Jelmer Vernooij | 1 | -18/+3 |
2008-02-16 | Remove some unused code. | Jelmer Vernooij | 1 | -11/+4 |
2008-02-16 | Use make list concatenation support to create list of object files for subsys... | Jelmer Vernooij | 1 | -14/+13 |
2008-02-16 | Use make to generate list of python files, remove unused variable. | Jelmer Vernooij | 1 | -9/+2 |
2008-02-16 | Remove unused ALL_OBJS variable. | Jelmer Vernooij | 1 | -14/+3 |
2008-02-16 | Use make to create lists of plugins, remove duplicate variable. | Jelmer Vernooij | 1 | -6/+1 |
2008-02-16 | Use make to create lists of pc files and prototype headers. | Jelmer Vernooij | 1 | -4/+7 |
2008-02-16 | Use make to generate list of prototype headers. | Jelmer Vernooij | 1 | -4/+2 |
2008-02-16 | Use make to generate lists of libraries. | Jelmer Vernooij | 1 | -6/+2 |
2008-02-16 | Generate manpage list with make. | Jelmer Vernooij | 1 | -4/+1 |
2008-02-16 | Create SBIN_PROGS and BIN_PROGS lists from within make. | Jelmer Vernooij | 1 | -6/+2 |
2008-02-16 | Merge branch 'v4-0-trivial' into v4-0-gmake3 | Jelmer Vernooij | 1 | -5/+1 |
2008-02-16 | Remove unused code. | Jelmer Vernooij | 1 | -5/+1 |
2008-02-16 | Merge branch 'v4-0-trivial' into v4-0-gmake3 | Jelmer Vernooij | 1 | -13/+16 |
2008-02-16 | Simplify handling of plugin installation. | Jelmer Vernooij | 1 | -13/+16 |
2008-02-16 | use gmake to handle .py file copies. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-16 | Rely on GNU make to build static libraries. | Jelmer Vernooij | 1 | -4/+0 |
2008-02-14 | Don't create symlinks pointing at themselves. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-14 | Remove type before variables in data.mk | Jelmer Vernooij | 1 | -21/+21 |
2008-02-13 | Remove some make variables that aren't necessary. | Jelmer Vernooij | 1 | -2/+0 |
2008-02-13 | Use more variables in generated data.mk. | Jelmer Vernooij | 1 | -13/+22 |
2008-02-13 | Put soversions and versions for libraries with a hard-coded version in the | Jelmer Vernooij | 1 | -32/+3 |
2008-02-11 | TORTUREDIR as target dir for binaries is no longer used, remove it. | Jelmer Vernooij | 1 | -7/+0 |
2008-02-11 | Avoid autogenerating the Makefile but rather include a data.mk file | Jelmer Vernooij | 1 | -4/+0 |
2008-02-11 | Move some more variables to static .mk file. | Jelmer Vernooij | 1 | -13/+3 |
2008-02-11 | Automatically write AC_SUBST() vars to mkconfig.mk and use them. | Jelmer Vernooij | 1 | -93/+8 |
2008-02-10 | Move some variables to a separate .mk file that could also be included by a n... | Jelmer Vernooij | 1 | -0/+1 |
2008-02-09 | Move first_prereq test to m4 code. | Jelmer Vernooij | 1 | -7/+1 |
2008-02-09 | Move some static makefile variables to rules.mk. | Jelmer Vernooij | 1 | -39/+0 |
2008-01-22 | build: remove support for automatically building .pc files. | Jelmer Vernooij | 1 | -109/+0 |
2008-01-20 | build: Fix handling of external pkg-config dependencies when generating pkg-c... | Jelmer Vernooij | 1 | -9/+6 |
2008-01-16 | python: Build shared python modules for generic use. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-24 | r26578: Ensure directory exists. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in autogener... | Jelmer Vernooij | 1 | -15/+18 |
2007-12-21 | r26486: Use portable run-time library path environment variable. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26414: build: bring in the content of EXT_LIB's for the .pc files | Stefan Metzmacher | 1 | -2/+20 |
2007-12-21 | r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathes | Stefan Metzmacher | 1 | -30/+27 |
2007-12-21 | r26122: Don't install python bindings yet. | Jelmer Vernooij | 1 | -12/+11 |
2007-12-21 | r26120: Don't install python modules as modules. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26100: Also check for SWIG. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26097: Consider python modules special modules rather than special libraries. | Jelmer Vernooij | 1 | -5/+5 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26067: Merge improvements building Python modules. | Jelmer Vernooij | 1 | -0/+21 |
2007-12-21 | r25996: build: rename LD -> BNLD and LDFLAGS -> BNLD_FLAGS | Stefan Metzmacher | 1 | -3/+3 |
2007-12-21 | r25994: build: use HOSTCC, HOSTCC_FLAGS, HOSTLD and HOSTLD_FLAGS | Stefan Metzmacher | 1 | -9/+9 |
2007-12-21 | r25978: build: use AC_LIBREPLACE_MDLD_* macros and use the result to build mo... | Stefan Metzmacher | 1 | -3/+6 |
2007-12-21 | r25975: build: split SharedModule from SharedLibrary | Stefan Metzmacher | 1 | -45/+67 |
2007-12-21 | r25954: we don't need this twice | Stefan Metzmacher | 1 | -7/+0 |
2007-12-21 | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t... | Jelmer Vernooij | 1 | -2/+2 |