summaryrefslogtreecommitdiff
path: root/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* Revert testcstr.c for the time being while tests are structuredWilliam A. Rowe Jr2016-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1727127 13f79535-47bb-0310-9956-ffa450edef68
* Introduce the subset of svn_cstring_ functions into APR as the apr_cstr_William A. Rowe Jr2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | family of functions. Requires the introduction of APR_ERANGE. Solves apr_cstr_casecmp[n] for ASCII and EBCDIC and borrows from the work of jim, ylavic and wrowe, see r1715401 forwards in; http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util.c?view=log&pathrev=1722194 More performance review is needed against different compilers, so went ahead and borrowed original svn implementation as a basis, and we can port whichever performance enhancements test out more efficiently. Proposing for APR 1.6.0 which is the thought behind the initial @since tags. These must be changed if not accepted for backport. Note that the svn_cstring_join function could not be implemented as-is due to the absence of svn's counted string functionality. It deserves an implementation if not already present, or should be removed before tagging or backporting. No whitespace/formatting cleanup on this pass in order to preserve as much of the svn attributions as possible. This can happen in a later pass to conform to APR's style conventions. While renaming the functions, declarations themsel git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1726928 13f79535-47bb-0310-9956-ffa450edef68
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-311-1/+1
| | | | | | | | It was not possible to use this interface without ldap provider internals. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68
* * Also build dbd.c.Ruediger Pluem2009-03-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@758235 13f79535-47bb-0310-9956-ffa450edef68
* SCons:Paul Querna2009-03-251-1/+22
| | | | | | | | - build testall - stub out ldap build vars. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@758212 13f79535-47bb-0310-9956-ffa450edef68
* SCons: ability to build in a variant build directoryPaul Querna2009-03-241-0/+12
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757694 13f79535-47bb-0310-9956-ffa450edef68