Home
last modified time | relevance | path

Searched refs:stlport (Results 1 – 25 of 80) sorted by relevance

1234

/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.1372 * stlport/stl/_sparc_atomic.h, stlport/stl/_threads.h:
2328 * stlport/stl/_string.h, stlport/stl/debug/_string.h:
2634 * stlport/stl/debug/_debug.c, stlport/stl/_threads.h:
2921 * stlport/float.h, stlport/limits.h, stlport/setjmp.h: idem.
2923 * stlport/stdarg.h, stlport/string.h, stlport/stdio.h: idem.
4139 * stlport/ciso646, stlport/iso646.h, stlport/wctype.h: headers absent
5087 * stlport/cstdlib, stlport/cmath, stlport/stl/_cmath.h: define
5267 stlport/stl/_list.h, stlport/stl/_slist.h, stlport/stl/_map.h,
6530 * stlport/stl/_deque.h, stlport/stl/_list.h, stlport/stl/_slist.h:
6792 * stlport/stl/_tree.h, stlport/stl/_tree.c, stlport/stl/_set.h, stlport/stl/_map.h:
[all …]
H A DChangeLog135 stlport::string stlportstr("stlport and ");
259 * stlport/stl/_istream.c, stlport/stl/_ostream.h: ISO/IEC 14882:2003
556 ::stlport::priv:: when private namespace is in use and ::stlport::
604 * stlport/wctype.h, stlport/stl/_cwctype.h: HP-UX has problems with
930 * stlport/stl/_string_base.h, stlport/stl/_string.h, stlport/stl/_string.c:
1401 * stlport/stl/_time_facets.c, stlport/stl/_codecvt.h: idem;
1403 * stlport/stl/_monetary.c, stlport/stl/_num_put.c: idem;
1405 * stlport/stl/_rope.c, stlport/stl/_rope.h: idem;
1597 * stlport/stl/_algo.c, stlport/stl/_algobase.c: search, the __tmp and
1688 included within stlport from one side, and stlport included
[all …]
H A Dautoexp.dat16 ; stlport::basic_string
107 ; stlport::vector
202 ; stlport::deque
305 ; stlport::list
365 ; stlport::slist
425 ; stlport::pair
441 ; stlport::map, stlport::multimap, stlport::set, stlport::multiset
529 ; stlport::hash_map, stlport::hash_multimap, stlport::hash_set, stlport::hash_multiset
530 ; stlport::unordered_map, stlport::unordered_multimap, stlport::unordered_set, stlport::unordered_m…
589 ; stlport::queue, stlport::priority_queue, stlport::stack
[all …]
H A DSTLport-4.6.spec8 URL: http://www.stlport.org/
12 Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
32 link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
48 cd $RPM_BUILD_ROOT/usr/include/stlport
79 * Fri Oct 31 2003 <boris@stlport.com>
H A DSTLport-4.5.1.spec8 URL: http://www.stlport.org/
12 Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
32 link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
48 cd $RPM_BUILD_ROOT/usr/include/stlport
H A DSTLport-4.5.3.spec8 URL: http://www.stlport.org/
12 Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
32 link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
48 cd $RPM_BUILD_ROOT/usr/include/stlport
H A DReleaseNote.txt11 _STLP_DONT_REDEFINE_STD it is possible to use STLport in stlport namespace at
38 * Folder architecture: All configuration files are now in stlport/stl/config folder.
39 stlport/stl_user_config.h renamed and moved as stlport/stl/config/user_config.h.
40 stlport/stl/_site_config.h renamed and moved as stlport/stl/config/hosts.h.
/reactos/sdk/lib/3rdparty/stlport/
H A DCMakeLists.txt38 add_library(stlport target
44 target_compile_options(stlport PRIVATE -Wno-missing-braces -Wno-unused-local-typedef)
45 target_compile_options(stlport PRIVATE -Wno-infinite-recursion -Wno-deprecated-register)
46 target_compile_options(stlport PRIVATE -Wno-tautological-unsigned-zero-compare)
49 target_include_directories(stlport PRIVATE ${REACTOS_SOURCE_DIR}/sdk/include/c++/stlport)
50 target_compile_definitions(stlport PRIVATE
54 target_compile_definitions(stlport PUBLIC
59 target_include_directories(stlport INTERFACE "$<$<COMPILE_LANGUAGE:CXX>:${REACTOS_SOURCE_DIR}/sdk/i…
61 set_target_cpp_properties(stlport WITH_EXCEPTIONS WITH_RTTI)
63 add_dependencies(stlport xdk)
[all …]
H A DINSTALL23 2) Make sure "stlport" directory of this distribution comes before compiler's one
29 3) Make sure you do not rename this "stlport" subdirectory -
35 (see stlport/stl/config).
86 tar cf - stlport | (cd /usr/local/include; tar xf -)
87 chmod -R a+r /usr/local/include/stlport
88 chown -R root:root /usr/local/include/stlport
133 With GCC : g++ -pthread -I./stlport mytest.cpp -L./lib/ -lstlport
134 With DEC CC : cxx -I./stlport mytest.cpp -L./lib/ -lstlport
135 With SUN CC : CC -mt -I./stlport mytest.cpp -L./lib/ -lstlport
138 you do not have to specify "stlport.M.m.lib" explicitly, as it is being choosen
[all …]
H A DINSTALL.unixes38 behaviour of STLport, see stlport/stl/config/user_config.h and
39 stlport/stl/config/host.h; read the comments in this files!
73 2) Make sure "stlport" directory of this distribution comes before
75 -I<base install path>/stlport); never rename 'stlport' part of path!
79 c++ -pthread -fexceptions -O2 -I/usr/local/include/stlport -c -o test.o test.cc
85 c++ -pthread -fexceptions -O2 -I/usr/local/include/stlport -nostdlib -o mytest \
101 gcc -pthread -fexceptions -O2 -I/usr/local/include/stlport -o mytest \
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/ut/app-c/
H A DMakefile25 ${call ldd_check,${PRG},stlport}
34 ${call ldd_check,${PRG_DBG},stlport}
44 ${call ldd_check,${PRG_STLDBG},stlport}
/reactos/sdk/lib/3rdparty/stlport/doc/
H A DREADME.msvc6 by: Francois Dumont, dums@stlport.com, last edited 08/02/2005
15 http://stlport.sourceforge.net/Maillists.shtml or forums
86 for MSVC6 IDE). In the include files add the path to STLport's 'stlport' folder.
103 stlport[d|stld][_x,_static,_statix].<STLport-Version>.lib
119 your project settings or in stlport/stl/config/user_config.h.
143 stlport/stl/config/user_config.h file (uncomment _STLP_NEW_PLATFORM_SDK in this file).
150 stlport/stl/config/user_config.h. If it still do not find native headers you will
152 _STLP_NATIVE_INCLUDE_PATH and associated macro in stlport/stl/config/host.h.
H A Dstlport_namespaces.txt70 using namespace stlport;
82 namespace stlport
108 The official STLport namespace is: stlport. Once again this is not the real namespace
110 options you cannot use it directly. So stlport is an alias of the real STLport namespace.
127 namespace stlport
H A DFAQ186 namespace stlport {
199 } // namespace stlport
203 it should examine both namespace `stlport' and namespace `std' for
211 `find(s.begin(), s.end(), 10)': `std::find' and `stlport::find'.
285 stlport::string stlport_str("stlport");
288 // operator for stlport::string on std::string.
314 https://sourceforge.net/projects/stlport
329 - fix path in stlport administration config file stlport/stl/config/host.h,
414 for that, see stlport/stl/config/user_config.h).
424 https://sourceforge.net/projects/stlport
[all …]
H A DREADME.evc315 http://stlport.sourceforge.net/Maillists.shtml or forums
25 'http://stlport.sourceforge.net/CVS.shtml' to get it.
95 In the include files add the path to STLport's 'stlport' folder. Make sure it
117 stlport(d|stld)[_static].<STLport-Version>.lib
130 your project settings or in stlport/stl/config/user_config.h.
/reactos/sdk/lib/3rdparty/stlport/build/lib/
H A DMakefile.inc3 LIBNAME = stlport
41 SRC_RC = ../../src/stlport.rc
H A DaCC.mak6 STLPORT_INCLUDE_DIR = ../../stlport
H A Ddmc.mak7 STLPORT_INCLUDE_DIR = ../../stlport
H A DCC.mak7 STLPORT_INCLUDE_DIR = ../../stlport
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/cygming/
H A Dextern.mak20 #STLPORT_INCLUDE_DIR ?= /usr/local/include/stlport
23 STLPORT_INCLUDE_DIR ?= $(STLPORT_DIR)/stlport
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/
H A Dextern.mak15 STLPORT_DIR = ../../stlport
58 STLPORT_INCLUDE_DIR = $(STLPORT_DIR)/stlport
/reactos/sdk/include/c++/stlport/
H A Dstreambuf.h34 _STLP_USING_NAMESPACE(stlport)
H A Diomanip.h30 _STLP_USING_NAMESPACE(stlport)
H A Distream.h30 _STLP_USING_NAMESPACE(stlport)
/reactos/sdk/lib/3rdparty/
H A DCMakeLists.txt11 add_subdirectory(stlport)

1234