index
:
delta/libapr-util.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.x
APU_0_9_BRANCH
baserock/morph
master
mc-binary-protocol-dev
ssl-evp
svn.apache.org: repos/asf/apr/apr-util
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for loading DBD drivers as DSOs:
jorton
2007-01-30
1
-4
/
+26
*
* Makefile.in (CLEAN_SUBDIRS): Add @APR_XML_DIR@ so clean and
jorton
2007-01-07
1
-1
/
+1
*
* Makefile.in (TARGETS): Include all targets which
jorton
2006-02-16
1
-2
/
+2
*
Fix embedded name of libaprutil in aprutil.exp. This
trawick
2005-05-24
1
-1
/
+1
*
* configure.in: Use AC_CONFIG_*.
jorton
2005-02-04
1
-2
/
+2
*
Add test as an alias to check
thommay
2005-01-21
1
-0
/
+1
*
* Makefile.in: install.sh can not handle wildcards, so expand out with for loop.
jerenkrantz
2004-11-28
1
-2
/
+3
*
Link libaprutil against the libraries on which it depends (dropping
jorton
2004-11-20
1
-2
/
+1
*
Allow to use apr-iconv.
jfclere
2004-10-07
1
-3
/
+3
*
* configure.in: Use AC_PROG_INSTALL.
jorton
2004-08-23
1
-22
/
+10
*
Only install apu-$MAJOR-config and add appropriate detection code to
jerenkrantz
2004-08-10
1
-5
/
+4
*
* Makefile.in (install): Install an apu-1-config script alongside
jorton
2004-07-01
1
-1
/
+3
*
* Makefile.in (install, exports.c, export_vars.c): Use new APR_*
jorton
2004-06-30
1
-9
/
+6
*
* Makefile.in (install): Simplify stupid over-engineering.
jorton
2004-06-30
1
-8
/
+3
*
* Makefile.in (APRUTIL_PCFILE): New target.
jorton
2004-06-30
1
-3
/
+9
*
Revert previous change (effectively) to fix VPATH build with in-tree
jorton
2004-06-23
1
-1
/
+3
*
* Makefile.in: Generate export_vars.c not export_vars.h per APR fix
jorton
2004-06-23
1
-6
/
+6
*
* build/apu-conf.m4: Don't export APR_SOURCE_DIR.
jorton
2004-06-23
1
-6
/
+7
*
Remove "location detection" from apu-config:
jorton
2004-06-14
1
-3
/
+6
*
* Makefile.in (DISTCLEAN_TARGETS): Add apr-util.pc.
jorton
2004-05-31
1
-1
/
+2
*
Add pkg-config APR util file
thommay
2004-05-29
1
-0
/
+4
*
This seems to have been lost in the changeover. If there is another
dreid
2004-03-09
1
-1
/
+2
*
Stop generating the delimiter table. We only have two of them: one for
gstein
2004-02-21
1
-1
/
+1
*
* Makefile.in (CLEAN_TARGETS): Add .make.dirs.
jorton
2004-02-17
1
-1
/
+1
*
* Makefile.in: Specify EXTRA_SOURCE_DIRS to build the bundled copy of
jorton
2004-02-07
1
-0
/
+1
*
* Makefile.in (DISTCLEAN_TARGETS): Add apu_want.h.
jorton
2004-02-06
1
-1
/
+1
*
* Makefile.in: Use portable make syntax.
jorton
2004-02-06
1
-2
/
+2
*
First whack at switching to a single top-level make. This adds a dependency
gstein
2004-02-05
1
-39
/
+14
*
* Makefile.in: Remove files generated during 'make' in the 'clean'
jorton
2004-02-03
1
-4
/
+3
*
* Makefile.in (install): Remove blank line which emacs
jorton
2003-10-22
1
-3
/
+2
*
Remove include/apr_ldap.h on distclean.
jerenkrantz
2003-02-17
1
-2
/
+2
*
- Add all of the standard versioning infrastructure bits derived from APR.
jerenkrantz
2002-09-10
1
-1
/
+5
*
Running "make check" in the toplevel directory or the test/ directory
aaron
2002-09-05
1
-0
/
+3
*
Install libaprutil support libraries before installing libaprutil
trawick
2002-08-12
1
-3
/
+3
*
Work-around autoconf-2.53+ bug which overrides with faulty top_builddir value.
jerenkrantz
2002-08-01
1
-2
/
+2
*
Enforce touching of the generated TARGET_LIB.
jerenkrantz
2002-07-20
1
-1
/
+1
*
Add .NOTPARALLEL target to hint to smarter makes that we can not execute
jerenkrantz
2002-07-20
1
-0
/
+1
*
Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.
wrowe
2002-07-17
1
-1
/
+1
*
Fix a couple of typos in some Makefiles.
rbb
2002-06-15
1
-1
/
+1
*
Allow 'make install DESTDIR=/path'. This allows packagers to install
rbb
2002-06-15
1
-13
/
+13
*
Ensure that apu-config --libs does not print any libtool libraries. PHP
jerenkrantz
2002-05-14
1
-0
/
+2
*
Oh, yuck. Add missing \.
jerenkrantz
2002-05-13
1
-1
/
+1
*
Add -p option to cp when copying includes to preserve permissions (mimics
jerenkrantz
2002-05-13
1
-1
/
+7
*
Remove unnecesary \-escaping. It's okay for this not to be one large
jerenkrantz
2002-05-13
1
-8
/
+8
*
Added apr_strmatch API
brianp
2002-05-09
1
-1
/
+1
*
Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to prevent
jerenkrantz
2002-05-08
1
-1
/
+1
*
It'd be nice if we were using Doxygen on APR-Util as well. here's a start.
jwoolley
2002-05-08
1
-3
/
+2
*
Switch APRUTIL over to use the APR_FIND_APR macro provided by APR.
gstein
2002-02-06
1
-1
/
+1
*
APRUTIL_INCLUDES now available.
ianh
2002-01-18
1
-1
/
+1
*
Add apu-config - this is essentially APR's apr-config geared for apr-util.
jerenkrantz
2002-01-17
1
-1
/
+7
[next]