Lines Matching full:macro
121 removed LDSEARCH macro, use LDFLAGS instead;
148 _STLP_RTTI_BUG macro. Moreover __stl_new was not correctly
149 implemented with this macro, there was no check for failed
438 used to be platform dependant requiring a lot of macro checks and
491 Generalize use of _STLP_THROW_BAD_ALLOC macro to throw the
492 bad_alloc exception. Definition of this macro is now in _new.h
506 SetFilePointer do not take SEEK_CUR macro but FILE_CURRENT.
541 thanks to the _STLP_NO_TYPENAME_BEFORE_NAMESPACE macro.
616 Removed unused uint64.h include and definition of ULL macro.
658 New macro _STLP_MARK_PARAMETER_AS_UNUSED to offer a compiler specific
740 * build/Makefiles/gmake/gcc.mak: fix reference to _FORCE_CXX macro;
787 blocks. Changed management of the _STLP_REDIRECT_STDSTREAMS macro.
789 ostream instances, only streambuf is a filebuf when the macro is
873 * test/unit: Add CPPUNIT_FAIL macro to force failure without
875 use this new macro.
952 install-headers usable; it use user-defined macro HEADERS_BASE
1395 macro _STLP_STATIC_TEMPLATE_DATA, __PUT_STATIC_DATA_MEMBERS_HERE,
1453 * stlport/stl/config/host.h: Removed _STLP_NO_CYGWIN macro
1556 _STLP_WEAK_ATTRIBUTE macro.
1559 cleanup concerning _STLP_STATIC_TEMPLATE_DATA macro.
1738 stlp_in_range, __in_range is a macro in the Windows Vista PSDK.
1822 * stlport/stl/config/features.h: some system-specific macro moved to
1830 macro and code coming with it.
1849 compiler macro checks. Additionaly STLport numeric_limits now handle real
1856 _STLP_NO_IEC559_SUPPORT macro, meaning was not clear and impact was
1857 localized to the _limits.h file so use of a global macro was rather
1875 functions. _STLP_WIN95 macro has been rename _STLP_WIN95_LIKE
1888 (_STLP_USE_MSVC6_MEM_T_BUG_WORKAROUND macro).
1915 build/Makefiles/nmake/lib/macro.mak: Removed version information
1966 config/_windows.h: Change macro checks to detect Windows 95 platform.
1969 is done thanks to the _WIN32_WINNT macro only defined for NT4. New
1970 _STLP_WIN95 macro signals Windows 95 platform, it replaces
2130 debug macro definition are now coming from _debug.h and not
2138 * stlport/stl/config/_windows.h: Add some Windows macro before
2141 _STLP_OUTERMOST_HEADER_ID macro before windows.h inclusion to
2146 * stlport/stl/config/_evc.h: Removed unjustified macro definition to
2153 * src/allocators.cpp: Add _STLP_NEW_PLATFORM_SDK macro check to
2154 perform necessary const_cast in _STLP_ATOMIC_ADD macro definition.
2166 Move _STLP_ATOMIC_ADD macro definition in source files where it is
2175 platform thanks to the _WIN64 macro, otherwise InterlockedExchange
2189 _STLP_CHECK_RUNTIME_COMPATIBILITY_AT_LINK_TIME macro.
2193 mode (detected thanks to _DEBUG macro).
2208 _STLP_CHECK_RUNTIME_COMPATIBILITY_AT_LINK_TIME macro contains a
2211 library, this macro contains an other function name because of a
2219 _STLP_CHECK_RUNTIME_COMPATIBILITY_AT_LINK_TIME macro to detect
2257 is when using VC6 workaround, this is what _STLP_PRIVATE macro is
2261 unjustified _STLP_PRIVATE macro.
2300 _STLP_USING_NAMESPACE_BUG macro config. STLport private namespace
2312 * test/unit/swap_test.cpp: Add macro checks to ignore test for
2317 * stlport/stl/config/features.h: Add necessary macro to work
2471 supporting is should define this macro as empty. Configuration files
2476 * stlport/stl/config/host.h: define one of __SunOS_5_x macro
2481 macro definition for gcc; turn on/off MATH_F/MATH_L functions
2499 * src/system_api.c: Move macro check to at least include math.h
2534 * stlport/stl/config/_system.h: Add __SUNPRO_C macro check to
2537 * stlport/stl/_cstdlib.h: Add __SUNPRO_CC macro check before
2543 * stlport/stl: Add _STLP_NO_MOVE_SEMANTIC macro checks to
2549 macro before doing tests that depends on it.
2589 * test/unit/bvector_test.cpp: Fix macro check for namespace
2624 _STLP_ASSIGN_MUTABLE with _STLP_MUTABLE macro that is more flexible
2628 Use _STLP_MUTABLE rather than manually handle _STLP_NEED_MUTABLE macro.
2650 _STLP_HAS_NO_NEW_IOSTREAMS macro.
2669 internal macro do not have to use __std_alias, within STLport code std is
2670 not a macro and can be used as the vendor namespace.
2675 _STLP_MPW_EXTRA_CONST macro.
2678 _STLP_NO_CONST_IN_PAIR macro config to avoid instanciation of
2789 * stlport/using/cstring: Fix macro check for Borland compiler.
2832 workaround. _STLP_STATIC_CONST_INIT_BUG macro change definition of
2833 newly introduce _STLP_STATIC_CONSTANT macro which use an enum or a
2877 compilers. It use this macro to activate include_next feature. Moreover
2906 macro removed, it was only used in vector header to avoid include of
2968 output has a constant size. MAXESIZ renamed in MAXEDIGITS to make macro
3074 macro to signal that this compiler preprocessor support include_next.