summaryrefslogtreecommitdiff
path: root/apr.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the rebroken Libaries textwrowe2007-10-121-12/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@584300 13f79535-47bb-0310-9956-ffa450edef68
* The joys of mass-replace errorswrowe2007-10-121-12/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@584291 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the build to know x64 (on Visual Studios which wrowe2007-10-071-32/+103
| | | | | | | | | | | | | support it) - intended for backport, and make -DWINNT the default (not intended for backport) with new 9x compatible flavor targets. Also invoke the make test/ check from either the testdll or testlib targets of test/testall.dsw (this both builds and runs the test suite inside the studio). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@582604 13f79535-47bb-0310-9956-ffa450edef68
* Revert 580655+580835 in search of a better solutionwrowe2007-10-051-12/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@582090 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for testing on x64 again; there is a footnote to thesewrowe2007-10-011-8/+8
| | | | | | | changes, VS6 is horribly stupid and will create (and never use) a directory explicitly named $(OUTDIR). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@580835 13f79535-47bb-0310-9956-ffa450edef68
* In order to provide an easier VStudio .vcproj file transitionwrowe2007-09-301-8/+8
| | | | | | | | | | replace most path occurances with $(IntDir)/$(OutDir) substitutions and rename LibNT[RD] directories to Lib[RD]NT directory names, ensuring NT is the suffix for dynamic and static builds. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@580655 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate /machine:i386 to simplify our lives when invoking otherwrowe2006-04-271-5/+80
| | | | | | | | | linkers, normalize the remaining /EHsc references, add the missing apr_random.h and some other side effects from saving the file (carefully replacing the bogus-missing /incremental:no flag in the release /debug flavor build.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@397415 13f79535-47bb-0310-9956-ffa450edef68
* Quiet the only warning in apr build on Studio 2005, /GX deprecated.wrowe2006-03-011-2/+2
| | | | | | | | /EHsc has always meant the same thing. However, I'm reverting this to /GX for VC 5.0 (if anyone still uses it) when invoking the build/cvtdsp.pl -5 command to convert these projects to Visual 5.0. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@381915 13f79535-47bb-0310-9956-ffa450edef68
* Initial win32 implementation of the variable file-io buffer size functions.colm2005-10-181-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@326118 13f79535-47bb-0310-9956-ffa450edef68
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).wrowe2005-05-161-1/+1
| | | | | | | | | | | | This makes binaries far easier to debug, during operation and for post-crash .dmp analysis. Do not alter /Gs optimizations per brane. [I was near certain this had been committed to trunk/ but svn locally is insisting otherwise] Reviewed by: stoddard, brane git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@170475 13f79535-47bb-0310-9956-ffa450edef68
* Win32 support for Multicastpquerna2005-01-181-0/+4
| | | | | | | Submmited By: Colm MacCarthaigh git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125522 13f79535-47bb-0310-9956-ffa450edef68
* Win32 is select() not poll() - include the correct sources.wrowe2004-11-211-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@106078 13f79535-47bb-0310-9956-ffa450edef68
* Completely remove apr_socket_from_file which is deprecated on the 0.9jorton2003-12-091-4/+0
| | | | | | | | | | | | | | | branch and was partially removed earlier. * include/apr.h.in: Removed reference to apr_socket_from_file. * apr.dsp, libapr.dsp, poll/unix/Makefile.in: Don't build pollacc.c. * poll/unix/pollacc.c: Removed file. PR: 25324 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64821 13f79535-47bb-0310-9956-ffa450edef68
* move win32 atomic functions out of the unix file (which wasn't builttrawick2003-12-031-0/+8
| | | | | | | | | | on win32 anyway) and into a unique file apr_atomic_casptr() is busted for me on win32, as I am missing the magic bits for InterlockedCompareExchangePointer() git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64805 13f79535-47bb-0310-9956-ffa450edef68
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-161-0/+16
| | | | | | | | | | Win32 APR1.0 now builds with apr_random. Required us to compliment APR_INT64_C with a corresponding APR_UINT64_C, and finish up Brad's efforts to APR_DECLARE() the various entry points. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64751 13f79535-47bb-0310-9956-ffa450edef68
* apr_compat.h no longer existsjwoolley2003-09-281-4/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64658 13f79535-47bb-0310-9956-ffa450edef68
* Several users (especially those building jk/ant) had observed thatwrowe2003-09-081-2/+2
| | | | | | | | | | | | | | | the APR 0.9 files didn't match on Win32 - they were explicitly trying to locate and bind to libapr-0.dll (to match unix libapr-0.so.) While binary compatibility prevented us from 'fixing' this discrepancy for our existing users - nothing prevents us from fixing this going forwards. This change allows us to locate APR 0.9 and 1.0 binaries and libraries in the same tree structure, as an added bonus. It would also allow the APR library to be installed in a common location, such as \windows\system32, without introducing conflicts between 0.9 and 1.0. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64612 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-231-0/+4
| | | | | | | | | | temp files based on environment variables and other factors. Obtained from: C Mike Pilato <cmpilato@collab.net> Reviewed by: Thom May git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64591 13f79535-47bb-0310-9956-ffa450edef68
* Misordered - back in sync with libapr.dspwrowe2003-03-101-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64413 13f79535-47bb-0310-9956-ffa450edef68
* Outch, these shouldn't vary, should be in alpha order, and most importantly,wrowe2003-03-061-0/+20
| | | | | | | anything in apr/include/*.h* should be in the list of public headers :-) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64399 13f79535-47bb-0310-9956-ffa450edef68
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-171-0/+12
| | | | | | | | functions are apr_env_get, apr_env_set and apr_env_delete. Also added a set of tests for the new functions. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64363 13f79535-47bb-0310-9956-ffa450edef68
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-0/+4
| | | | | | | | | | for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68
* *) Introduce Release mode debugging symbols for Win32 builds of apr.wrowe2003-02-061-2/+2
| | | | | | | | | | | | All library builds gain /Zi for debug symbols (which are discarded at link time if some flavor of the /debug flag isn't passed to link) and .dll builds gain both .pdb and .dbg files (older debuggers and Dr. Watson-type utilities on WinNT or Win9x don't support the newer .pdb symbol files.) Documentation on how-to-use these symbol files will be forthcoming. [Allen Edwards, William Rowe] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64334 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate the last (unnecessary) discrepancy between apr.dsp and libapr.dspwrowe2003-02-061-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64333 13f79535-47bb-0310-9956-ffa450edef68
* Clean up these project to be consistent with .dsp files saved from thewrowe2003-02-061-10/+10
| | | | | | | IDE (correcting file name order and some whitespace issues.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64332 13f79535-47bb-0310-9956-ffa450edef68
* Consistify an irritating anomily between apr.dsp and libapr.dspwrowe2003-02-061-2/+2
| | | | | | | (to keep these two files as similar as possible.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64331 13f79535-47bb-0310-9956-ffa450edef68
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64275 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the apr dsp files affected by the move of the header filesthommay2003-01-071-10/+10
| | | | | | | Obtained from: Sander Striker git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64274 13f79535-47bb-0310-9956-ffa450edef68
* Introduced apr_os_default_encoding and apr_os_locale_encoding, withbrane2002-11-121-0/+4
| | | | | | | implementations for Unix and Win32, needed by apr_xlate. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64015 13f79535-47bb-0310-9956-ffa450edef68
* Resync to network_io/unix/sockaddr.c now that they are completely common.wrowe2002-10-271-6/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63989 13f79535-47bb-0310-9956-ffa450edef68
* Axe an unused files group.wrowe2002-07-171-4/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63703 13f79535-47bb-0310-9956-ffa450edef68
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.wrowe2002-07-171-8/+0
| | | | | | | | | | Moved xlate.c into apr-util. Define APR_HAS_XLATE based on APR_HAVE_ICONV. It could become an APU_HAVE_ICONV test, but my configure.in.foo isn't that worthy. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63698 13f79535-47bb-0310-9956-ffa450edef68
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-171-12/+0
| | | | | | | | all the remaining getuuid.c source should be made generic. I just grabbed what my compiler tripped over. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63696 13f79535-47bb-0310-9956-ffa450edef68
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-8/+8
| | | | | | | the i18n/unix tree. Never built it there anyways. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63695 13f79535-47bb-0310-9956-ffa450edef68
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thiswrowe2002-07-171-8/+0
| | | | | | | didn't even cause any hassles. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63693 13f79535-47bb-0310-9956-ffa450edef68
* Split the apr_poll() implementation from the accessor functions. Thisrbb2002-07-111-0/+4
| | | | | | | | | allows all platforms to use the same implementation for the accessor functions. Submitted by: Brian Havard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63611 13f79535-47bb-0310-9956-ffa450edef68
* I really don't see why we moved the filewrowe2002-07-111-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63605 13f79535-47bb-0310-9956-ffa450edef68
* Get Win32 building again. Doesn't build clean, but at least it builds.wrowe2002-07-111-1/+1
| | | | | | | | | poll on win32 may or may not work correctly, but then again, I don't believe that httpd needs it at this moment. Not blasting win32's poll until coders are done with it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63604 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for win32 inherit.hwrowe2002-06-081-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63480 13f79535-47bb-0310-9956-ffa450edef68
* Include i18n/unix/xlate.c for ENOTIMPL entry pointswrowe2002-06-081-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63474 13f79535-47bb-0310-9956-ffa450edef68
* We appear to never have had any complaints about copy srcname dstnamewrowe2002-05-241-6/+4
| | | | | | | | | not overwriting dstname ... this flavor is certain not to emit a file exists error [with the obvious caviat - if it's write protected, your problem.] Much simpler than /y, <.y or set copycmd fooness. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63430 13f79535-47bb-0310-9956-ffa450edef68
* Correct the omission of version.cwrowe2002-05-131-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63390 13f79535-47bb-0310-9956-ffa450edef68
* Doesn't fix anything. Just makes it more convienent to maintain apr_app.cwrowe2002-04-291-0/+5
| | | | | | | (the alternative to apr_app_initialize -only- for WINNT app builds.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63316 13f79535-47bb-0310-9956-ffa450edef68
* Thanks to Aaron for the proposed patch, thanks to Sebastian for validating.wrowe2002-04-091-12/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63238 13f79535-47bb-0310-9956-ffa450edef68
* No actual global_mutex implementation on Win32, it's simply a proc_lock.wrowe2002-02-221-4/+0
| | | | | | | Same commit needed for Netware - though I don't that build structure. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63051 13f79535-47bb-0310-9956-ffa450edef68
* Can't be playing in apr.hw without keeping apr.h.in and apr.hnw up to date.wrowe2002-02-221-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63049 13f79535-47bb-0310-9956-ffa450edef68
* Implement apr_global_mutex_foo() on Windows. This is basically identicalstoddard2002-02-191-0/+8
| | | | | | | to apr_proc_lock as a Windows MUTEX locks threads as well as processes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63026 13f79535-47bb-0310-9956-ffa450edef68
* Realign internal.c as the required apr_app static fn's, and removedwrowe2002-02-181-5/+5
| | | | | | | common code from apr_app into misc.c and internal.c git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63014 13f79535-47bb-0310-9956-ffa450edef68
* Sync up to gstein's last commitwrowe2002-02-011-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62888 13f79535-47bb-0310-9956-ffa450edef68
* Build new goodies.wrowe2002-01-301-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62869 13f79535-47bb-0310-9956-ffa450edef68