public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/language/cxx/ustl/current Change ...
@ 2009-08-30 17:28 jld
  0 siblings, 0 replies; 6+ messages in thread
From: jld @ 2009-08-30 17:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2009-08-30 17:28:20

Modified files:
	packages/language/cxx/ustl/current: ChangeLog 
	packages/language/cxx/ustl/current/cdl: ustl.cdl 
	packages/language/cxx/ustl/current/include: ustl.h 
Added files:
	packages/language/cxx/ustl/current/include/ustl: bktrace.h 
	                                                 cmemlink.h 
	                                                 config.h 
	                                                 fstream.h 
	                                                 memblock.h 
	                                                 memlink.h 
	                                                 metamac.h 
	                                                 mistream.h 
	                                                 mostream.h 
	                                                 ofstream.h 
	                                                 simd.h 
	                                                 sistream.h 
	                                                 sostream.h 
	                                                 strmsize.h 
	                                                 traits.h 
	                                                 typelist.h 
	                                                 typet.h ualgo.h 
	                                                 ualgobase.h 
	                                                 ubitset.h 
	                                                 uctralgo.h 
	                                                 uctrstrm.h 
	                                                 uexception.h 
	                                                 ufunction.h 
	                                                 uheap.h uios.h 
	                                                 uiosfunc.h 
	                                                 uiterator.h 
	                                                 ulaalgo.h 
	                                                 ulimits.h 
	                                                 ulist.h umap.h 
	                                                 umatrix.h 
	                                                 umemory.h 
	                                                 umultimap.h 
	                                                 umultiset.h 
	                                                 unew.h 
	                                                 unumeric.h 
	                                                 upair.h 
	                                                 upredalgo.h 
	                                                 uqueue.h uset.h 
	                                                 uspecial.h 
	                                                 ustack.h 
	                                                 ustdxept.h 
	                                                 ustlecos.h 
	                                                 ustring.h 
	                                                 utf8.h utuple.h 
	                                                 utypes.h 
	                                                 uutility.h 
	                                                 uvector.h 
Removed files:
	packages/language/cxx/ustl/current/include: bktrace.h cmemlink.h 
	                                            config.h fstream.h 
	                                            memblock.h memlink.h 
	                                            metamac.h mistream.h 
	                                            mostream.h 
	                                            ofstream.h simd.h 
	                                            sistream.h 
	                                            sostream.h 
	                                            strmsize.h traits.h 
	                                            typelist.h typet.h 
	                                            ualgo.h ualgobase.h 
	                                            ubitset.h uctralgo.h 
	                                            uctrstrm.h 
	                                            uexception.h 
	                                            ufunction.h uheap.h 
	                                            uios.h uiosfunc.h 
	                                            uiterator.h 
	                                            ulaalgo.h ulimits.h 
	                                            ulist.h umap.h 
	                                            umatrix.h umemory.h 
	                                            umultimap.h 
	                                            umultiset.h unew.h 
	                                            unumeric.h upair.h 
	                                            upredalgo.h uqueue.h 
	                                            uset.h uspecial.h 
	                                            ustack.h ustdxept.h 
	                                            ustlecos.h ustring.h 
	                                            utf8.h utuple.h 
	                                            utypes.h uutility.h 
	                                            uvector.h 

Log message:
	* include/*.h: Move all headers to include/ustl/ except ustl.h and
	stdint.h to avoid pollution of the root include directory in the
	eCos install tree.
	* include/ustl.h: Specify ustl/ directory when including header files.
	* cdl/ustl.h: Add include/ustl/ to the header file directory list
	using CYGPKG_USTL_CFLAGS_ADD.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/language/cxx/ustl/current Change ...
@ 2013-02-21  8:34 jld
  0 siblings, 0 replies; 6+ messages in thread
From: jld @ 2013-02-21  8:34 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2013-02-21 08:34:11

Modified files:
	packages/language/cxx/ustl/current: ChangeLog 
	packages/language/cxx/ustl/current/cdl: ustl.cdl 
	packages/language/cxx/ustl/current/src: fstream.cpp 
	packages/language/cxx/ustl/current/tests: bvt05.cpp bvt16.cpp 
	                                          bvt25.cpp 

Log message:
	* src/fstream.cpp: Fix processing of fstream openmode. Patch from
	uSTL HEAD.
	* cdl/ustl.cdl: Build interactive tests under control of a CDL
	option. Build ROM filesystem for bvt25 test under control of a
	CDL option.
	* tests/bvt25.cpp: Use ROM filesystem if available.
	* tests/bvt05.cpp, tests/bvt16.cpp: Reduce data structure sizes
	for embedded use.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/language/cxx/ustl/current Change ...
@ 2012-04-04 18:51 sergeig
  0 siblings, 0 replies; 6+ messages in thread
From: sergeig @ 2012-04-04 18:51 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	sergeig@sourceware.org	2012-04-04 18:51:58

Modified files:
	packages/language/cxx/ustl/current: ChangeLog HISTORY LICENSE 
	packages/language/cxx/ustl/current/include: ustl.h 
	packages/language/cxx/ustl/current/include/ustl: bktrace.h 
	                                                 cmemlink.h 
	                                                 fstream.h 
	                                                 memblock.h 
	                                                 memlink.h 
	                                                 metamac.h 
	                                                 mistream.h 
	                                                 mostream.h 
	                                                 ofstream.h 
	                                                 simd.h 
	                                                 sistream.h 
	                                                 sostream.h 
	                                                 strmsize.h 
	                                                 traits.h 
	                                                 typelist.h 
	                                                 typet.h ualgo.h 
	                                                 ualgobase.h 
	                                                 ubitset.h 
	                                                 uctralgo.h 
	                                                 uctrstrm.h 
	                                                 uexception.h 
	                                                 ufunction.h 
	                                                 uheap.h uios.h 
	                                                 uiosfunc.h 
	                                                 uiterator.h 
	                                                 ulaalgo.h 
	                                                 ulimits.h 
	                                                 ulist.h umap.h 
	                                                 umatrix.h 
	                                                 umemory.h 
	                                                 umultimap.h 
	                                                 umultiset.h 
	                                                 unew.h 
	                                                 unumeric.h 
	                                                 upair.h 
	                                                 upredalgo.h 
	                                                 uqueue.h uset.h 
	                                                 uspecial.h 
	                                                 ustack.h 
	                                                 ustdxept.h 
	                                                 ustring.h 
	                                                 utf8.h utuple.h 
	                                                 utypes.h 
	                                                 uutility.h 
	                                                 uvector.h 
	packages/language/cxx/ustl/current/src: bktrace.cpp cmemlink.cpp 
	                                        fstream.cpp memblock.cpp 
	                                        memlink.cpp mistream.cpp 
	                                        ofstream.cpp 
	                                        sistream.cpp 
	                                        sostream.cpp 
	                                        ualgobase.cpp 
	                                        ubitset.cpp 
	                                        uexception.cpp unew.cpp 
	                                        ustdxept.cpp ustring.cpp 
	packages/language/cxx/ustl/current/tests: bvt00.cpp bvt01.cpp 
	                                          bvt02.cpp bvt03.cpp 
	                                          bvt04.cpp bvt05.cpp 
	                                          bvt06.cpp bvt07.cpp 
	                                          bvt08.cpp bvt09.cpp 
	                                          bvt10.cpp bvt11.cpp 
	                                          bvt12.cpp bvt13.cpp 
	                                          bvt14.cpp bvt15.cpp 
	                                          bvt15.std bvt16.cpp 
	                                          bvt17.cpp bvt18.cpp 
	                                          bvt19.cpp bvt20.cpp 
	                                          bvt21.cpp bvt22.cpp 
	                                          bvt23.cpp bvt24.cpp 
	                                          bvt25.cpp bvt26.cpp 
	                                          bvt27.cpp 
Added files:
	packages/language/cxx/ustl/current/include/ustl: typeinfo.h 

Log message:
	* include/*:
	* src/*:
	* tests/*:
	* HISTORY:
	* LICENSE: Updated to uSTL 1.6 sources.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/language/cxx/ustl/current Change ...
@ 2011-11-21 17:14 jld
  0 siblings, 0 replies; 6+ messages in thread
From: jld @ 2011-11-21 17:14 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2011-11-21 17:14:30

Modified files:
	packages/language/cxx/ustl/current: ChangeLog 
	packages/language/cxx/ustl/current/include/ustl: ustring.h 

Log message:
	* include/ustl/ustring.h: Fix incorrect behaviour of iat when passed
	offset+npos. Reported by Frank Pagliughi. Patch from uSTL HEAD.
	[ Bugzilla 1001390 ]


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/language/cxx/ustl/current Change ...
@ 2009-10-06 12:31 jld
  0 siblings, 0 replies; 6+ messages in thread
From: jld @ 2009-10-06 12:31 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2009-10-06 12:31:51

Modified files:
	packages/language/cxx/ustl/current: ChangeLog 
	packages/language/cxx/ustl/current/doc: ustl.sgml 

Log message:
	* doc/ustl.sgml: Removed cout.flush() from example and from note.
	Added note about use of compiler flag -Wno-undef.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/language/cxx/ustl/current Change ...
@ 2009-08-24  6:46 jld
  0 siblings, 0 replies; 6+ messages in thread
From: jld @ 2009-08-24  6:46 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2009-08-24 06:46:35

Modified files:
	packages/language/cxx/ustl/current: ChangeLog README 
	packages/language/cxx/ustl/current/cdl: ustl.cdl 
	packages/language/cxx/ustl/current/include: config.h ustlecos.h 
	packages/language/cxx/ustl/current/src: bktrace.cpp 
	                                        uexception.cpp 
	                                        ustlecos.cpp 

Log message:
	* src/bktrace.cpp: prevent inclusion of host header <execinfo.h> (eCos builds
	for Linux synthetic target).
	* src/uexception.cpp:exception::read(): initialise local  variable stmSize.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-21  8:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-30 17:28 ecos/packages/language/cxx/ustl/current Change jld
  -- strict thread matches above, loose matches on Subject: below --
2013-02-21  8:34 jld
2012-04-04 18:51 sergeig
2011-11-21 17:14 jld
2009-10-06 12:31 jld
2009-08-24  6:46 jld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).