Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 181) sorted by relevance

12345678

/reactos/sdk/lib/3rdparty/stlport/build/test/unit/
H A DSTATUS11 Status (release-shared): Fail 1 of 320 tests
30 Status (release-shared): All pass (334 tests)
41 Status (release-shared): All pass (331 tests)
187 Status (release-shared): run time fail
199 Status (release-shared): compile-time fail
249 Status (release-shared): Most tests pass
279 Status (release-shared): Most tests pass
327 Status (release-shared): Fail
347 Status (release-shared): not implemented
786 Status (release-shared): runtime fail
[all …]
H A Dicc.mak6 ALL_TAGS = release-shared check-release
7 CHECK_TAGS = check-release
31 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,-R${STLPORT_DIR}/build/lib/…
39 release-shared: LDLIBS = -lpthread -lstlport
44 release-shared: LDLIBS = -lpthread -lstlport -lcprts -lunwind
51 release-shared: LDLIBS = -lpthread -lstlport -lcprts -lunwind
56 release-shared: LDLIBS = -lpthread -lstlport
65 check-release: release-shared
H A Dgcc.mak8 ALL_TAGS = release-shared check-release
9 CHECK_TAGS = check-release
36 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,-R${STLPORT_DIR}/build/lib/…
42 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,-R${STLPORT_DIR}/build/lib/…
48 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,-R${STLPORT_DIR}/build/lib/…
54 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,-rpath=${STLPORT_DIR}/build…
60 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,+b${STLPORT_DIR}/build/lib/…
68 check-release: release-shared
H A DCC.mak6 ALL_TAGS = release-shared check-release
7 CHECK_TAGS = check-release
31 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Qoption ld -R${STLPORT_DIR}/bu…
36 check-release: release-shared
H A DaCC.mak6 ALL_TAGS = release-shared check-release
7 CHECK_TAGS = check-release
34 release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,+b${STLPORT_DIR}/build/lib/…
39 check-release: release-shared
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/
H A Dbcc.mak41 # release-shared : OPT += -w-inl
44 release-static : OPT += -tWR
50 release-shared : OPT += -tWR
96 release-static : OPT += -O2 -vi-
97 release-shared : OPT += -O2 -vi-
121 release-shared : LDLIBS += cw32i.lib
125 release-shared : LDLIBS += cw32.lib
130 release-static : LDLIBS += cw32.lib
157 release-shared: DEFS += -D_RTLDLL
191 release-static : OPT += -O2 -vi-
[all …]
H A Ddmc.mak37 release-static : OPT += -ND
43 release-shared : OPT += -ND
75 release-shared : RCFLAGS += -DBUILD=r -DBUILD_INFOS="-o"
98 release-static : OPT += -o
99 release-shared : OPT += -o
106 release-static : OPT += -D_MT
111 release-static : AR += -p128
117 release-static: DEFS += -D_STLP_USE_STATIC_LIB
122 release-shared: DEFS += -D_STLP_USE_DYNAMIC_LIB
135 release-shared: MAP_OUTPUT_OPTION = $(OUTPUT_DIR)/$(PRGNAME).map
[all …]
H A Ddepend.mak12 PHONY += release-static-dep release-shared-dep dbg-static-dep dbg-shared-dep \
19 release-static-dep release-shared-dep: $(DEP)
27 _DASH_DEP := release-shared-dep dbg-shared-dep stldbg-shared-dep
30 _DASH_DEP := release-shared-dep dbg-shared-dep
H A Dtop.mak35 ALL_TAGS := release-shared
41 ALL_TAGS += release-static
69 all-static: release-static dbg-static stldbg-static
70 all-shared: release-shared dbg-shared stldbg-shared
72 all-static: release-static dbg-static
73 all-shared: release-shared dbg-shared
H A Dvc6.mak24 release-shared: OUTPUT_OPTION = /Fo$@
25 release-static: OUTPUT_OPTION = /Fo$@
56 release-static : DEFS += /DNDEBUG
57 release-shared : DEFS += /DNDEBUG
58 release-static-dep : DEFS += /DNDEBUG
59 release-shared-dep : DEFS += /DNDEBUG
62 release-static : OPT += /O2 /Og
63 release-shared : OPT += /O2 /Og
/reactos/sdk/include/c++/stlport/stl/
H A D_auto_ptr.h39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } in release() function
53 _Tp* release() _STLP_NOTHROW { in release() function
89 _Tp* __conversionCheck = __r.release(); in auto_ptr()
94 _Tp* __conversionCheck = __r.release();
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr()
103 reset(__r.release());
110 { this->__set(__r.release()); } in auto_ptr()
113 reset(__r.release());
121 { return auto_ptr<_Tp1>(release()); }
/reactos/sdk/lib/3rdparty/stlport/src/
H A Diostream.cpp173 return result.release(); in _Stl_create_filebuf()
185 return result.release(); in _Stl_create_wfilebuf()
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release(); in _S_initialize()
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release(); in _S_initialize()
238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release(); in _S_initialize()
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release(); in _S_initialize()
240 wostream* ptr_wcerr = new(&wcerr) wostream(werr.get()); werr.release(); in _S_initialize()
340 delete (&cin)->rdbuf(cin_buf.release()); in sync_with_stdio()
341 delete (&cout)->rdbuf(cout_buf.release()); in sync_with_stdio()
342 delete (&cerr)->rdbuf(cerr_buf.release()); in sync_with_stdio()
[all …]
/reactos/media/doc/
H A DDdDeleteDirectDrawObject.txt3 we need release directdraw handler the cache or not cache handler
7 then we need return false, fail to release it or it was already release
9 3. if public directdraw handler is not null we need release it
12 4. we need check if we need rest the internal cache if public being release
16 to release a directdraw handler.
/reactos/dll/3rdparty/libtirpc/
H A DREADME13 This release was a native source release, compatible for
17 Applications linked with this release's librpc must link with the United
20 RPC programs that link with this release's librpc will need to link with the
25 The previous release was TIRPCSRC 2.0.
27 1. This release is based on Solaris 2.3. The previous release was
28 based on Solaris 2.0. This release contains a siginificant number of
33 (svc_create, svc_run, etc.) are not thread safe in this release. The
34 server-side interfaces will be made thread safe in the next release of
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/lib/
H A Dvc6.mak22 release-shared: OPT += /MD
23 release-shared-dep: OPT += /MD
26 release-static: OPT += /MT
28 release-static: DEFS += /D_LIB
35 release-shared: LDFLAGS += /DLL ${LDSEARCH}
38 release-static: LDFLAGS += ${LDSEARCH}
H A Dbcc.mak15 release-shared : LDFLAGS += -Tpd -w -w-dup
21 release-shared : LDFLAGS += -V4.0 -Gi
25 release-shared : OPT += -tWD
33 release-shared : OPT += -tD -VP
37 release-shared: DEFS += -D_DLL
57 install-shared: install-release-shared install-dbg-shared install-stldbg-shared
H A Dgcc.mak81 release-shared: STLPORT_LIB = -lstlport
86 release-shared: STLPORT_LIB = -lstlport.${LIB_VERSION}
93 release-shared: STLPORT_LIB = -L${STLPORT_LIB_DIR} -lstlport
253 release-shared: LDFLAGS += -shared
259 release-shared: LDFLAGS += -Wl,-dynamic -Wl,+h$(SO_NAMExx)
265 release-shared: LDFLAGS += -Wl,-h$(SO_NAMExx) ${NOSTDLIB}
271 release-shared: LDFLAGS += -Wl,-h$(SO_NAMExx) ${NOSTDLIB}
278 release-shared: LDFLAGS += -shared-libgcc
285 release-static: LDFLAGS += -static
291 release-shared: LDFLAGS += -Wl,-h$(SO_NAMExx) ${NOSTDLIB}
[all …]
/reactos/sdk/lib/3rdparty/stlport/
H A DMakefile20 release-shared install-release-shared:
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
/reactos/sdk/lib/3rdparty/stlport/build/lib/
H A DREADME31 release-static
43 release-shared
58 cumulative target for release,dbg,stldbg -shared on Unix-lile platforms
59 and plus release,dbg,stldbg -static on Windows.
67 install-release-shared
70 install-release-static
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/ut/app2-mult/
H A DMakefile16 check: check-release-shared check-dbg-shared check-stldbg-shared
18 check-release-shared: release-shared
38 PHONY += check check-release-shared check-dbg-shared check-stldbg-shared
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A DANNOUNCE1 Announcing the release of mkdosfs version 0.3b (Yggdrasil)
8 Announcing the release of mkdosfs version 0.3a (Yggdrasil)
14 Announcing the release of mkdosfs version 0.3 (Yggdrasil)
26 Announcing the release of mkdosfs version 0.2
34 This second release should fix a small bug that could lead to FAT sizes that
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/app/
H A Drules-install.mak13 install: install-release-shared install-dbg-shared install-stldbg-shared
15 install: install-release-shared install-dbg-shared
45 install-release-shared: release-shared $(INSTALL_BIN_DIR)
H A Ddmc.mak22 release-shared : LDFLAGS += /DELEXECUTABLE
23 release-static : LDFLAGS += /DELEXECUTABLE
62 release-shared : LDLIBS += $(STLPORT_DIR)/lib/$(LIB_NAME)
65 release-static : LDLIBS += $(STLPORT_DIR)/lib/$(A_NAME)
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/app/
H A Drules-install-a.mak4 install-static: install-release-static install-dbg-static install-stldbg-static
6 install-release-static: release-static $(INSTALL_STATIC_BIN_DIR)
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/lib/
H A Drules-install-a.mak4 install-static: install-release-static install-dbg-static install-stldbg-static
6 install-release-static: release-static $(INSTALL_STATIC_LIB_DIR)

12345678