| Commit message (Expand) | Author | Age | Files | Lines |
* | Setup APR to use doxygen instead of ScanDoc. | rbb | 2001-08-12 | 1 | -4/+2 |
* | Neither beos or OS/2 has any subdirs that need installing, so the commit | dreid | 2001-07-27 | 1 | -3/+5 |
* | Fix our installation. We need to install APRVARS and all the MM stuff. | rbb | 2001-07-26 | 1 | -0/+5 |
* | Do the cleans in test and build the right way, like apr-util. | fielding | 2001-05-17 | 1 | -0/+1 |
* | Add the test and build directories (when present) to the recursive | fielding | 2001-05-01 | 1 | -1/+1 |
* | Make clean, distclean, and extraclean consistently according to the | fielding | 2001-04-11 | 1 | -3/+2 |
* | Cleanup the --with-libtool option. The test directory now compiles cleanly | rbb | 2001-04-09 | 1 | -1/+1 |
* | Make libtool a configure-time option. This is done with --without-libtool. | rbb | 2001-04-06 | 1 | -4/+3 |
* | Use $(LIBTOOL) instead of libtool | rbb | 2001-04-05 | 1 | -1/+1 |
* | Allow APR to be installed using `make install` | rbb | 2001-04-03 | 1 | -2/+14 |
* | Enable use of the new build directory. | fielding | 2001-02-18 | 1 | -1/+3 |
* | remove bogus dependencies | gstein | 2001-02-17 | 1 | -1/+1 |
* | Make exports.lo rebuild when it should. | ben | 2001-02-17 | 1 | -1/+1 |
* | Use symbols to reduce hard-coded pathnames. | fielding | 2001-02-16 | 1 | -10/+2 |
* | - get libapr.la relinking when something has changed | gstein | 2001-01-11 | 1 | -7/+14 |
* | Libtool takes care of the lib prefix so get rid of our own workaround. | bjh | 2001-01-10 | 1 | -1/+1 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 1 | -78/+16 |
* | prevent duplicate exports. when srcdir is "." (or an absolute path to that | gstein | 2000-12-31 | 1 | -4/+4 |
* | Drop the Perl dependency and use an awk script for creating apr.exports. | sascha | 2000-12-18 | 1 | -2/+3 |
* | Fix VPATH support. APR builds now cleanly in a separate build directory. | sascha | 2000-12-15 | 1 | -2/+10 |
* | Get rid of "-maxdepth 0" on the find invocation. This breaks on Tru64 | trawick | 2000-12-12 | 1 | -1/+1 |
* | auto-rebuild the exports file when a header changes | gstein | 2000-12-12 | 1 | -7/+22 |
* | Add a make target for test. This enters the test directory, does a make | rbb | 2000-12-03 | 1 | -0/+11 |
* | When running make_export.pl from the build scripts, invoke the perl | trawick | 2000-12-01 | 1 | -1/+1 |
* | Add a CHANGES log and make sure that apr.exports is removed when | rbb | 2000-12-01 | 1 | -1/+1 |
* | Add a make target to let us easily build the exports file for APR. | rbb | 2000-11-30 | 1 | -0/+3 |
* | Multiple build and configuration fixes | rbb | 2000-10-05 | 1 | -0/+1 |
* | Back out previous change, which attempted to minimize rebuilding | trawick | 2000-09-13 | 1 | -3/+1 |
* | Current implementation of lib/apr/Makefile.in causes rebuilding | trawick | 2000-09-01 | 1 | -1/+3 |
* | Add a rule to make the docs from APR's header files. And add a .cvsignore | rbb | 2000-07-23 | 1 | -0/+4 |
* | Detect libraries based on which platform configure is being run on. | rbb | 2000-06-27 | 1 | -0/+1 |
* | Use $(MAKE) instead of make in Makefiles. | rbb | 2000-04-28 | 1 | -1/+1 |
* | Cleanup more files when make distclean is used. This should be all the | rbb | 2000-04-27 | 1 | -2/+3 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 1 | -1/+1 |
* | even more distclean goodness (there's still more... time for zzz though) | dgaudet | 2000-03-14 | 1 | -0/+1 |
* | fix an dependency ordering problem which shows up when you use "make -j2 | dgaudet | 2000-03-02 | 1 | -2/+2 |
* | Add install and $(LIBAPR) target | sascha | 2000-01-11 | 1 | -4/+10 |
* | R isn't portable. r pretty much is | jim | 2000-01-09 | 1 | -2/+2 |
* | We now link on FreeBSD 2.2.x. | ben | 1999-12-22 | 1 | -0/+1 |
* | Cleanup the Makefile for APR a bit. Get rid of some of the echos, and | rbb | 1999-12-21 | 1 | -6/+2 |
* | Insert some output messages when creating the library. | rbb | 1999-12-21 | 1 | -0/+4 |
* | Make a single APR library file. | bjh | 1999-10-24 | 1 | -5/+7 |
* | Bring network code to the parameter order spec. This means contexts go last, | rbb | 1999-10-10 | 1 | -0/+1 |
* | This allows the build process for APR to make use of the extra | dreid | 1999-10-08 | 1 | -3/+2 |
* | Fix "make distclean" in APR: the Makefiles were not removed, because it's not | rse | 1999-09-27 | 1 | -1/+11 |
* | Let's integrate APR better into the source tree, because it's more than boring | rse | 1999-09-10 | 1 | -11/+11 |
* | More changes to bring BeOS up to the UNIX APR level. Also a few changes to | rbb | 1999-09-10 | 1 | -1/+0 |
* | The distclean target has to remove some config.* files. | rse | 1999-09-03 | 1 | -0/+1 |
* | Fix build of APR on OS/2 | bjh | 1999-08-28 | 1 | -1/+1 |
* | Fix compilation bugs in APR. Move compiled libraries into a common libs | rbb | 1999-08-27 | 1 | -4/+3 |