Lines Matching full:msvc
199 instantiation, moreover, MSVC 2005 do not support it.
465 generating a compilation error using MSVC 2005 under Windows
699 was introducing a regression with MSVC compilers.
740 * build/lib/configure.bat, doc/FAQ, doc/README.msvc,
772 * stlport/stl/config/_msvc.h: Add _STLP_NORETURN_FUNCTION for MSVC
776 make msvc compiler happier, gcc do not care about position of this
906 * build/lib/msvc.mak: Generation of config.mak is not mandatory anymore
916 a MSVC .Net 2003 issue that seems to be related to a too important
1203 gcc that seems to do more check that MSVC on explicit
1452 lib and you have to bind it to a MSVC install, Intel compiler
1453 generate MSVC compatible code so that MSVC linker can correctly
1454 generate final exe or dll. To mimic MSVC compiler ICL also defines
1456 on a compiler option and do not necessarily reflect the MSVC lib
1459 responsible of name mangling so asking for a MSVC compiler
1462 configuration more clean. Now MSVC compiler version is given
1471 MSVC compiler config and MSVC native library config.
1488 * build/lib/msvc.mak, evc.mak: Removed forced inclusion of
1492 * build/test/unit/msvc.mak, evc.mak: Replace vc_warning_disable.h
1506 MSVC compiler and not for all compilers defining _MSC_VER. Also
1547 MSVC 2005 Standard library. Looks like this implementation do
1551 of STLport using the MSVC /clr option.
1553 * stlport/stl/_threads.h: Remove MSVC .Net 2002 annoying warning.
1628 * build/test/unit/msvc.mak: Prepare makefile to easily build unit tests
1646 warning (noticed with MSVC 2005 express)
2184 feature is activated with MSVC compilers.
2242 * src/dll_main.cpp: Hide force_link definition to MSVC compilers,
2256 than link that is rather the MSVC like wrapper.
2294 unsigned int for MSVC compilers after VC6 in IO output operator
2405 * build/test/unit/msvc.mak: Systematically add /Zm800 for MSVC
2457 * build/nmake/extern.mak, lib/msvc.mak, test/unit/msvc.mak,
2458 test/eh/msvc.mak: Moved injection of boost include path for all targets
2538 * doc: Add Borland doc and update cygwin, mingw and msvc.
3020 * test/eh: Generalized use of msvc.mak rather than all the nmake-vc??.mak
3175 * Generalize use of secure string functions (strcpy_s for instance) for MSVC compilers
3370 the back end MSVC compiler one so macro set in stl_msvc.h.
3407 * INSTALL, README, doc/FAQ, doc/README.msvc: Documentation updates.
3546 * build/lib/configure: Removed obsolete configure options --with-msvc and
3574 * stlport/config/stl_msvc.h: Modify MSVC auto link feature to reflect
3602 support for MSVC .Net 2002 that seems to be unable to support it.
3930 emulating MSVC compilers use the same native Standard Library headers
3936 emulators of MSVC using MSVC headers, macro checks for global definition
3985 * stlport/stl/_hash_func.h: For MSVC .Net compiler we grant the hash<size_t>
4416 is better in the unit tests. Add makefiles for MSVC compilers.
4478 * stlport/config/stl_msvc.h: Change configuration for MSVC .Net 2003 and
4482 as this compiler version do define errno macro in stdlib.h as MSVC do.
4503 * stlport/stddef.h, stdlib.h, errno.h: Fix issue under MSVC compilers where
4536 generate warning when built from -1 (MSVC).
4631 MSVC compilers. MSVC do not see that the called function comes from
4718 * build/Makefiles/nmake/*: Removed useless specification of the MSVC default
4720 the LIB env variable to the real MSVC install directory.
4820 * stlport/errno.h: Fixed for MSVC compilers, should still be fine for
4982 specification when using MSVC compilers. Fix alignment for Win64 platform.
5105 * cstdlib: Fix abs definition for MSVC compilers.
5219 to avoid very anoying warnings under some compilers (MSVC 7.0 7.1).
5226 * stlport/stdexcept: Removal of a MSVC 7.0 and 7.1 workaround. Those compilers
5358 * Many fixes to avoid warnings using MSVC in level 4 warnings:
5377 * stlport/stl/pointers/_deque.h, _list.h: Fix of the exported class under MSVC
5382 MSVC.Net 2003 and MSVC 8 compilers.
5384 * src/locale_impl.h: Export of the locale facets container for MSVC compilers.
5773 starting with MSVC .Net 2002 thanks Kevin Bluck report.
5841 auto link feature for MSVC but only if activated by the client. Moreover the
6327 but more portable. Fix link problem with MSVC compilers family when using STLport
6499 * doc/README.msvc: new doc specific to the MSVC++ family compiler.
6626 MSVC .Net 2003 compiler.
7471 * _iterator_old.h : restored ->() operator for MSVC (thanks Daniel Anderson)
7668 * config/_prolog.h, config/_epilog.h : added push/pop pack(8) pragmas for MSVC (thanks Todd Greer, Alberto Barbati)
7815 * _hash_set.h : fixed typo in MSVC++ bug workaround ( Thanks to Jon_Hanson for the report)
7817 * stlport/strstream.h : fixed inclusion for MSVC 6 (Thanks Joachim Achtzehnter)