Changeset 21038

Show
Ignore:
Timestamp:
02/23/08 07:45:21 (6 months ago)
Author:
patrick
Message:

Removed vpr::LibraryDYLD. The code does not compile on Mac OS X 10.5, and I do
not have a way to test it anymore. This means that Mac OS X 10.3 is no longer
supported. Bumped the version to 2.1.13.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/ChangeLog

    r21031 r21038  
    11DATE       AUTHOR   CHANGE 
    22---------- -------- ----------------------------------------------------------- 
     32008-02-23 patrick  Removed vpr::LibraryDYLD, which means that Mac OS X 10.3 is 
     4                    no longer supported. 
     5                    NEW VERSION: 2.1.13 
    362008-02-13 patrick  Changed vpr::TSObjectProxy<T> smart pointer interface to 
    47                    throw an exception (of the new type vpr::BadCastException) 
  • juggler/trunk/modules/vapor/VERSION

    r21031 r21038  
     12.1.13-0 @02/23/2008 13:45:00 UTC@ 
    122.1.12-0 @02/13/2008 23:50:00 UTC@ 
    232.1.11-0 @01/17/2008 03:10:00 UTC@ 
  • juggler/trunk/modules/vapor/configure.ac

    r20997 r21038  
    300300# ----------------------------------------------------------------------------- 
    301301 
    302 # The $USE_DYLD stuff is for Darwin. 
    303 DPP_CHECK_DYNLOAD_LIB([USE_DYLD='N'], [USE_DYLD='Y']) 
    304302DPP_HAVE_CPPUNIT([1.9.10]) 
    305303 
     
    10781076AC_SUBST(SERIAL_PORT_ABS) 
    10791077AC_SUBST(SOCKET_ABS) 
    1080 AC_SUBST(USE_DYLD) 
    10811078 
    10821079AC_SUBST(CPPDOM_CXXFLAGS) 
     
    11361133   vpr/Makefile 
    11371134   vpr/md/Makefile 
    1138    vpr/md/DARWIN/Makefile 
    1139    vpr/md/DARWIN/DynLoad/Makefile 
    11401135   vpr/md/NSPR/Makefile 
    11411136   vpr/md/NSPR/DynLoad/Makefile