first commit
This commit is contained in:
3088
extern/STLport/5.2.1/etc/ChangeLog
vendored
Normal file
3088
extern/STLport/5.2.1/etc/ChangeLog
vendored
Normal file
File diff suppressed because it is too large
Load Diff
668
extern/STLport/5.2.1/etc/ChangeLog-4.0
vendored
Normal file
668
extern/STLport/5.2.1/etc/ChangeLog-4.0
vendored
Normal file
@@ -0,0 +1,668 @@
|
||||
The following fix was made in 4.0 since 4.0 Release Candidate :
|
||||
|
||||
* _threads.h/_config.h : for all platforms, static mutexes made non-indirect
|
||||
|
||||
* _iterator_base.h : made possible to choose between iterator_traits approach
|
||||
and old-style iterator queries like iterator_category(), value_type(), etc.
|
||||
(Thanks to John R. Bandela for pointing this out)
|
||||
* _config.h, stl_user_config.h : introduced __STL_OLD_HP_ITERATOR_QUERIES switch to
|
||||
allow old-style and new-style iterator queries (for all compilers).
|
||||
iterator_traits<> made always defined.
|
||||
|
||||
* _ptr_specialize.h - specializations of type_traits<> for compilers w/o partial spec
|
||||
moved into separate file. Added iterator_traits<> specializations for pointer types
|
||||
for __STL_NO_OLD_HP_ITERATOR_QUERIES case. Macro __STL_POINTERS_SPECIALIZE is now available
|
||||
to specialize both type_traits and iterator_traits for a pointer to user-defined
|
||||
type (latter for standard-style iterator queries mode only)
|
||||
|
||||
* vc5.mak : __STL_NO_FORCE_INSTANTIATE flag restored
|
||||
|
||||
* _site_config.h : if __STL_NO_NEW_IOSTREAMS or __STL_NO_IOSTREAMS specified,
|
||||
SGI iostreams are being turned off. __STL_NO_SGI_IOSTREAMS moved into stl_user_config.h
|
||||
(Thanks to Sathish T C for the report)
|
||||
|
||||
* stl_watcom.h : _REENTRANT is being set if _MT is set (thanks to Ricardo E. Gayoso for the input)
|
||||
|
||||
The following fix was made in 4.0 Release Candidate :
|
||||
* _threads.h, _alloc.c : fixed use of _STL_mutex_base instead of _STL_STATIC_MUTEX macro
|
||||
|
||||
The following changes were made in 4.0 Release Candidate since 4.0 beta 8:
|
||||
|
||||
* fstream.cpp : WIN32 fstreambuf::open flag mapping fixed
|
||||
(thanks to Alberto Barbati for the reports)
|
||||
|
||||
* ctype.cpp : fixed classic table regarding ios_base::print/ios_base::space
|
||||
conflict (thanks to Alberto Barbati for the report)
|
||||
|
||||
* cmath : added same workaround for SUN's math exception/std::exception name clash
|
||||
as was there in math.h before
|
||||
|
||||
* _streambuf.c : added "typename" to out-of-line functions (thanks to Michael Tsirkin for the report)
|
||||
|
||||
* README fixed to be consistent about SGI iostreams setting (thanks to Ed Brey for the report)
|
||||
|
||||
* _bitset.h : fixed SUN CC 4.2 crash with -g option (thanks to Alex Vanic for the report),
|
||||
fixed bug in bitset<>::reference base bitset typedef
|
||||
|
||||
* _threads.h/.c - fixed issue with inconsistent system's macro for initialization
|
||||
and warning about partially bracketed initializer
|
||||
|
||||
* debug/_vector.h : fixed _Vector_nonconst_traits specialization for bit_vector
|
||||
(thanks for Dave Abrahams for the fix & reminder)
|
||||
|
||||
* config/msvc.h - addidional level 4 warnings suppressed (thanks to Ed Brey for the report)
|
||||
* _ios.h : fixed DLL export decl for MSVC (thanks to Alberto Barbati for the report)
|
||||
|
||||
* stdio_streambuf.cpp : compatibility fix for glibc 2.2 (thanks to Bill Shanahan for the patch)
|
||||
* _iterator_base.h : added iterator<output_iterator_tag, void,..> specialization;
|
||||
_stream_iterator.h : ostream_iterator changed to inherit from iterator<>
|
||||
(thanks to Raphael Bossek for the report)
|
||||
|
||||
* INSTALL : added some exaples and fixed typos (thanks to Beman Dawes for the report)
|
||||
|
||||
* _site_config.h : more consistency checks for MT (thanks to John Maddock for the input)
|
||||
|
||||
* _messages_facets.h : added DLL export decls (thanks to John Maddock for the report)
|
||||
|
||||
* complex_io_w.cpp : fixed specialization syntax for aCC (thanks to Paul E. Blanchard for the report)
|
||||
|
||||
* complex_exp.cpp : fixed pow() bug for negative arguments (thanks to Anton Sergeev for the report)
|
||||
* _fstream.h/_streambuf.h : MRC/MPW workarounds (thanks for Tsutomu Yoshida for the report)
|
||||
|
||||
* using/fstream.h : added missing end-of-line (thanks to Jean-Francois Panisset for the report)
|
||||
|
||||
* <typeinfo> : workaround for VC++ 6.0 defining type_info in gobal namespace (thanks to Bosko Ivanisevic for pointing that out)
|
||||
|
||||
* _threads.h/_threads.c/pthread_alloc : improved pthreads portability (thatnks to Michael Tsirkin for the patch)
|
||||
|
||||
* _debug.h/_debug.c : __STL_ASSERT/__STL_VERBOSE_ASSERT/__STL_VERBOSE_RETUN macros guarded to be overridable by user (thanks to Tony Gould for the input)
|
||||
|
||||
* _valarray.h : added assert to operator=
|
||||
|
||||
* config/vc_select_lib.h : added _AFXDLL recognition (thanks to Andrew Phipps for input)
|
||||
|
||||
* _rope.h : added default constructors to please gcc-2.7.2
|
||||
|
||||
* _set.h/_hash_set.h : pointer and reference typedefs fixed (thanks to Anton Sergeev for the report)
|
||||
|
||||
* stl/_config.h : stl_user config.h included prior to other parts of configuration
|
||||
(thanks to Frank Samuel for the report)
|
||||
|
||||
The following changes were made in 4.0 beta 8 since 4.0 beta 7:
|
||||
|
||||
* Merged changes for 06/08 SGI library snapshot; mostly in locale
|
||||
|
||||
* Merged series of fixes/workarounds by Tsutomu Yoshida (thanks!):
|
||||
* _rope.c - fixed memory leak bug;
|
||||
* _debug.c/_debug.h - added extra zero-initialization for more robustness;
|
||||
* _list.h - MPW - specific fixes;
|
||||
* _hashtable.h - fixed debug renaming clash for __STL_USE_ABBREVS
|
||||
* EH workarounds to make Apple compilers behave
|
||||
|
||||
* _fstream.c : fixed tellg() bug in text mode
|
||||
|
||||
* <csignal> : added sig_atomic_t import
|
||||
|
||||
* series of fixes for HP aCC 1.23 ( thanks to Michael Tsirkin for the patch ):
|
||||
_bvector.h : all relops are specialized;
|
||||
stl_hpacc.h - fixed config;
|
||||
hpacc.mak : added makefiles for HP aCC in src and test
|
||||
debug/_iterator.h, debug/_vector.h - removed future errors due to baseclass member use
|
||||
|
||||
* <cstdlib> : added import of system() call (thanks to Petr Ovchenkov for the report)
|
||||
|
||||
* _REENTRANT is now set by default to be on for all SGI iostreams compilations.
|
||||
Same is being enforced if SGI iostreams are used.
|
||||
|
||||
* _pair.h : added workaround for make_pair in case of char literals
|
||||
(extension, only works with partial function order)
|
||||
|
||||
* config/stl_gcc.h - fixed configuration problem for "g++-3" directory used in Cygnus and Mingw
|
||||
distributions for gcc-2.95.2, while all other platforms use "g++". Added recognition section.
|
||||
Thanks to Dave Abrahams for the report.
|
||||
|
||||
* config/stl_mlc.h : added support for MLC compiler (thanks to Anton Sergeev for the patch)
|
||||
|
||||
* <memory> : auto_ptr simplified (thanks to Kon Tantos for problem report)
|
||||
|
||||
* num_get.cpp : included <ostream> to get external symbols right.
|
||||
|
||||
* stl_ibm.h : __STL_NO_TYPEINFO added for OS/2 (thanks to Willie Arbuckle for the report)
|
||||
|
||||
* stl_bc.h : fixed enforcement of static library until dynamic made to work (thanks to J. Lambert for the report)
|
||||
* src/stlport.rc : improved version definition to work with mingw32, <winres.h> changed to <windows.h>
|
||||
|
||||
* src/mingw32.mak : Made use of stlport.rc for DLL build (thanks to Danny Smith for the suggestion)
|
||||
* debug/_vector.h : name clash removed for _Base (thanks to Will Fike for the report)
|
||||
|
||||
* _monetary.h - added "static const bool intl" member to meneypunct<> templates
|
||||
(thanks to Anton Sergeev for the report)
|
||||
|
||||
* _bitset.h : added forward friend decraration for reference (thanks to Anton Sergeev for the report)
|
||||
|
||||
* _tree.h : made _Rb_tree_base_iterator::_M_node initialized in default constructor (thanks to Dean Sturtevant for the report)
|
||||
|
||||
* _set.h : reinterpret_cast<> changed to C-style cast (thanks to Dave Abrahams for the suggestion)
|
||||
|
||||
* Use of raw SGI allocators (like __node_alloc) as an allocator parameter deprecated,
|
||||
available only with __STL_USE_RAW_SGI_ALLOCATORS macro. May be removed later.
|
||||
__allocator<T> still available unless __STL_NO_EXTENSIONS is specified
|
||||
|
||||
* _limits.h/_limits.c - alignment fix for Solaris;
|
||||
* Modified __format_float* routines to take long double as parameter;
|
||||
(thatnks to Anthony Williams for the patch)
|
||||
|
||||
* debug/_iterator.h - wrappers for noncompliant compilers moved under
|
||||
#ifdef __SGI_STL_NO_ARROW_OPERATOR (thanks to Dave Abrahams for the input)
|
||||
|
||||
* _numeric_facets.h - num_put<> , num_get<> virtual members made outline to work
|
||||
aroung gcc-2.95 bug.
|
||||
|
||||
* <cstdio> : undefined obsolete C macros : getchar/putchar & the like.
|
||||
|
||||
* ctype.cpp : fixed bug with ctype<char>::is (const char*, const char*, mask)
|
||||
|
||||
* ctype.cpp : fixed is(print) for certain platforms where print is a separate flag
|
||||
|
||||
* ftstream.cpp : fixed corner case bug for Win32 text output (thanks for Dirk Schreib for the report)
|
||||
|
||||
* _streambuf.h, _fstream.h, stdio_strembuf.h : fixed overflow/pbackfail() virtuals definition;
|
||||
* _bitset.h : _M_copy_from_string fixed for non-member-template case (thanks to Alex Vanic for the report)
|
||||
|
||||
* gcc-glibc.mak, common_macros.mak : GLIBC compilation fixes (thanks to Thomas Witt for the report)
|
||||
* WCHAR_MIN, WCHAR_MAX definitions moved from <limits> to <cwchar>
|
||||
|
||||
* char_traits<char>::to_char_type : parameter changed to int
|
||||
|
||||
* <cstddef> included in <new> (for size_t)
|
||||
|
||||
* _codecvt<>::do_length: fixed first parameter to be const mbstate_t &;
|
||||
virtual fns moved into .cpp, to work aroung gcc bugs
|
||||
|
||||
* _complex.h : fixed complex<>::operator= and constructors signature to take const T&
|
||||
|
||||
* _istream.c : fixed formatted input involving binary '0'
|
||||
|
||||
* locale_impl.cpp : insertion of time_put<wchar_t> fixed
|
||||
|
||||
The following changes were made in 4.0 beta 7 since 4.0 beta 6:
|
||||
|
||||
* Merged series of fixes/workarounds by Tsutomu Yoshida (thanks!):
|
||||
* cmath, _complex.h, stl_apple.h, _deque.h - MPW/MRC specific workarounds
|
||||
* _bitset.h - removed the obsolete _WordT template parameters.
|
||||
* _ctype.h, _codecvt.h, _collate.h, _istream.h, _messages_facets.h, _monetary.c
|
||||
_monetary.h, _numeric_facets.h, _time_facets.h - added workaround for locale's nested class.
|
||||
* _ostream.c_ostream.h - added proposed modification against the <ostream> circular inclusion problem.
|
||||
* test/eh/test_deque.cpp - removed the obsolete template argument
|
||||
|
||||
* _bitset.h - removed obsolete adaptor (thanks to Alex Vanic for the report)
|
||||
|
||||
* _[io]stream.h - removed extra DLL specs (thanks to Danny Smith for the report)
|
||||
|
||||
* stl_msvc.h - fixed bug caused static lib to always be selected
|
||||
|
||||
* gcc.mak - fixed AR definition for static link
|
||||
|
||||
* Added workaround for static locale::id member in DLL for mingw32 (thanks for Danny Smith for the report)
|
||||
|
||||
* _string_io.h : added _widen() to get getline() compile with wchar (somewhat missing in b6 , thanks to Mikhail Leonov for reminder)
|
||||
|
||||
* threads.h - fixed guards for DreamSega WinCE (thanks to Ben Nason for the report)
|
||||
|
||||
* fstream.cpp : fixed truncation for WIN32 (thanks to Bruce Alderson for the report)
|
||||
|
||||
* _istream.c/_M_ignore_unbuffered() - fixed count bug
|
||||
|
||||
* _istream.c/ readsome() : fixed extra failbit setting on eof
|
||||
|
||||
* __get_integer - enhanced using a table; input value made unchanged in case of error.
|
||||
|
||||
* __get_base_or_zero - more code factored out
|
||||
|
||||
* stl_wince.h : fixed assert() definition for Win CE (thanks to Andrew Waters for the report)
|
||||
|
||||
* vc_select_lib.h " fixed __declspec selection for Win CE (thanks to Andrew Waters for the report)
|
||||
|
||||
* _rope.c - fixed bug in _S_destr_concat_char_iter (thanks to E.Musser for the fix)
|
||||
|
||||
* debug/_vector.h - fixed DLL export for vector<void*>
|
||||
|
||||
* _vector.h, _deque.h, _bvector.h - obsolete guards around at() methods removed ;
|
||||
* type_traits.h - WinCE compatibility fixes for -> operator definition ;
|
||||
* _vector.h, _deque,h - removed extra casts (thanks to Andrew Waters for the report)
|
||||
|
||||
* _algobase.h - optimized lexicografical_compare() overload for char*
|
||||
|
||||
The following changes were made in 4.0 beta 6 since 4.0 beta 5:
|
||||
|
||||
* Merged changes from SGI STL snapshots 04/03, 04/14, 04/18.
|
||||
|
||||
* Iostreams ported to Apple MPW/MRC (thanks to Tsutomu Yoshida for the contribution)
|
||||
|
||||
* Iostreams ported to OSF1/Tru64 (thanks to Marc W. Mengel for the contribution)
|
||||
|
||||
* Iostreams ported to FreeBSD ( Thanks to Sms for the contribution)
|
||||
|
||||
* <deque> : extra template parameter removed
|
||||
|
||||
* locale::id, locale::facet : reverted to nested classes as standard prescribes
|
||||
|
||||
* _string_io.h : added _widen() to get getline() compile with wchar (thanks to Mikhail Leonov for the patch)
|
||||
|
||||
* collate_byname[_w].cpp : fixes for VC++ 5.0 build w/__STL_DEBUG (thanks to Petr Ovchenkov for the patch)
|
||||
|
||||
* <complex> : __STL_COMPLEX_NAMESPACE defined before inclusion of impl. header
|
||||
(thanks to Matthew Kelly for the patch)
|
||||
|
||||
* makefiles in "src" : improved to get each compiler to put object files in separate directory :
|
||||
./obj/$(COMP)/Debug, etc. COMP is given some default value for each compiler, but may be also overridden.
|
||||
|
||||
* "src" subdirectory : added stlport_prefix.h file for precompiled header support;
|
||||
VC++ makefiles make use of them
|
||||
|
||||
* stl/_iterator_base.h : provided __STL_NONTEMPL_BASE_MATCH_BUG
|
||||
workaround for new form of distance().
|
||||
|
||||
* <limits> : added cast to WCHAR_MAX definition (thanks for Dave Abrahams for the report).
|
||||
|
||||
* stl_user_config.h, stl/_config.h - setting splitted and organized more properly.
|
||||
|
||||
* time_facets.cpp - extra instantiations removed (thanks to Matti Rintala for the report).
|
||||
|
||||
* stdio_streambuf.h : added explicit qualifications of C lib functions for gcc-2.91
|
||||
|
||||
* SGI code used for compatibility w/older versions are guarded with #ifndef __STL_NO_ANACHRONISMS
|
||||
|
||||
* SGI extensions are guarded with #ifndef __STL_NO_EXTENSIONS
|
||||
|
||||
* SGI/HP anachronisms are guarded with #ifndef __STL_NO_ANACHRONISMS
|
||||
|
||||
* <typeinfo> : .h file included if __STL_NO_NEW_NEW header is set
|
||||
(thanks to Willie Arbuckle for the report)
|
||||
|
||||
* Suppresed spurious BC55 warnings about iterators
|
||||
|
||||
* complex_io.h - fixed operators declarations for MetroWerks
|
||||
|
||||
* debug/_slist.h - cleaned up use of stl_debug_do obsolete macro (thanks to Matti Rintala)
|
||||
|
||||
* debug/_iterator.h, debug/_vector.h - fixed relaxed iterator constructors (thanks to Dave Abrahams for the patch)
|
||||
|
||||
* stl/_complex.h - fixes for gcc-2.95 on IRIX (thanks to Marc W. Mengel)
|
||||
|
||||
* debug/_iterator.h : fixed relaxed const/non-const iterator construction for debug mode
|
||||
(thanks to Dave Abrahams for the patch)
|
||||
|
||||
* collate : added workaround for SUNpro linker (thanks to Petr Ovchenkov for the fix)
|
||||
|
||||
* _ios.h, _streambuf.h - added obsolete stuff required by the standard
|
||||
|
||||
* _config.h/stdexcept - introduced __STL_NOTHROW_INHERITED to be used when we actually need
|
||||
exception specification due to inheritance (thanks to Joe for the report)
|
||||
|
||||
* _locale.h:104 : fixed ummaned parameters
|
||||
|
||||
* _tempbuf.h - fixed absent inclusion of _tempbuf.c
|
||||
|
||||
* <exception> : relaxed rules for importing vendor symbols
|
||||
|
||||
* _deque.h - added != operator
|
||||
|
||||
* _streambuf.h - fixed snextc() bug for wchar_t
|
||||
|
||||
* <ostream>, _numeric_facets.h - circular dependency resolved
|
||||
|
||||
* stl/_iosfwd.h - added include guard
|
||||
|
||||
* basic_[io]stream::sentry made inner class again (as per standard)
|
||||
for non-DLL compilations.
|
||||
|
||||
* vector<void*> is used in locale implementation to reduce code bloat,
|
||||
vector<void*> exported from DLL
|
||||
|
||||
* <stdexcept> : exported more stuff
|
||||
|
||||
* stl_intel.h : ICL config merged into stl_msvc.h
|
||||
|
||||
* gcc.mak - fixed for shared target
|
||||
|
||||
The following changes were made in 4.0 beta 5 since 4.0 beta 4:
|
||||
|
||||
* _hastable.c:263 : removed inneeded cast (thanks to Will Fike for the report)
|
||||
|
||||
* debug/_string.h : added conversion to non-SGI string (thanks to Todd Richmond for the report)
|
||||
|
||||
* _complex.h : fixed DLL declarations for i/o operators
|
||||
|
||||
* _ostream.h : fixed sentry behavoiur and DLL specs.
|
||||
|
||||
* _istream.h : fixed DLL specs, optimized some try/catch blocks
|
||||
|
||||
* _vector.h : fixed vector::insert body definition for __STL_INLINE_MEMBER_TEMPLATES
|
||||
|
||||
* <exception> : more compilers listed as having full exception header
|
||||
|
||||
* debug/_debug.h : added namespace to __STL_ASSERT for EH test which uses this internal macro.
|
||||
|
||||
* resource info fixed (thanks to Michael Entin for the report)
|
||||
|
||||
* debug/_string.h : fixed _M_start resolution bug (thanks to Rob for the report )
|
||||
|
||||
* <new> : added import of new_handler stuff from vendor namespace (thanks to Niran Bala for the report).
|
||||
|
||||
* src/c_locale_glibc - missed directory contents restored (thanks to Todd Rider for the report)
|
||||
|
||||
* mwerks_prj - project updated for new file set, target names for x86 changed to conform to common schema
|
||||
|
||||
* _ostream.c/_istream.c : fixed lookup for _S_eof symbol (thanks to Anton Sergeev for the report)
|
||||
|
||||
* _ios.h - fixed VC++ DLL warning for specializations
|
||||
|
||||
* stl_ibm.h - disabled "long long" due to incomplete support on MVS by request (thanks to Tinny Ng)
|
||||
|
||||
* char_traits.h - worked around weird gcc internal bug (__sz identifier changed to _Sz)
|
||||
|
||||
The following changes were made in 4.0 beta 4 since 4.0 beta 3:
|
||||
|
||||
* "src" directory : source divided into smaller parts to be more manageable and to
|
||||
get more cache locality
|
||||
|
||||
* throw specifications removed (macros made void) - thanks to Dave Abrahams for the suggestion
|
||||
|
||||
* stl/_list.c - fixed reverse() "inline",
|
||||
_deque.h - fixed cast bug for xlC (thanks to Alex Vanic for the reports)
|
||||
|
||||
* stl/_strstream.h - fixed DLL specs (thanks to Parcival Willems for the report)
|
||||
|
||||
* stl/_string.h, debug/_string.h - fixed conversion from native string with __STL_DEBUG
|
||||
(thanks to Todd Richmond for the report).
|
||||
|
||||
* stl/_istream.h - fixed clash of "__N" symbol with ctype.h macro for some compilers
|
||||
(thanks to Kees de Bruin for the report)
|
||||
|
||||
* Configuration fixed for Borland C++ 5.02 compiler [ deque still does not work with it ]
|
||||
|
||||
* gcc-2.7.2 configuration fixed
|
||||
|
||||
* SGI iostreams now work for Borland 5.5 with static lib , some problems with
|
||||
locale initialization when DLL is used.
|
||||
|
||||
* __get_c_string exported in DLL (thanks to Ed Ball for the report).
|
||||
|
||||
* ENDIAN fixes for CodeWarrior/DEC (thanks to Kevin Wooten for bringing this up)
|
||||
|
||||
* wrap_std/h/strstream.h - added missing wrapper (Thanks to Laurent for the report)
|
||||
|
||||
* stl_hpacc.h - fixed #endif bug,
|
||||
_limits.h/.c - fixed array initialization,
|
||||
_string_io.h, _locale.h - fixed circular dependancy,
|
||||
_set.[hc], _hashtable.c, _set.h - added __REINTERPRET_CAST need by some compilers;
|
||||
_i[o]stream.c, _rope.[hc] - lookup fixed for dependant symbols
|
||||
(thanks to Alain Miniussi for the reports)
|
||||
|
||||
After-release minor bugfixes for beta3:
|
||||
|
||||
* stl/_list.c - fixed reverse() [ new SGI code, merged unported first ]
|
||||
Thanks for everybody who reported it.
|
||||
|
||||
* stl/_bvector.h : fixed ambiguity problem with relational iterators
|
||||
for __STL_NO_BOOL case (thanks to Alex Vanic for the report).
|
||||
|
||||
* stl/_alloc.c, stl/_threads.c - fixed static member definitions for compilers
|
||||
that lack automatic static data members (gcc-2.7). Thanks to Huang-Ming Huang
|
||||
for the report.
|
||||
|
||||
* standard wide streams initialization bug on Win32 fixed (thanks to Harold Putman for the
|
||||
report)
|
||||
|
||||
The following changes were made in 4.0 beta 3 since 4.0 beta 2:
|
||||
|
||||
* Merged SGI changes from 02/18 snapshot.
|
||||
|
||||
* Ming32W (gcc Win32 port using MS runtime lib) is now fully supported.
|
||||
|
||||
* .dll build schema improved, now builds with mingw32 and Borland C++
|
||||
(Borland has some problem with numeric i/o)
|
||||
|
||||
* VC++ version bugfixes in <xstring>/<xutility>/<xstring>
|
||||
(thanks to Todd Richmond for the report)
|
||||
|
||||
* _bvector.h - relational operators defined only for "bit_vector",
|
||||
not for "vector" specializations (thanks to Edward Ball for the report)
|
||||
|
||||
* src/locale_impl.h - fixed multiple defined symbol problem with gcc
|
||||
(Thanks to Matti Rintala for the report)
|
||||
|
||||
* config/stl_ibm.h - __STL_NO_TYPEINFO added (thanks for Tinny Ng).
|
||||
|
||||
* <string> : _stl_string_io.h/c introduced to fight inter-dependencies
|
||||
|
||||
* _bvector.h - added fix for -tempinc compilation on AIX (thanks to Alex Vanic for the patch)
|
||||
|
||||
* fstream.cpp - _M_write bug for Win32 text mode fixed (thanks to Mike Pyle)
|
||||
|
||||
* _string.h : debug version included prior to _string.c;
|
||||
|
||||
* debug/_debug.h/.c, debug/_deque.h, debug/_string.h - fixed debug mode bugs;
|
||||
Apple compilers config fixes / iostream wrapping fixes / EH test fixes,
|
||||
(thanks to Tsutomu Youshida for the patch)
|
||||
|
||||
* csetjmp/setjmp.h - guards added against VC++ #defines (thanks to Gavin Wood)
|
||||
|
||||
* stl/_iosfwd.h : __STL_DEFAULT_CONSTRUCTED used instead of __STL_NULL_CHAR_INIT
|
||||
(thanks to Alex Vanic for the report)
|
||||
|
||||
* __stl_get_c_string() - made extern non-template for SGI iostreams mode.
|
||||
|
||||
* __cdecl calling convention fixes - now works for debug & non-debug code.
|
||||
|
||||
* _limits.h/.c : static data moved from inline functions into a class.
|
||||
|
||||
* stlport_msvc.rc resource file added for DLL's (thanks to Michael Entin)
|
||||
|
||||
* stlport/config/stl_wince.h : added abort()/assert() definitions
|
||||
(thanks to Gavin Wood for the report)
|
||||
|
||||
* Initial iostreams port for xlC (thanks to Alexander Vanic for the patch).
|
||||
|
||||
* config files - made safe for C compilers
|
||||
|
||||
* src/c_locale_stub.c - made structure for full platform-dependent
|
||||
locales other than "C". Glibc implementation merged.
|
||||
|
||||
The following changes were made in 4.0 release candidate 2 since 4.0 release candidate 1:
|
||||
|
||||
* Solid approach to __STL_DEFAULT_CONSTRUCTOR_BUG problem implemented,
|
||||
rope.h typo fixed (thanks to Alex Vanic for the report)
|
||||
|
||||
* getline and stream operators moved from _istream.c to _string.c
|
||||
where they belong (thanks for Petr Ovchenkov)
|
||||
|
||||
* <new> fixed to import nothrow and nothrow_t
|
||||
|
||||
* Borland C++ 5.5 (free compiler) supported (iostreams won't compile yet).
|
||||
|
||||
* SUN CC 6.0 EA - new features unabled (most announced features still don't work though)
|
||||
|
||||
* HP ACC configuration updated, some fixes for new aCC beta(thanks to Alain Miniussi).
|
||||
|
||||
* Windows CE compatibility fixed (thanks to Gavin Wood for the report)
|
||||
|
||||
* <sstream> fixed for non-SGI case, ios.cpp bug in __STL_NO_EXCEPTIONS
|
||||
mode fixed, debug iterators fix (thanks to Todd Richmond).
|
||||
|
||||
* VC++ 5.0 and 4.2 compatibility fixed (thanks to Ilya for the report)
|
||||
|
||||
* __cdecl calling convention explicitly specified for VC++ & static/global functions.
|
||||
|
||||
* vc_common.mk : debug type changed to CV (thanks to Mike Pyle for the solution)
|
||||
|
||||
* fstream.cpp : Win32 text mode : bugs fixed, SGI code used.
|
||||
fixed _M_open() creation flags for Win32 (thanks to Mike Pyle for the report)
|
||||
|
||||
* "install" target added for VC++ to install .dll's into Win system directory.
|
||||
|
||||
* __STL_USE_STATIC_LIB switch added to add flexibility to VC++ linking.
|
||||
|
||||
* __stl_debug_message for WIN32/Unicode/MFC improved
|
||||
(thanks to Edward Ball, Chvetsov for the reports)
|
||||
|
||||
* MVS fix for auto_ptr<> (thanks to Tinny Ng)
|
||||
|
||||
* debug/_tree.h, debug/_vector.h "typename" fixes, thanks to Matti Rintala.
|
||||
|
||||
* c_locale.h : fix for Solaris 2.5.x (thanks to B. K. Oxley)
|
||||
|
||||
* _bvector.h : Watcom compatibility fixed (thanks to Ricardo E. Gayoso for the report)
|
||||
|
||||
* __STL_DONT_REDEFINE_STD flag behaviour fixed
|
||||
|
||||
The following changes were made in 4.0 release candidate 1 since 3.2.2 Beta 4 :
|
||||
|
||||
* Merged changes made to SGI standard library snapshot on 01/28.
|
||||
|
||||
* Fixed bug with istream reading numbers in hex mode (thanks to Dave Abrahams
|
||||
for the patch).
|
||||
|
||||
* Debug mode redesigned (again) - no extra namespaces is being used
|
||||
Finally, it works for MSVC and all other platforms.
|
||||
|
||||
* __SGI_STL_OWN_IOSTREAMS made to be the default mode except few platforms
|
||||
not provided with makefiles to build STLport yet.
|
||||
|
||||
* Changed strategy on redefinig std:: namespace.
|
||||
prolog/epilog technology used to get clean namespace wrapping.
|
||||
It also allows for managing stack of pragmas
|
||||
(see stlport/stl/config/_prolog.h,_epilog.h) to get rid of warnings.
|
||||
Note : default namespace changed to _STL:: to satisfy implementation
|
||||
constraints and to allow for more compact symbols.
|
||||
"stlport::" namespace is still defined for backwards compatibility.
|
||||
|
||||
* iostreams library now compiles on HP with aCC (thanks to Steven Serocki for the patch).
|
||||
|
||||
* Configuration for SUN Workshop 6.0 EA provided.
|
||||
|
||||
* For VC++, corresponding [selected by /MT(d) or /MD(d) switch]
|
||||
STLport iostreams library is being linked automatically - all you
|
||||
need is to put library in lib search path or specify additional library path.
|
||||
|
||||
* Ability to turn on all warnings in your own code if you're using
|
||||
a compiler with appropriate support (e.g. MSVC6).
|
||||
|
||||
* Small fixes posted to the forum integrated:
|
||||
|
||||
* config/stl_wince.h : added __STL_HAS_NO_NEW_C_HEADERS switch
|
||||
* wrap_std/strsream : fixed preprocessor bug, strstream.h included
|
||||
when not using new-style headers
|
||||
* other fixes
|
||||
|
||||
The following changes were made in 3.2.2 beta 4 since 3.2.2 Beta 3:
|
||||
|
||||
* Merged changes made to SGI standard library snapshot on 01/10.
|
||||
|
||||
* Major restructuring of header files - for maintainability and
|
||||
8.3 filesystems benefit.
|
||||
|
||||
* Major debug mode improvements - new debug mode now works with
|
||||
VC++, gcc, intel, SUNpro, MetroWerks.
|
||||
|
||||
* Regression test suite changed to new-style headers - thanks to
|
||||
Dima Pasechnik for the initial port.
|
||||
|
||||
* <rope> fixes for Watcom
|
||||
|
||||
* many miscellanous fixes.
|
||||
|
||||
The following changes were made in 3.2.2 beta 3 since 3.2.2 Beta 2:
|
||||
|
||||
* Merged changes made to SGI standard library snapshot in December.
|
||||
|
||||
* std:: is not used for STLport namespace even with SGI iostreams,
|
||||
to avoid possible clashes and facilitate 3rd-party library use.
|
||||
Same macro redefinition technique for stlport:: used to keep clients
|
||||
code with literal std:: happy as in native iostreams mode.
|
||||
|
||||
* C library headers wrapping changed to allow multiple inclusion tricks
|
||||
(needed by gcc-2.95 mostly)
|
||||
|
||||
* gcc-2.95 and CodeWarrior configurations updated.
|
||||
|
||||
* HP aCC fixes applied.
|
||||
|
||||
* Visual C++ - added static library targets, build refined.
|
||||
Fixed memory-mapping bugs.
|
||||
|
||||
* auto_ptr updated, now it passes polymorphic tests with VC++.
|
||||
|
||||
* Many small bugfixes.
|
||||
|
||||
The following changes were made in 3.2.2 beta 2 since 3.2.2 Beta 1:
|
||||
|
||||
* Fixed SUN CC deque<> problem with -g
|
||||
|
||||
* Added configuration and makefiles for DEC VMS, Borland and Win32 gcc.
|
||||
|
||||
* Merged changes made to November SGI standard library snapshot.
|
||||
|
||||
* config changes - "configure" made obsolete and moved into "stlport/config/new_compiler".
|
||||
|
||||
* __STL_TYPENAME_ON_RETURN_TYPE handling changed.
|
||||
|
||||
* Miscellanous fixes.
|
||||
|
||||
The following changes were made in 3.2.2 Beta 1 since 3.2.1 release:
|
||||
|
||||
* SGI iostreams adopted. To use SGI iostreams, user have to set
|
||||
__SGI_STL_OWN_IOSTREAMS flag and to build the library in "src"
|
||||
directory to link with. Please read INSTALL file for detailed
|
||||
instructions.
|
||||
Default setting is NOT to use SGI iostreams (wrappers used as before).
|
||||
|
||||
* Debug mode completely redesigned - debug mode containers are
|
||||
implemented in terms of wrappers around non-debug ones.
|
||||
That provides for more clean and efficient implementation and
|
||||
binary compatibility between debug and non-debug versions.
|
||||
|
||||
* Additional configurations added for platforms :
|
||||
- gcc-2.95
|
||||
- SUNpro CC 5.0 in "compatibility" mode
|
||||
"configure" made obsolete.
|
||||
|
||||
* Bugfixes reported by users since 3.2.1 release merged
|
||||
|
||||
The following changes were made in 3.2.1 since 3.2 release:
|
||||
|
||||
* Now, by default, STLPort renames std:: namespace for user
|
||||
if __STL_USE_OWN_NAMESPACE is used. To make it possible, many new
|
||||
wrapper headers introduced. Internally, STLport uses stlport:: namespace,
|
||||
so no link- or run- time clashes are possible, and you don't have to rebuild
|
||||
the runtime lib (which you don't want to).
|
||||
This feature makes STLport usable out-of-the box, without any modifications
|
||||
for client code, with any compiler.
|
||||
|
||||
* Code bloat reduction : hashtable<T> uses vector<void*> internally.
|
||||
|
||||
* Vector : efficiency/code bloat reduction fixes.
|
||||
|
||||
* Visual C++ : DLL export is supported for allocators and strings. To use it,
|
||||
please define __STL_USE_DECLSPEC in all modules and __STL_DESIGNATED_DLL
|
||||
for the DLL which is supposed to instantiate STLport exports (at least one
|
||||
source of this DLL must include <string>.
|
||||
|
||||
* Visual C++ : for MT synchronization, <windows.h> is not included anymore.
|
||||
|
||||
* For Sunpro C++ 5.0 : all headers are linked into stlport/SC5, so only
|
||||
one include path is needed. Note that SC5.0 has problems with relative
|
||||
search path. It is easy to work around : in your makefiles, instead of
|
||||
"STL_INCL=../.." , write "STL_INCL=${PWD}/../..".
|
||||
|
||||
* Configuration files provided for compilers :
|
||||
KAI C++
|
||||
DEC C++ (6.x, 5.x)
|
||||
Borland 5.02 is back on the road (finally !)
|
||||
|
||||
* Windows CE config provided for Visual C++.
|
||||
|
||||
* __STL_NO_IOSTREAMS switch introduced for embedded platforms.
|
||||
|
||||
* Lots of minor config fixes and improvements for various platforms.
|
||||
8350
extern/STLport/5.2.1/etc/ChangeLog-5.1
vendored
Normal file
8350
extern/STLport/5.2.1/etc/ChangeLog-5.1
vendored
Normal file
File diff suppressed because it is too large
Load Diff
138
extern/STLport/5.2.1/etc/ReleaseNote.txt
vendored
Normal file
138
extern/STLport/5.2.1/etc/ReleaseNote.txt
vendored
Normal file
@@ -0,0 +1,138 @@
|
||||
5.2:
|
||||
|
||||
- Major modifications:
|
||||
|
||||
* Use of #include_next to access native platform/compiler headers when the
|
||||
preprocessor support it. Enhance STLport portability as native header path do
|
||||
not have to be adapted each time the header structure is modified.
|
||||
|
||||
* Yet a modification of the include schema in all C++ Standard headers. Now
|
||||
_STLP_WHOLE_NATIVE_STD mode works as expected, used in conjonction with
|
||||
_STLP_DONT_REDEFINE_STD it is possible to use STLport in stlport namespace at
|
||||
the same time as using native library in std namespace.
|
||||
|
||||
* Use of the gcc visibility feature for gcc versions after 4.0.
|
||||
|
||||
* For builds under Windows, STLport now adapt to the PSDK used to build it. It
|
||||
should be the same as the one used when building an application using the
|
||||
STLport libs. A compatibility detection mecanism has been implemented in order
|
||||
to report not homogeneous build environment with a link error rather than undefined
|
||||
runtime error.
|
||||
|
||||
- Enhancements:
|
||||
|
||||
* Use of malloc based allocator on system having GlibC 2.3 and later, keep
|
||||
node allocator for others.
|
||||
|
||||
* Delay instanciation of type traits type in vector and deque implementation to
|
||||
be able to use some of the nested types like iterator even if type used to
|
||||
instanciate the container is not completely defined.
|
||||
|
||||
* Container pointer specialization feature now works even with incomplete types
|
||||
thanks to use of partial template specialization.
|
||||
|
||||
5.1:
|
||||
|
||||
- Major modifications
|
||||
|
||||
* Folder architecture: All configuration files are now in stlport/stl/config folder.
|
||||
stlport/stl_user_config.h renamed and moved as stlport/stl/config/user_config.h.
|
||||
stlport/stl/_site_config.h renamed and moved as stlport/stl/config/hosts.h.
|
||||
STLport configuration now also try to seperate platform configuration from compiler
|
||||
one.
|
||||
|
||||
* Allocators implementation is in src folder to enhance encapsulation. Default
|
||||
allocator when using STLport without building it (_STLP_NO_IOSTREAMS) is the simple
|
||||
new/delete based allocator, node allocator is the default when building the lib.
|
||||
|
||||
* Access to native headers has been modified to make STLport less dependant on
|
||||
native headers internal includes, should improve portability.
|
||||
|
||||
* Segregation of headers has been improved. You might have to add now missing
|
||||
functional or algorithm Standard headers include in your code.
|
||||
|
||||
- Enhancements
|
||||
|
||||
* Support enhancements:
|
||||
- Borland compilers starting with the free one (5.5.1)
|
||||
- HP aC++/ANSI C B3910B A.06.06
|
||||
- Visual Studio 2005 for Windows CE
|
||||
- Use of intrinsic type traits support of Visual Studio 2005
|
||||
|
||||
* Improved meta programming techniques especially in uninitialized_* algorithms.
|
||||
If you need a vector of null pointer prefer to write 'vector<void*> v(10)' rather
|
||||
than 'vector<void*> v(10, (void*)0)'.
|
||||
|
||||
* Fully functional pointer specialization feature (_STLP_USE_PTR_SPECIALIZATIONS).
|
||||
|
||||
* Extension of template search methods in associative and hashed container has
|
||||
been completed.
|
||||
|
||||
* STL safe mode: Now detect badly implemented strict weak ordering functors, assert
|
||||
if a < b && b < a. Same for equivalent functor used in hash container implementation,
|
||||
assert if a <=> b but !(b <=> a).
|
||||
|
||||
* Improved locale creation delay on Windows platform.
|
||||
|
||||
* STL containers implementation now correctly handle allocators with state. This kind
|
||||
of allocator has to overload swap method if any specific action has to be made when
|
||||
swaping 2 instances.
|
||||
|
||||
* STLport is ready for safe string functions *_s (_STLP_USE_SAFE_STRING_FUNCTIONS)
|
||||
|
||||
* Many bug fixes, see etc/ChangeLog-5.1.
|
||||
|
||||
5.0:
|
||||
|
||||
- Major modifications
|
||||
|
||||
* No more wrapper mode: you can use STLport iostreams or no iostreams
|
||||
at all.
|
||||
|
||||
* _STLP_NO_CUSTOM_IO now also hide basic_string implementation
|
||||
|
||||
* internal namespace schema has been modified, see doc folder for additionnal
|
||||
informations.
|
||||
|
||||
- Enhancements
|
||||
|
||||
* Support of many modern C++ compilers and platforms
|
||||
- gcc 3.4.0 and later
|
||||
- MSVC .Net 2002, 2003 and MSVC 2005 Beta
|
||||
- Windows CE
|
||||
see build/test/unit/STATUS for a complete list of tested platforms/compilers
|
||||
|
||||
* Move semantic: vector or deque of any other STL containers are using
|
||||
move semantic when resized or modified rather than copy.
|
||||
|
||||
* New checks in safe STL mode like null pointer or check of iterator range
|
||||
pass to container constructors.
|
||||
|
||||
* Expression template for string concatenation operations (available
|
||||
throught the _STLP_USE_TEMPLATE_EXPRESSION config option)
|
||||
|
||||
* Implementation of the short string optimization trick, basic_string have
|
||||
a small static buffer in this case.
|
||||
|
||||
* STL containers vector, deque, list and slist pointer specialization to
|
||||
limit code bloats (see _STLP_USE_PTR_SPECIALIZATIONS on config file)
|
||||
|
||||
* Use of boost type_traits rather than internal equivalent when requested
|
||||
(see _STLP_USE_BOOST_SUPPORT in config file)
|
||||
|
||||
* set/multiset, or map/multimap iterators cannot be compared anymore.
|
||||
|
||||
* unordered_set, unordered_multiset, unordered_map, unordered_multimap hash
|
||||
containers implementation specified in the TR1 document.
|
||||
|
||||
* Thanks to the _STLP_LEAKS_PEDANTIC config option you can ask STLport to
|
||||
clean its memory pool before being unloaded, useful to only detect real
|
||||
memory leak problems.
|
||||
|
||||
* Creation of configuration scripts to make STLport configuration easier.
|
||||
|
||||
* Improvment of some algorithm like search_n or stable_sort.
|
||||
|
||||
* Ported to 64 bits platforms.
|
||||
|
||||
* Large file ( > 4 Go) stream support on Win32 platform.
|
||||
96
extern/STLport/5.2.1/etc/STLport-4.5.1.spec
vendored
Normal file
96
extern/STLport/5.2.1/etc/STLport-4.5.1.spec
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
%define MAKEFILE gcc-linux.mak
|
||||
|
||||
Summary: Complete C++ standard library
|
||||
Name: STLport
|
||||
Version: 4.5.1
|
||||
Release: 1
|
||||
Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
|
||||
URL: http://www.stlport.org/
|
||||
Packager: Levente Farkas <lfarkas@mindmaker.hu>
|
||||
Group: System Environment/Languages
|
||||
Icon: stlport_powered_white.gif
|
||||
Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
|
||||
Patch0: STLport-rename.patch
|
||||
#Patch1: STLport-rules.patch
|
||||
#Patch2: STLport-install-dir.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
|
||||
|
||||
%description
|
||||
STLport is a multiplatform STL implementation based on SGI STL.
|
||||
This package contains the runtime library for STLport.
|
||||
|
||||
%package -n STLport-devel
|
||||
Summary: Complete C++ standard library header files and libraries
|
||||
Group: Development/Libraries
|
||||
Requires: STLport = %{version}
|
||||
|
||||
%description -n STLport-devel
|
||||
STLport is a multiplatform STL implementation based on SGI STL. Complete
|
||||
C++ standard library, including <complex> and SGI STL iostreams. If you
|
||||
would like to use your code with STLport add
|
||||
"-nostdinc++ -I/usr/include/stlport" when compile and -lstlport_gcc when
|
||||
link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
cd src
|
||||
make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd src
|
||||
make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
|
||||
cd $RPM_BUILD_ROOT/usr/include/stlport
|
||||
ln -s . ext
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n STLport-devel
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun -n STLport-devel
|
||||
/sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc doc/license.html
|
||||
/usr/lib/libstlport_gcc.so
|
||||
#/usr/lib/libstlport_gcc.so.%{version}
|
||||
/usr/lib/libstlport_gcc.so.4.5
|
||||
|
||||
%files -n STLport-devel
|
||||
%defattr(-,root,root)
|
||||
%doc INSTALL README doc etc test
|
||||
/usr/lib/libstlport_gcc*.a
|
||||
/usr/lib/libstlport_gcc_*debug.so*
|
||||
/usr/include/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.5.1
|
||||
|
||||
* Fri Nov 16 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- merge with Harold's changes
|
||||
|
||||
* Thu Nov 15 2001 <stlport@lanceerplaats.nl>
|
||||
- rebuild for RedHat 7.2, spec file fixes.
|
||||
|
||||
* Tue Oct 2 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.5
|
||||
|
||||
* Thu Oct 26 2000 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.1-b3
|
||||
|
||||
* Thu Jul 17 2000 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- initial release use STLport-4.0
|
||||
|
||||
96
extern/STLport/5.2.1/etc/STLport-4.5.3.spec
vendored
Normal file
96
extern/STLport/5.2.1/etc/STLport-4.5.3.spec
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
%define MAKEFILE gcc-linux.mak
|
||||
|
||||
Summary: Complete C++ standard library
|
||||
Name: STLport
|
||||
Version: 4.5.3
|
||||
Release: 1
|
||||
Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
|
||||
URL: http://www.stlport.org/
|
||||
Packager: Levente Farkas <lfarkas@mindmaker.hu>
|
||||
Group: System Environment/Languages
|
||||
Icon: stlport_powered_white.gif
|
||||
Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
|
||||
#Patch0: STLport-rename.patch
|
||||
#Patch1: STLport-rules.patch
|
||||
#Patch2: STLport-install-dir.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
|
||||
|
||||
%description
|
||||
STLport is a multiplatform STL implementation based on SGI STL.
|
||||
This package contains the runtime library for STLport.
|
||||
|
||||
%package -n STLport-devel
|
||||
Summary: Complete C++ standard library header files and libraries
|
||||
Group: Development/Libraries
|
||||
Requires: STLport = %{version}
|
||||
|
||||
%description -n STLport-devel
|
||||
STLport is a multiplatform STL implementation based on SGI STL. Complete
|
||||
C++ standard library, including <complex> and SGI STL iostreams. If you
|
||||
would like to use your code with STLport add
|
||||
"-nostdinc++ -I/usr/include/stlport" when compile and -lstlport_gcc when
|
||||
link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
cd src
|
||||
make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd src
|
||||
make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
|
||||
cd $RPM_BUILD_ROOT/usr/include/stlport
|
||||
ln -s . ext
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n STLport-devel
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun -n STLport-devel
|
||||
/sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc doc/license.html
|
||||
/usr/lib/libstlport_gcc.so
|
||||
#/usr/lib/libstlport_gcc.so.%{version}
|
||||
/usr/lib/libstlport_gcc.so.4.5
|
||||
|
||||
%files -n STLport-devel
|
||||
%defattr(-,root,root)
|
||||
%doc INSTALL README doc etc test
|
||||
/usr/lib/libstlport_gcc*.a
|
||||
/usr/lib/libstlport_gcc_*debug.so*
|
||||
/usr/include/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.5.1
|
||||
|
||||
* Fri Nov 16 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- merge with Harold's changes
|
||||
|
||||
* Thu Nov 15 2001 <stlport@lanceerplaats.nl>
|
||||
- rebuild for RedHat 7.2, spec file fixes.
|
||||
|
||||
* Tue Oct 2 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.5
|
||||
|
||||
* Thu Oct 26 2000 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.1-b3
|
||||
|
||||
* Thu Jul 17 2000 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- initial release use STLport-4.0
|
||||
|
||||
99
extern/STLport/5.2.1/etc/STLport-4.6.spec
vendored
Normal file
99
extern/STLport/5.2.1/etc/STLport-4.6.spec
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
%define MAKEFILE gcc-linux.mak
|
||||
|
||||
Summary: Complete C++ standard library
|
||||
Name: STLport
|
||||
Version: 4.6
|
||||
Release: 1
|
||||
Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
|
||||
URL: http://www.stlport.org/
|
||||
Packager: Levente Farkas <lfarkas@mindmaker.hu>
|
||||
Group: System Environment/Languages
|
||||
Icon: stlport_powered_white.gif
|
||||
Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
|
||||
#Patch0: STLport-rename.patch
|
||||
#Patch1: STLport-rules.patch
|
||||
#Patch2: STLport-install-dir.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
|
||||
|
||||
%description
|
||||
STLport is a multiplatform STL implementation based on SGI STL.
|
||||
This package contains the runtime library for STLport.
|
||||
|
||||
%package -n STLport-devel
|
||||
Summary: Complete C++ standard library header files and libraries
|
||||
Group: Development/Libraries
|
||||
Requires: STLport = %{version}
|
||||
|
||||
%description -n STLport-devel
|
||||
STLport is a multiplatform STL implementation based on SGI STL. Complete
|
||||
C++ standard library, including <complex> and SGI STL iostreams. If you
|
||||
would like to use your code with STLport add
|
||||
"-nostdinc++ -I/usr/include/stlport" when compile and -lstlport_gcc when
|
||||
link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
cd src
|
||||
make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd src
|
||||
make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
|
||||
cd $RPM_BUILD_ROOT/usr/include/stlport
|
||||
ln -s . ext
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n STLport-devel
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun -n STLport-devel
|
||||
/sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc doc/license.html
|
||||
/usr/lib/libstlport_gcc.so
|
||||
#/usr/lib/libstlport_gcc.so.%{version}
|
||||
/usr/lib/libstlport_gcc.so.4.6
|
||||
|
||||
%files -n STLport-devel
|
||||
%defattr(-,root,root)
|
||||
%doc INSTALL README doc etc test
|
||||
/usr/lib/libstlport_gcc*.a
|
||||
/usr/lib/libstlport_gcc_*debug.so*
|
||||
/usr/include/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 31 2003 <boris@stlport.com>
|
||||
- upgrade to 4.6
|
||||
|
||||
* Mon Dec 10 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.5.1
|
||||
|
||||
* Fri Nov 16 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- merge with Harold's changes
|
||||
|
||||
* Thu Nov 15 2001 <stlport@lanceerplaats.nl>
|
||||
- rebuild for RedHat 7.2, spec file fixes.
|
||||
|
||||
* Tue Oct 2 2001 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.5
|
||||
|
||||
* Thu Oct 26 2000 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- upgrade to 4.1-b3
|
||||
|
||||
* Thu Jul 17 2000 Levente Farkas <lfarkas@mindmaker.hu>
|
||||
- initial release use STLport-4.0
|
||||
|
||||
835
extern/STLport/5.2.1/etc/autoexp.dat
vendored
Normal file
835
extern/STLport/5.2.1/etc/autoexp.dat
vendored
Normal file
@@ -0,0 +1,835 @@
|
||||
;------------------------------------------------------------------------------
|
||||
; This is the description of STLport data structures in Visual Studio debugger
|
||||
; language. Those descriptions has been tested with Visual C++ 2005 Express
|
||||
; Edition, you are welcome to report successful usage with any other Visual
|
||||
; Studio version.
|
||||
; Those descriptions has been tested with STLport 5.2.0.
|
||||
; How to use: Copy/Paste this file content in the autoexp.dat file you will find
|
||||
; in your Visual Studio install, for instance
|
||||
; C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger, in the
|
||||
; [Visualizer] section.
|
||||
; TODO: Enhance debug iterator visualization to report end iterators.
|
||||
; TODO: Add visualization for rope.
|
||||
; TODO: Fix bitset visualization.
|
||||
;------------------------------------------------------------------------------
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::basic_string
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::basic_string<char,*>|stlpx_std::basic_string<char,*>|stlpmtx_std::basic_string<char,*>|stlpxmtx_std::basic_string<char,*>|stlpd_std::priv::_NonDbg_str<char,*>|stlpdx_std::priv::_NonDbg_str<char,*>|stlpdmtx_std::priv::_NonDbg_str<char,*>|stlpdxmtx_std::priv::_NonDbg_str<char,*>{
|
||||
preview
|
||||
(
|
||||
[$c._M_start_of_storage._M_data, s]
|
||||
)
|
||||
|
||||
stringview
|
||||
(
|
||||
[$c._M_start_of_storage._M_data, s]
|
||||
)
|
||||
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
buffer: [(unsigned int)$c._M_start_of_storage._M_data, x],
|
||||
length: $c._M_finish - $c._M_start_of_storage._M_data,
|
||||
capacity: #if($c._M_start_of_storage._M_data == $c._M_buffers._M_static_buf)
|
||||
(
|
||||
$c._DEFAULT_SIZE
|
||||
)
|
||||
#else
|
||||
(
|
||||
$c._M_buffers._M_end_of_storage - $c._M_start_of_storage._M_data
|
||||
),
|
||||
#array
|
||||
(
|
||||
expr: $c._M_start_of_storage._M_data[$i],
|
||||
size: $c._M_finish - $c._M_start_of_storage._M_data
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::basic_string<unsigned short,*>|stlp_std::basic_string<wchar_t,*>|stlpx_std::basic_string<unsigned short,*>|stlpx_std::basic_string<wchar_t,*>|stlpmtx_std::basic_string<unsigned short,*>|stlpmtx_std::basic_string<wchar_t,*>|stlpxmtx_std::basic_string<unsigned short,*>|stlpxmtx_std::basic_string<wchar_t,*>|stlpd_std::priv::_NonDbg_str<unsigned short,*>|stlpd_std::priv::_NonDbg_str<wchar_t,*>|stlpdx_std::priv::_NonDbg_str<unsigned short,*>|stlpdx_std::priv::_NonDbg_str<wchar_t,*>|stlpdmtx_std::priv::_NonDbg_str<unsigned short,*>|stlpdmtx_std::priv::_NonDbg_str<wchar_t,*>|stlpdxmtx_std::priv::_NonDbg_str<unsigned short,*>|stlpdxmtx_std::priv::_NonDbg_str<wchar_t,*>{
|
||||
preview
|
||||
(
|
||||
[$c._M_start_of_storage._M_data, su]
|
||||
)
|
||||
|
||||
stringview
|
||||
(
|
||||
[$c._M_start_of_storage._M_data, su]
|
||||
)
|
||||
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
buffer: [(unsigned int)$c._M_start_of_storage._M_data, x],
|
||||
length: $c._M_finish - $c._M_start_of_storage._M_data,
|
||||
capacity: #if($c._M_start_of_storage._M_data == $c._M_buffers._M_static_buf)
|
||||
(
|
||||
$c._DEFAULT_SIZE
|
||||
)
|
||||
#else
|
||||
(
|
||||
$c._M_buffers._M_end_of_storage - $c._M_start_of_storage._M_data
|
||||
),
|
||||
#array
|
||||
(
|
||||
expr: $c._M_start_of_storage._M_data[$i],
|
||||
size: $c._M_finish - $c._M_start_of_storage._M_data
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlpd_std::basic_string<*>|stlpdx_std::basic_string<*>|stlpdmtx_std::basic_string<*>|stlpdxmtx_std::basic_string<*>{
|
||||
preview
|
||||
(
|
||||
$c._M_non_dbg_impl
|
||||
)
|
||||
|
||||
stringview
|
||||
(
|
||||
$c._M_non_dbg_impl
|
||||
)
|
||||
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
string: $c._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::vector
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::vector<bool,*>|stlpx_std::vector<bool,*>|stlpmtx_std::vector<bool,*>|stlpxmtx_std::vector<bool,*>|stlpd_std::priv::_NonDbg_vector<bool,*>|stlpdx_std::priv::_NonDbg_vector<bool,*>|stlpdmtx_std::priv::_NonDbg_vector<bool,*>|stlpdxmtx_std::priv::_NonDbg_vector<bool,*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
($c._M_finish._M_p - $c._M_start._M_p) * sizeof(unsigned int) * 8 + $c._M_finish._M_offset,
|
||||
"](",
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_start._M_p[$i / (sizeof(unsigned int) * 8)] >> ($i % (sizeof(unsigned int) * 8))),
|
||||
size : (($c._M_finish._M_p - $c._M_start._M_p) * sizeof(unsigned int) * 8 + $c._M_finish._M_offset)
|
||||
) : (bool)($e & 1),
|
||||
")"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
buffer : [(unsigned int)$c._M_start._M_p, x],
|
||||
size : (($c._M_finish._M_p - $c._M_start._M_p) * sizeof(unsigned int) * 8 + $c._M_finish._M_offset),
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_start._M_p[$i / (sizeof(unsigned int) * 8)] >> ($i % (sizeof(unsigned int) * 8))),
|
||||
size : (($c._M_finish._M_p - $c._M_start._M_p) * sizeof(unsigned int) * 8 + $c._M_finish._M_offset)
|
||||
) : (bool)($e & 1)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::priv::_Bit_iter<*>|stlpx_std::priv::_Bit_iter<*>|stlpmtx_std::priv::_Bit_iter<*>|stlpxmtx_std::priv::_Bit_iter<*>|stlpd_std::priv::_Bit_iter<*>|stlpdx_std::priv::_Bit_iter<*>|stlpdmtx_std::priv::::_Bit_iter<*>|stlpdxmtx_std::priv::_Bit_iter<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
(bool) (((*$c._M_p) >> $c._M_offset) & 1)
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
value : (bool) (((*$c._M_p) >> $c._M_offset) & 1)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::vector<*>|stlpx_std::vector<*>|stlpmtx_std::vector<*>|stlpxmtx_std::vector<*>|stlpd_std::priv::_NonDbg_vector<*>|stlpdx_std::priv::_NonDbg_vector<*>|stlpdmtx_std::priv::_NonDbg_vector<*>|stlpdxmtx_std::priv::_NonDbg_vector<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$c._M_finish - $c._M_start,
|
||||
"/",
|
||||
$c._M_end_of_storage._M_data - $c._M_start,
|
||||
"](",
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_start)[$i],
|
||||
size : $c._M_finish - $c._M_start
|
||||
),
|
||||
")"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
size : $c._M_finish - $c._M_start,
|
||||
capacity : $c._M_end_of_storage._M_data - $c._M_start,
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_start)[$i],
|
||||
size : $c._M_finish - $c._M_start
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlpd_std::vector<*>|stlpdx_std::vector<*>|stlpdmtx_std::vector<*>|stlpdxmtx_std::vector<*>{
|
||||
preview
|
||||
(
|
||||
$c._M_non_dbg_impl
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
vector : $c._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::deque
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::deque<*,*>|stlpx_std::deque<*,*>|stlpmtx_std::deque<*,*>|stlpxmtx_std::deque<*,*>|stlpd_std::priv::_NonDbg_deque<*,*>|stlpdx_std::priv::_NonDbg_deque<*,*>|stlpdmtx_std::priv::_NonDbg_deque<*,*>|stlpdxmtx_std::priv::_NonDbg_deque<*,*>{
|
||||
preview
|
||||
(
|
||||
#if (((unsigned int)($c._M_start._M_cur + 1) - ((unsigned int)$c._M_start._M_cur)) < _MAX_BYTES)
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
(($c._M_finish._M_node - $c._M_start._M_node + 1) * (_MAX_BYTES / sizeof($T1))) - ($c._M_start._M_cur - $c._M_start._M_first) - ($c._M_finish._M_last - $c._M_finish._M_cur),
|
||||
"/",
|
||||
($c._M_finish._M_node - $c._M_start._M_node + 1) * (_MAX_BYTES / sizeof($T1)) - 1,
|
||||
"](",
|
||||
#array
|
||||
(
|
||||
expr : *(*($c._M_start._M_node + (($i + ($c._M_start._M_cur - $c._M_start._M_first)) / (_MAX_BYTES / sizeof($T1)))) + (($i + ($c._M_start._M_cur - $c._M_start._M_first)) % (_MAX_BYTES / sizeof($T1)))),
|
||||
size : (($c._M_finish._M_node - $c._M_start._M_node + 1) * (_MAX_BYTES / sizeof($T1))) - ($c._M_start._M_cur - $c._M_start._M_first) - ($c._M_finish._M_last - $c._M_finish._M_cur)
|
||||
),
|
||||
")"
|
||||
)
|
||||
)
|
||||
#else
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$c._M_finish._M_node - $c._M_start._M_node,
|
||||
"/",
|
||||
$c._M_finish._M_node - $c._M_start._M_node,
|
||||
"](",
|
||||
#array
|
||||
(
|
||||
expr : **($c._M_start._M_node + $i),
|
||||
size : $c._M_finish._M_node - $c._M_start._M_node
|
||||
),
|
||||
")"
|
||||
)
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#if (((unsigned int)($c._M_start._M_cur + 1) - ((unsigned int)$c._M_start._M_cur)) < _MAX_BYTES)
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
size : (($c._M_finish._M_node - $c._M_start._M_node + 1) * (_MAX_BYTES / sizeof($T1))) - ($c._M_start._M_cur - $c._M_start._M_first) - ($c._M_finish._M_last - $c._M_finish._M_cur),
|
||||
capacity : ($c._M_finish._M_node - $c._M_start._M_node + 1) * (_MAX_BYTES / sizeof($T1)) - 1,
|
||||
front free space : $c._M_start._M_cur - $c._M_start._M_first,
|
||||
back free space : $c._M_finish._M_last - $c._M_finish._M_cur - 1,
|
||||
#array
|
||||
(
|
||||
expr : *(*($c._M_start._M_node + (($i + ($c._M_start._M_cur - $c._M_start._M_first)) / (_MAX_BYTES / sizeof($T1)))) + (($i + ($c._M_start._M_cur - $c._M_start._M_first)) % (_MAX_BYTES / sizeof($T1)))),
|
||||
size : (($c._M_finish._M_node - $c._M_start._M_node + 1) * (_MAX_BYTES / sizeof($T1))) - ($c._M_start._M_cur - $c._M_start._M_first) - ($c._M_finish._M_last - $c._M_finish._M_cur)
|
||||
)
|
||||
)
|
||||
)
|
||||
#else
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
size : $c._M_finish._M_node - $c._M_start._M_node,
|
||||
capacity : $c._M_finish._M_node - $c._M_start._M_node,
|
||||
front free space : $c._M_start._M_cur - $c._M_start._M_first,
|
||||
back free space : $c._M_finish._M_last - $c._M_finish._M_cur - 1,
|
||||
#array
|
||||
(
|
||||
expr : **($c._M_start._M_node + $i),
|
||||
size : $c._M_finish._M_node - $c._M_start._M_node
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::priv::_Deque_iterator<*>|stlpx_std::priv::_Deque_iterator<*>|stlpmtx_std::priv::_Deque_iterator<*>|stlpxmtx_std::priv::_Deque_iterator<*>|stlpd_std::priv::_Deque_iterator<*>|stlpdx_std::priv::_Deque_iterator<*>|stlpdmtx_std::priv::_Deque_iterator<*>|stlpdxmtx_std::priv::_Deque_iterator<*>{
|
||||
preview
|
||||
(
|
||||
*($c._M_cur)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c, !],
|
||||
ptr : [(unsigned int)($c._M_cur), x],
|
||||
value : *($c._M_cur)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlpd_std::deque<*>|stlpdx_std::deque<*>|stlpdmtx_std::deque<*>|stlpdxmtx_std::deque<*>{
|
||||
preview
|
||||
(
|
||||
$c._M_non_dbg_impl
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
deque : $c._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::list
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::list<*,*>|stlpx_std::list<*,*>|stlpmtx_std::list<*,*>|stlpxmtx_std::list<*,*>|stlpd_std::priv::_NonDbg_list<*,*>|stlpdx_std::priv::_NonDbg_list<*,*>|stlpdmtx_std::priv::_NonDbg_list<*,*>|stlpdxmtx_std::priv::_NonDbg_list<*,*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"(",
|
||||
#list
|
||||
(
|
||||
head : $c._M_node._M_data._M_next,
|
||||
skip : &($c._M_node._M_data),
|
||||
next : _M_next,
|
||||
): #( *($T1*)(&($e) + 1)),
|
||||
")"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
#list
|
||||
(
|
||||
head : $c._M_node._M_data._M_next,
|
||||
skip : &($c._M_node._M_data),
|
||||
next : _M_next,
|
||||
): #( *($T1*)(&($e) + 1))
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::priv::_List_iterator<*,*>|stlpx_std::priv::_List_iterator<*,*>|stlpmtx_std::priv::_List_iterator<*,*>|stlpxmtx_std::priv::_List_iterator<*,*>|stlpd_std::priv::_List_iterator<*,*>|stlpdx_std::priv::_List_iterator<*,*>|stlpdmtx_std::priv::_List_iterator<*,*>|stlpdxmtx_std::priv::_List_iterator<*,*>{
|
||||
preview
|
||||
(
|
||||
#(*($T1 *)($c._M_node + 1))
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c, !],
|
||||
ptr : [(unsigned int)($c._M_node + 1), x],
|
||||
value : *($T1 *)($c._M_node + 1)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlpd_std::list<*,*>|stlpdx_std::list<*,*>|stlpdmtx_std::list<*,*>|stlpdxmtx_std::list<*,*>{
|
||||
preview
|
||||
(
|
||||
$c._M_non_dbg_impl
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
list : $c._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::slist
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::slist<*,*>|stlpx_std::slist<*,*>|stlpmtx_std::slist<*,*>|stlpxmtx_std::slist<*,*>|stlpd_std::priv::_NonDbg_slist<*,*>|stlpdx_std::priv::_NonDbg_slist<*,*>|stlpdmtx_std::priv::_NonDbg_slist<*,*>|stlpdxmtx_std::priv::_NonDbg_slist<*,*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"(",
|
||||
#list
|
||||
(
|
||||
head : $c._M_head._M_data._M_next,
|
||||
skip : &($c._M_head._M_data),
|
||||
next : _M_next,
|
||||
): #( *($T1*)(&($e) + 1)),
|
||||
")"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
#list
|
||||
(
|
||||
head : $c._M_head._M_data._M_next,
|
||||
skip : &($c._M_head._M_data),
|
||||
next : _M_next,
|
||||
): #( *($T1*)(&($e) + 1))
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::priv::_Slist_iterator<*,*>|stlpx_std::priv::_Slist_iterator<*,*>|stlpmtx_std::priv::_Slist_iterator<*,*>|stlpxmtx_std::priv::_Slist_iterator<*,*>|stlpd_std::priv::_Slist_iterator<*,*>|stlpdx_std::priv::_Slist_iterator<*,*>|stlpdmtx_std::priv::_Slist_iterator<*,*>|stlpdxmtx_std::priv::_Slist_iterator<*,*>{
|
||||
preview
|
||||
(
|
||||
#(*($T1 *)($c._M_node + 1))
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
ptr : [(unsigned int)($c._M_node + 1), x],
|
||||
value : *($T1 *)($c._M_node + 1)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlpd_std::slist<*,*>|stlpdx_std::slist<*,*>|stlpdmtx_std::slist<*,*>|stlpdxmtx_std::slist<*,*>{
|
||||
preview
|
||||
(
|
||||
$c._M_non_dbg_impl
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
[slist] : $c._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::pair
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::pair<*,*>|stlpx_std::pair<*,*>|stlpmtx_std::pair<*,*>|stlpxmtx_std::pair<*,*>|stlpd_std::pair<*,*>|stlpdx_std::pair<*,*>|stlpdmtx_std::pair<*,*>|stlpdxmtx_std::pair<*,*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"(",
|
||||
$c.first,
|
||||
", ",
|
||||
$c.second,
|
||||
")"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::map, stlport::multimap, stlport::set, stlport::multiset
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::map<*>|stlpx_std::map<*>|stlpmtx_std::map<*>|stlpxmtx_std::map<*>|stlp_std::multimap<*>|stlpx_std::multimap<*>|stlpmtx_std::multimap<*>|stlpxmtx_std::multimap<*>|stlp_std::set<*>|stlpx_std::set<*>|stlpmtx_std::set<*>|stlpxmtx_std::set<*>|stlp_std::multiset<*>|stlpx_std::multiset<*>|stlpmtx_std::multiset<*>|stlpxmtx_std::multiset<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$c._M_t._M_node_count,
|
||||
"](",
|
||||
$c._M_t,
|
||||
")"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
size: [$c._M_t._M_node_count],
|
||||
tree: $c._M_t
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlpd_std::map<*>|stlpdx_std::map<*>|stlpdmtx_std::map<*>|stlpdxmtx_std::map<*>|stlpd_std::multimap<*>|stlpdx_std::multimap<*>|stlpdmtx_std::multimap<*>|stlpdxmtx_std::multimap<*>|stlpd_std::set<*>|stlpdx_std::set<*>|stlpdmtx_std::set<*>|stlpdxmtx_std::set<*>|stlpd_std::multiset<*>|stlpdx_std::multiset<*>|stlpdmtx_std::multiset<*>|stlpdxmtx_std::multiset<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$c._M_t._M_non_dbg_impl._M_node_count,
|
||||
"](",
|
||||
$c._M_t._M_non_dbg_impl,
|
||||
")"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
size: $c._M_t._M_non_dbg_impl._M_node_count,
|
||||
tree: $c._M_t._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::priv::_Rb_tree<*,*,*,*,*>|stlpx_std::priv::_Rb_tree<*,*,*,*,*>|stlpmtx_std::priv::_Rb_tree<*,*,*,*,*>|stlpxmtx_std::priv::_Rb_tree<*,*,*,*,*>|stlpd_std::priv::_NonDbg_Rb_tree<*,*,*,*,*>|stlpdx_std::priv::_NonDbg_Rb_tree<*,*,*,*,*>|stlpdmtx_std::priv::_NonDbg_Rb_tree<*,*,*,*,*>|stlpdxmtx_std::priv::_NonDbg_Rb_tree<*,*,*,*,*>{
|
||||
preview
|
||||
(
|
||||
#tree
|
||||
(
|
||||
head : $c._M_header._M_data._M_parent,
|
||||
skip : &($c._M_header._M_data),
|
||||
size : $c._M_node_count,
|
||||
left : _M_left,
|
||||
right : _M_right
|
||||
): #(*($T3 *)(&($e) + 1))
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
#tree
|
||||
(
|
||||
head : $c._M_header._M_data._M_parent,
|
||||
skip : &($c._M_header._M_data),
|
||||
size : $c._M_node_count,
|
||||
left : _M_left,
|
||||
right : _M_right
|
||||
) : #(*($T3 *)(&($e) + 1))
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::priv::_Rb_tree_iterator<*,*>|stlpx_std::priv::_Rb_tree_iterator<*,*>|stlpmtx_std::priv::_Rb_tree_iterator<*,*>|stlpxmtx_std::priv::_Rb_tree_iterator<*,*>|stlpd_std::priv::_Rb_tree_iterator<*,*>|stlpdx_std::priv::_Rb_tree_iterator<*,*>|stlpdmtx_std::priv::_Rb_tree_iterator<*,*>|stlpdxmtx_std::priv::_Rb_tree_iterator<*,*>{
|
||||
preview
|
||||
(
|
||||
[*($T1*)($c._M_node + 1)]
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
value: [*($T1*)($c._M_node + 1)],
|
||||
ptr: [(unsigned int)($c._M_node + 1), x]
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::hash_map, stlport::hash_multimap, stlport::hash_set, stlport::hash_multiset
|
||||
; stlport::unordered_map, stlport::unordered_multimap, stlport::unordered_set, stlport::unordered_multiset
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::hash_map<*>|stlpx_std::hash_map<*>|stlpmtx_std::hash_map<*>|stlpxmtx_std::hash_map<*>|stlp_std::hash_multimap<*>|stlpx_std::hash_multimap<*>|stlpmtx_std::hash_multimap<*>|stlpxmtx_std::hash_multimap<*>|stlp_std::hash_set<*>|stlpx_std::hash_set<*>|stlpmtx_std::hash_set<*>|stlpxmtx_std::hash_set<*>|stlp_std::hash_multiset<*>|stlpx_std::hash_multiset<*>|stlpmtx_std::hash_multiset<*>|stlpxmtx_std::hash_multiset<*>|stlp_std::tr1::unordered_map<*>|stlpx_std::tr1::unordered_map<*>|stlpmtx_std::tr1::unordered_map<*>|stlpxmtx_std::tr1::unordered_map<*>|stlp_std::tr1::unordered_multimap<*>|stlpx_std::tr1::unordered_multimap<*>|stlpmtx_std::tr1::unordered_multimap<*>|stlpxmtx_std::tr1::unordered_multimap<*>|stlp_std::tr1::unordered_set<*>|stlpx_std::tr1::unordered_set<*>|stlpmtx_std::tr1::unordered_set<*>|stlpxmtx_std::tr1::unordered_set<*>|stlp_std::tr1::unordered_multiset<*>|stlpx_std::tr1::unordered_multiset<*>|stlpmtx_std::tr1::unordered_multiset<*>|stlpxmtx_std::tr1::unordered_multiset<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$c._M_ht._M_num_elements,
|
||||
"]",
|
||||
$c._M_ht
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
hashtable: $c._M_ht
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlpd_std::hash_map<*>|stlpdx_std::hash_map<*>|stlpdmtx_std::hash_map<*>|stlpdxmtx_std::hash_map<*>|stlpd_std::hash_multimap<*>|stlpdx_std::hash_multimap<*>|stlpdmtx_std::hash_multimap<*>|stlpdxmtx_std::hash_multimap<*>|stlpd_std::hash_set<*>|stlpdx_std::hash_set<*>|stlpdmtx_std::hash_set<*>|stlpdxmtx_std::hash_set<*>|stlpd_std::hash_multiset<*>|stlpdx_std::hash_multiset<*>|stlpdmtx_std::hash_multiset<*>|stlpdxmtx_std::hash_multiset<*>|stlpd_std::tr1::unordered_map<*>|stlpdx_std::tr1::unordered_map<*>|stlpdmtx_std::tr1::unordered_map<*>|stlpdxmtx_std::tr1::unordered_map<*>|stlpd_std::tr1::unordered_multimap<*>|stlpdx_std::tr1::unordered_multimap<*>|stlpdmtx_std::tr1::unordered_multimap<*>|stlpdxmtx_std::tr1::unordered_multimap<*>|stlpd_std::tr1::unordered_set<*>|stlpdx_std::tr1::unordered_set<*>|stlpdmtx_std::tr1::unordered_set<*>|stlpdxmtx_std::tr1::unordered_set<*>|stlpd_std::tr1::unordered_multiset<*>|stlpdx_std::tr1::unordered_multiset<*>|stlpdmtx_std::tr1::unordered_multiset<*>|stlpdxmtx_std::tr1::unordered_multiset<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$c._M_ht._M_non_dbg_impl._M_num_elements,
|
||||
"]",
|
||||
$c._M_ht._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
hashtable: $c._M_ht._M_non_dbg_impl
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::hashtable<*,*>|stlpx_std::hashtable<*,*>|stlpmtx_std::hashtable<*,*>|stlpxmtx_std::hashtable<*,*>|stlpd_std::priv::_NonDbg_hashtable<*,*>|stlpdx_std::priv::_NonDbg_hashtable<*,*>|stlpdmtx_std::priv::_NonDbg_hashtable<*,*>|stlpdxmtx_std::priv::_NonDbg_hashtable<*,*>{
|
||||
preview
|
||||
(
|
||||
$c._M_elems
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
size : $c._M_num_elements,
|
||||
load factor : (float)$c._M_num_elements / ($c._M_buckets._M_finish - $c._M_buckets._M_start),
|
||||
max load factor: $c._M_max_load_factor,
|
||||
buckets : $c._M_buckets,
|
||||
elements : $c._M_elems
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::queue, stlport::priority_queue, stlport::stack
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::queue<*>|stlpx_std::queue<*>|stlpmtx_std::queue<*>|stlpxmtx_std::queue<*>|stlpd_std::queue<*>|stlpdx_std::queue<*>|stlpdmtx_std::queue<*>|stlpdxmtx_std::queue<*>|stlp_std::priority_queue<*>|stlpx_std::priority_queue<*>|stlpmtx_std::priority_queue<*>|stlpxmtx_std::priority_queue<*>|stlpd_std::priority_queue<*>|stlpdx_std::priority_queue<*>|stlpdmtx_std::priority_queue<*>|stlpdxmtx_std::priority_queue<*>|stlp_std::stack<*>|stlpx_std::stack<*>|stlpmtx_std::stack<*>|stlpxmtx_std::stack<*>|stlpd_std::stack<*>|stlpdx_std::stack<*>|stlpdmtx_std::stack<*>|stlpdxmtx_std::stack<*>{
|
||||
preview
|
||||
(
|
||||
$c.c
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
container : $c.c
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport debug iterator
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::priv::_DBG_iter<*>|stlpx_std::priv::_DBG_iter<*>|stlpmtx_std::priv::_DBG_iter<*>|stlpxmtx_std::priv::_DBG_iter<*>|stlpd_std::priv::_DBG_iter<*>|stlpdx_std::priv::_DBG_iter<*>|stlpdmtx_std::priv::_DBG_iter<*>|stlpdxmtx_std::priv::_DBG_iter<*>{
|
||||
preview
|
||||
(
|
||||
#if($c._M_owner != 0)
|
||||
(
|
||||
$c._M_iterator
|
||||
)
|
||||
#else
|
||||
(
|
||||
"undefined"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
#if($c._M_owner != 0)
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
[iterator] : $c._M_iterator,
|
||||
[valid] : [true]
|
||||
)
|
||||
)
|
||||
#else
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
[valid] : [false]
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::bitset
|
||||
; TODO: Fix it, it doesn't work as expected even when adding an enum to the bitset
|
||||
; class to get access to the bitset static size rather than using $T1.
|
||||
;------------------------------------------------------------------------------
|
||||
stdp_std::bitset<*,*>|stdpx_std::bitset<*,*>|stdpmtx_std::bitset<*,*>|stdpxmtx_std::bitset<*,*>|stdpd_std::bitset<*>|stdpdx_std::bitset<*>|stdpdmtx_std::bitset<*>|stdpdxmtx_std::bitset<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$T1,
|
||||
"](",
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_w[$i / (sizeof(unsigned long) * 8)] >> ($i % (sizeof(unsigned long) * 8))),
|
||||
size : $T1
|
||||
) : [($e & 1),d],
|
||||
")"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_w[$i / (sizeof(unsigned long) * 8)] >> ($i % (sizeof(unsigned long) * 8))),
|
||||
size : $T1
|
||||
) : (bool)($e & 1)
|
||||
)
|
||||
}
|
||||
|
||||
stdp_std::bitset<*>::reference|stdpx_std::bitset<*>::reference|stdpmtx_std::bitset<*>::reference|stdpxmtx_std::bitset<*>::reference|stdpd_std::bitset<*>::reference|stdpdx_std::bitset<*>::reference|stdpdmtx_std::bitset<*>::reference|stdpdxmtx_std::bitset<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"bitset[", $c._M_bpos, "] = ",
|
||||
(bool)(*($c._M_wp) >> $c._M_bpos) & 1)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::auto_ptr
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::auto_ptr<*>|stlpx_std::auto_ptr<*>|stlpmtx_std::auto_ptr<*>|stlpxmtx_std::auto_ptr<*>|stlpd_std::auto_ptr<*>|stlpdx_std::auto_ptr<*>|stlpdmtx_std::auto_ptr<*>|stlpdxmtx_std::auto_ptr<*>{
|
||||
preview
|
||||
(
|
||||
#if(($c._M_p) != 0)
|
||||
(
|
||||
[*($T1 *)$c._M_p]
|
||||
)
|
||||
#else
|
||||
(
|
||||
"null"
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#if(($c._M_p) != 0)
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!],
|
||||
ptr: [(unsigned int)$c._M_p, x],
|
||||
value: [*($T1 *)$c._M_p]
|
||||
)
|
||||
)
|
||||
#else
|
||||
(
|
||||
#(
|
||||
[raw view]: [$c,!]
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::complex
|
||||
;------------------------------------------------------------------------------
|
||||
stlp_std::complex<*>|stlpx_std::complex<*>|stlpmtx_std::complex<*>|stlpxmtx_std::complex<*>|stlpd_std::complex<*>|stlpdx_std::complex<*>|stlpdmtx_std::complex<*>|stlpdxmtx_std::complex<*>{
|
||||
children
|
||||
(
|
||||
#(
|
||||
real: $e._M_re,
|
||||
imaginary: $e._M_im
|
||||
)
|
||||
)
|
||||
preview
|
||||
(
|
||||
#if($e._M_im != 0)
|
||||
(
|
||||
#if ($e._M_re != 0)
|
||||
( ; Real and Imaginary components
|
||||
#if ($e._M_im >= 0)
|
||||
(
|
||||
#($e._M_re,"+i*", $e._M_im)
|
||||
)
|
||||
#else
|
||||
(
|
||||
#($e._M_re,"-i*", -$e._M_im)
|
||||
)
|
||||
)
|
||||
#else
|
||||
( ; Purely imaginary
|
||||
#if ($e._M_im >= 0.0)
|
||||
(
|
||||
#("i*", $e._M_im)
|
||||
)
|
||||
#else
|
||||
(
|
||||
#("-i*", -$e._M_im)
|
||||
)
|
||||
)
|
||||
)
|
||||
#else
|
||||
( ; Purely real
|
||||
$e._M_re
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; stlport::valarray
|
||||
;------------------------------------------------------------------------------
|
||||
|
||||
stlp_std::valarray<*>|stlpx_std::valarray<*>|stlpmtx_std::valarray<*>|stlpxmtx_std::valarray<*>|stlpd_std::valarray<*>|stlpdx_std::valarray<*>|stlpdmtx_std::valarray<*>|stlpdxmtx_std::valarray<*>{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"[",
|
||||
$c._M_size ,
|
||||
"](",
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_first)[$i],
|
||||
size : $c._M_size
|
||||
),
|
||||
")"
|
||||
)
|
||||
)
|
||||
|
||||
children
|
||||
(
|
||||
#array
|
||||
(
|
||||
expr : ($c._M_first)[$i],
|
||||
size : $c._M_size
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::slice|stlpx_std::slice|stlpmtx_std::slice|stlpxmtx_std::slice|stlpd_std::slice|stlpdx_std::slice|stlpdmtx_std::slice|stlpdxmtx_std::slice{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"start = ",
|
||||
$c._M_start,
|
||||
", size = ",
|
||||
$c._M_length,
|
||||
", stride = ",
|
||||
$c._M_stride
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
start : $c._M_start,
|
||||
size : $c._M_length,
|
||||
stride : $c._M_stride
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stlp_std::gslice|stlpx_std::gslice|stlpmtx_std::gslice|stlpxmtx_std::gslice|stlpd_std::gslice|stlpdx_std::gslice|stlpdmtx_std::gslice|stlpdxmtx_std::gslice{
|
||||
preview
|
||||
(
|
||||
#(
|
||||
"start = ",
|
||||
$c._M_start,
|
||||
", sizes = ",
|
||||
$c._M_lengths,
|
||||
", strides = ",
|
||||
$c._M_strides
|
||||
)
|
||||
)
|
||||
children
|
||||
(
|
||||
#(
|
||||
[raw view] : [$c,!],
|
||||
start : $c._M_start,
|
||||
sizes : $c._M_lengths,
|
||||
strides : $c._M_strides
|
||||
)
|
||||
)
|
||||
}
|
||||
309
extern/STLport/5.2.1/etc/msvcincl.dat
vendored
Normal file
309
extern/STLport/5.2.1/etc/msvcincl.dat
vendored
Normal file
@@ -0,0 +1,309 @@
|
||||
algo.h
|
||||
algobase.h
|
||||
algorith.h
|
||||
algorithm
|
||||
alloc.h
|
||||
bitset
|
||||
bitset.h
|
||||
bvector.h
|
||||
cassert
|
||||
cassert.h
|
||||
cctype
|
||||
cctype.h
|
||||
cerrno
|
||||
cerrno.h
|
||||
cfloat
|
||||
cfloat.h
|
||||
char_traits.h
|
||||
climits
|
||||
climits.h
|
||||
clocale
|
||||
clocale.h
|
||||
cmath
|
||||
cmath.h
|
||||
complex
|
||||
complex.h
|
||||
concept_checks.h
|
||||
configure
|
||||
configure.in
|
||||
csetjmp
|
||||
csetjmp.h
|
||||
csignal
|
||||
csignal.h
|
||||
cstdarg
|
||||
cstdarg.h
|
||||
cstddef
|
||||
cstddef.h
|
||||
cstdio
|
||||
cstdio.h
|
||||
cstdlib
|
||||
cstdlib.h
|
||||
cstring
|
||||
cstring.h
|
||||
ctime
|
||||
ctime.h
|
||||
ctype.h
|
||||
cwchar
|
||||
cwchar.h
|
||||
cwctype
|
||||
cwctype.h
|
||||
c_locale.h
|
||||
defalloc.h
|
||||
deque
|
||||
deque.h
|
||||
exceptio.h
|
||||
exception
|
||||
exception.h
|
||||
export
|
||||
fstream
|
||||
fstream.h
|
||||
function.h
|
||||
functional
|
||||
hashtable.h
|
||||
hash_map
|
||||
hash_map.h
|
||||
hash_set
|
||||
hash_set.h
|
||||
heap.h
|
||||
iomanip
|
||||
iomanip.h
|
||||
ios
|
||||
ios.h
|
||||
iosfwd
|
||||
iosfwd.h
|
||||
iostream
|
||||
iostream.h
|
||||
istream
|
||||
istream.h
|
||||
iterator
|
||||
iterator.h
|
||||
limits
|
||||
limits.h
|
||||
list
|
||||
list.h
|
||||
locale
|
||||
locale.h
|
||||
map
|
||||
map.h
|
||||
math.h
|
||||
mem.h
|
||||
memory
|
||||
memory.h
|
||||
mmemory.h
|
||||
msl_string.h
|
||||
multimap.h
|
||||
multiset.h
|
||||
new
|
||||
new.h
|
||||
numeric
|
||||
numeric.h
|
||||
numeric.h
|
||||
ostream
|
||||
ostream.h
|
||||
pair.h
|
||||
pthread.h
|
||||
pthread_alloc
|
||||
pthread_alloc.h
|
||||
queue
|
||||
queue.h
|
||||
rope
|
||||
rope.h
|
||||
set
|
||||
set.h
|
||||
setjmp.h
|
||||
signal.h
|
||||
slist
|
||||
slist.h
|
||||
sstream
|
||||
sstream.h
|
||||
stack
|
||||
stack.h
|
||||
stdarg.h
|
||||
stddef.h
|
||||
stddef.h
|
||||
stdexcep.h
|
||||
stdexcept
|
||||
stdio.h
|
||||
stdio_streambuf
|
||||
stdlib.h
|
||||
stdlib.h
|
||||
stlcomp.h
|
||||
stlconf.h.in
|
||||
stl_apcc.h
|
||||
stl_apple.bak.h
|
||||
stl_apple.h
|
||||
stl_as400.h
|
||||
stl_bc.h
|
||||
stl_como.h
|
||||
stl_confix.h
|
||||
stl_dec.h
|
||||
stl_dec_vms.h
|
||||
stl_fujitsu.h
|
||||
stl_gcc.h
|
||||
stl_hpacc.h
|
||||
stl_ibm.h
|
||||
stl_intel.h
|
||||
stl_kai.h
|
||||
stl_mlc.h
|
||||
stl_msvc.h
|
||||
stl_mwerks.h
|
||||
stl_mycomp.h
|
||||
stl_sco.h
|
||||
stl_select_lib.h
|
||||
stl_sgi.h
|
||||
stl_solaris.h
|
||||
stl_sunpro.h
|
||||
stl_symantec.h
|
||||
stl_tmpl.h
|
||||
stl_user_config.h
|
||||
stl_watcom.h
|
||||
stl_wince.h
|
||||
streambu.h
|
||||
streambuf
|
||||
streambuf.h
|
||||
string
|
||||
string.h
|
||||
strstrea.h
|
||||
strstream
|
||||
strstream.h
|
||||
tempbuf.h
|
||||
time.h
|
||||
tree.h
|
||||
typeinfo
|
||||
typeinfo.h
|
||||
type_traits.h
|
||||
utility
|
||||
utility.h
|
||||
valarray
|
||||
valarray.h
|
||||
vc_select_lib.h
|
||||
vector
|
||||
vector.h
|
||||
wchar.h
|
||||
wctype.h
|
||||
_abbrevs.h
|
||||
_algo.c
|
||||
_algo.h
|
||||
_algobase.c
|
||||
_algobase.h
|
||||
_alloc.c
|
||||
_alloc.h
|
||||
_alloc_old.h
|
||||
_auto_ptr.h
|
||||
_bitset.c
|
||||
_bitset.h
|
||||
_bvector.h
|
||||
_check_config.h
|
||||
_codecvt.h
|
||||
_collate.h
|
||||
_complex.c
|
||||
_complex.h
|
||||
_config.h
|
||||
_config_compat.h
|
||||
_config_compat_post.h
|
||||
_construct.h
|
||||
_ctraits_fns.h
|
||||
_ctype.h
|
||||
_cwchar.h
|
||||
_debug.c
|
||||
_debug.h
|
||||
_deque.c
|
||||
_deque.h
|
||||
_epilog.h
|
||||
_epilog.h
|
||||
_exception.h
|
||||
_fstream.c
|
||||
_fstream.h
|
||||
_function.h
|
||||
_function_base.h
|
||||
_hashtable.c
|
||||
_hashtable.h
|
||||
_hash_fun.h
|
||||
_hash_map.h
|
||||
_hash_set.h
|
||||
_heap.c
|
||||
_heap.h
|
||||
_ios.c
|
||||
_ios.h
|
||||
_iosfwd.h
|
||||
_ios_base.h
|
||||
_istream.c
|
||||
_istream.h
|
||||
_istreambuf_iterator.h
|
||||
_iterator.h
|
||||
_iterator.h
|
||||
_iterator_base.h
|
||||
_iterator_old.h
|
||||
_limits.c
|
||||
_limits.h
|
||||
_list.c
|
||||
_list.h
|
||||
_list.h
|
||||
_locale.h
|
||||
_map.h
|
||||
_messages_facets.h
|
||||
_mmap.h
|
||||
_monetary.c
|
||||
_monetary.h
|
||||
_msvc_warnings_off.h
|
||||
_null_stream.h
|
||||
_numeric.c
|
||||
_numeric.h
|
||||
_numpunct.h
|
||||
_num_get.c
|
||||
_num_get.h
|
||||
_num_put.c
|
||||
_num_put.h
|
||||
_ostream.c
|
||||
_ostream.h
|
||||
_ostreambuf_iterator.h
|
||||
_pair.h
|
||||
_prolog.h
|
||||
_pthread_alloc.h
|
||||
_ptrs_specialize.h
|
||||
_queue.h
|
||||
_range_errors.h
|
||||
_raw_storage_iter.h
|
||||
_relops.h
|
||||
_relops_cont.h
|
||||
_relops_template.h
|
||||
_rope.c
|
||||
_rope.h
|
||||
_set.h
|
||||
_set_operators.h
|
||||
_site_config.h
|
||||
_slist.c
|
||||
_slist.h
|
||||
_slist_base.c
|
||||
_slist_base.h
|
||||
_sparc_atomic.h
|
||||
_sstream.c
|
||||
_sstream.h
|
||||
_stack.h
|
||||
_stdio_file.h
|
||||
_stdio_file.h.new
|
||||
_streambuf.c
|
||||
_streambuf.h
|
||||
_streambuf_iterator.h
|
||||
_stream_iterator.h
|
||||
_string.c
|
||||
_string.h
|
||||
_string_fwd.c
|
||||
_string_fwd.h
|
||||
_string_hash.h
|
||||
_string_io.c
|
||||
_string_io.h
|
||||
_strstream.h
|
||||
_tempbuf.c
|
||||
_tempbuf.h
|
||||
_threads.c
|
||||
_threads.h
|
||||
_time_facets.c
|
||||
_time_facets.h
|
||||
_tree.c
|
||||
_tree.h
|
||||
_uninitialized.h
|
||||
_valarray.c
|
||||
_valarray.h
|
||||
_vector.c
|
||||
_vector.h
|
||||
34
extern/STLport/5.2.1/etc/std_headers.txt
vendored
Normal file
34
extern/STLport/5.2.1/etc/std_headers.txt
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
algorithm
|
||||
bitset
|
||||
complex
|
||||
deque
|
||||
fstream
|
||||
functional
|
||||
hash_map
|
||||
hash_set
|
||||
iomanip
|
||||
ios
|
||||
iosfwd
|
||||
iostream
|
||||
istream
|
||||
iterator
|
||||
limits
|
||||
list
|
||||
locale
|
||||
map
|
||||
memory
|
||||
numeric
|
||||
ostream
|
||||
pthread_alloc
|
||||
queue
|
||||
set
|
||||
slist
|
||||
sstream
|
||||
stack
|
||||
stdexcept
|
||||
streambuf
|
||||
string
|
||||
strstream
|
||||
utility
|
||||
valarray
|
||||
vector
|
||||
17
extern/STLport/5.2.1/etc/std_headers_c.txt
vendored
Normal file
17
extern/STLport/5.2.1/etc/std_headers_c.txt
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
cassert
|
||||
cctype
|
||||
cerrno
|
||||
cfloat
|
||||
climits
|
||||
clocale
|
||||
cmath
|
||||
csetjmp
|
||||
csignal
|
||||
cstdarg
|
||||
cstddef
|
||||
cstdio
|
||||
cstdlib
|
||||
cstring
|
||||
ctime
|
||||
cwchar
|
||||
cwctype
|
||||
13
extern/STLport/5.2.1/etc/std_headers_c_h.txt
vendored
Normal file
13
extern/STLport/5.2.1/etc/std_headers_c_h.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
ctype.h
|
||||
locale.h
|
||||
math.h
|
||||
setjmp.h
|
||||
signal.h
|
||||
stdarg.h
|
||||
stddef.h
|
||||
stdio.h
|
||||
stdlib.h
|
||||
string.h
|
||||
time.h
|
||||
wchar.h
|
||||
wctype.h
|
||||
8
extern/STLport/5.2.1/etc/std_headers_classic_iostreams.txt
vendored
Normal file
8
extern/STLport/5.2.1/etc/std_headers_classic_iostreams.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
fstream.h
|
||||
iomanip.h
|
||||
ios.h
|
||||
iostream.h
|
||||
istream.h
|
||||
ostream.h
|
||||
streambuf.h
|
||||
strstream.h
|
||||
3
extern/STLport/5.2.1/etc/std_headers_cpp_runtime.txt
vendored
Normal file
3
extern/STLport/5.2.1/etc/std_headers_cpp_runtime.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
exception
|
||||
new
|
||||
typeinfo
|
||||
3
extern/STLport/5.2.1/etc/std_headers_cpp_runtime_h.txt
vendored
Normal file
3
extern/STLport/5.2.1/etc/std_headers_cpp_runtime_h.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
exception.h
|
||||
new.h
|
||||
typeinfo.h
|
||||
BIN
extern/STLport/5.2.1/etc/stlport_powered_red.gif
vendored
Normal file
BIN
extern/STLport/5.2.1/etc/stlport_powered_red.gif
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1005 B |
BIN
extern/STLport/5.2.1/etc/stlport_powered_white.gif
vendored
Normal file
BIN
extern/STLport/5.2.1/etc/stlport_powered_white.gif
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user