VirtualBox

Changeset 37720 in vbox


Ignore:
Timestamp:
Jun 30, 2011 8:27:48 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72581
Message:

Runtime: add C++-like vector implementation in C

Location:
trunk
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk

    r37025 r37720  
    9494        $(QUIET)$(APPEND) -t "$@" "done"
    9595
    96    PROGRAMS += tstVector
    97    tstVector_TEMPLATE = VBOXR3TSTEXE
    98    tstVector_SOURCES = \
    99            testcase/tstVector.cpp
    100    tstVector_INCS = .
    101    tstVector_LIBS = \
    102            $(LIB_RUNTIME)
    103 
    10496   #
    10597   # Additional testcase designed to be run manually, which initiates and starts the Linux
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp

    r37719 r37720  
    2121#include <iprt/err.h>
    2222#include <iprt/assert.h>
    23 #include <iprt/vector.h>
    2423#include <VBox/log.h>
    2524
     
    3029
    3130#include <limits.h>
     31
     32#include "vector.h"
    3233
    3334#ifdef TESTCASE
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r37573 r37720  
    124124        tstRTUuid \
    125125        tstRTCircBuf \
    126         tstRTManifest
     126        tstRTManifest \
     127        tstVector
    127128
    128129PROGRAMS.win += \
     
    513514tstRTCoreDump_SOURCES = tstRTCoreDump.cpp
    514515
     516tstVector_TEMPLATE = VBOXR3TSTEXE
     517tstVector_SOURCES = tstVector.cpp
     518
    515519
    516520#
  • trunk/src/VBox/Runtime/testcase/tstVector.cpp

    r37668 r37720  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
    21 #include "vector.h"
    22 
    2321#include <iprt/test.h>
     22#include <iprt/vector.h>
    2423
    2524#include <stdlib.h>  /* For realloc */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette