Home | History | Annotate | Download | only in etc

Lines Matching full:moved

168 	* stlport/stl/config/user_config.h, host.h: Moved the administrative
442 to 4096. Initialisation code has been moved to a static method
942 * test/unit/floatio_test.cpp: Removed, all code moved to NumPutGetTest
949 output moved to NumPutGetTest test fixture.
1103 moved it to the base, too.
1106 evc3,4,8 but I moved it to app/evc-common.mak and documented
1183 file generated for MIPS, the same functionality was moved to the
1531 * stlport/stl/_alloc.h: Moved __type_traits specialization for
1644 * src/complex_io_w.cpp: Removed, content moved to src/complex_io.cpp
1768 * stlport/new, stl/_new.h: Moved all STLport code in _new.h and
2156 * stlport/stl/_alloc.h, _alloc.c, _pthread_alloc.h: Many code moved
2159 * stlport/stl/_pthread_alloc.c: Removed, content moved to
2458 test/eh/msvc.mak: Moved injection of boost include path for all targets
2498 * src/num_put.h: Removed, content moved to num_put.cpp that
2629 in one place [moved from stlport/stl/_windows.h]
2632 in one place [moved to stlport/stl/config/_windows.h]
2695 * stlport/stl_user_config.h, stlport/stl/_config.h: moved
2700 * stlport/config: headers moved to stlport/stl/config catalog,
2722 * stlport/stl/_rope.h: Moved overload of __identity_element for
2724 declaration is. Also moved _Rope_Concat_fn at the same time, much more
2725 many elements of _rope.h should be moved to this namespace...
3164 * stlport/c*: Modification of C++ headers wrapping C ones. All code moved to internal
3884 moved into
3931 macros _STLP_NEW_PLATFORM_SDK and _STLP_NO_VENDOR_STDLIB_L has been moved
4334 * src/c_locale_stub.cpp: "stub" implemntation moved into
4753 moved in a common build system file.
4968 of __get_c_string, moved to _string.h header, once string has been defined,
5249 cctype include removed from _string.h. _string_hash.h also moved from
5501 * build/Makefiles: makesystem moved here from src/Makefiles
5503 * build/lib: makefiles moved here from src catalog.
5505 * build/test/unit: makefiles moved here from test/unit catalog.
5541 * src: untested (lost support) .mak and installation files moved into
5544 * explore, src: explore catalog moved into src catalog. Makefiles from
5997 test/unit tests instead; all tests from test/regression was moved in test/unit,
6060 * src/explore/Makefiles/gmake/unix/lib.mak: moved from linux/lib.mak, as
6888 * stlport/stl/_vector.c, stlport/stl/_vector.h: big enough functions moved to non-inline section
6985 * stlport/stl/_stdio_file.h: moved...
6988 * stlport/stdio_streambuf: moved...
7056 moved to _Locale_impl constructor---locale will be correctly initialized
7195 * STLport (repository): current development moved to CVS HEAD stream.
7500 They will be moved out to distinct directory in the next release, and default is going to be no own namespace
7622 * stl/_cmath.h, <cmath> : parts of code moved to <cmath> as <valarray> uses it (Thanks Synge Todo)
7746 moved there
7970 * *.SUNWCCh files changed to regular files; moved to "stlport" directory
8076 - some function bodies moved between .c and .h
8077 - all functions used internally moved out to _algobase.h, so no other header includes <_algo.h> anymore
8086 * <stl/_function.h> : basic stuff moved to _function_base.h ;
8098 * all __STL_ABBREVS abbreviations moved aside in _abbrevs.h header.
8167 * _iterator.h : added template(and non-template) assignment operator for reverse_iterator<> (thanks to psw). Obsolete HP-style code moved to _iterator_old.h
8169 * _alloc.h : obsolete code for raw SGI allocators support moved to separate header, for compile-time improvement
8171 * More iostreams code conditionally moved out for clients who only use standard i/o and can set __STL_NO_CUSTOM_IO flag
8248 moved under __STL_NO_ANACHRONISMS guard (thanks to Ed Brey)
8273 * <stdio_streambuf> : moved from stlport/stl to stlport directory, for SGI compatibility