Commit graph

7 commits

Author SHA1 Message Date
Erik Ogenvik
271cf8024f More compiler warnings and use "external".
Put all external code under "external".
We can't use too many warnings though since there's a lot of code we
don't control.
2019-09-22 01:23:55 +02:00
Peter Szücs
7199cbea66 Don't create unused strings. 2014-01-08 22:48:47 +01:00
Erik Hjortsberg
0270cb756d 2007-03-25 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* src/framework/tinyxml/tinystr.cpp, src/framework/tinyxml/tinystr.h, src/framework/tinyxml/tinyxml.cpp, src/framework/tinyxml/tinyxml.h, src/framework/tinyxml/tinyxmlerror.cpp, src/framework/tinyxml/tinyxmlparser.cpp, src/framework/tinyxml/readme.txt: upgraded to newer version
2007-03-25 00:17:09 +00:00
Erik Hjortsberg
527a49c150 2005-09-24 Erik Hjortsberg <erik@katastrof.nu>
* src/framework/tinyxml/tinyxml.cpp, src/framework/tinyxml/tinystr.cpp, src/framework/tinyxml/tinyxmlerror.cpp, src/framework/tinyxml/tinyxmlparser.cpp: made various adjustements which makes it compile on MSVC
	* src/framework/float_cast.h: provides lrint functionality on platforms with outdated C libs, such as win32. Thanks to Erik de Castro Lopo
	* src/framework/osdir.h: provides platform independent directory browsing support. It works, but isn't that full-featured. And it's a shame it doesn't use the STL syntax for iteration. Thanks Bart Vanhauwaert
2005-09-23 23:01:11 +00:00
Erik Hjortsberg
f203643987 2005-07-21 Erik Hjortsberg <erik@katastrof.nu>
* src/framework/tinyxml/tinyxml.h, src/framework/tinyxml/tinyxmlparser.cpp
		* don't use std::string in tinyxml since we want to do insensitive comparisons, which is easier with c-strings (unless we want to rewrite the code in tinyxml...)
2005-07-21 21:33:48 +00:00
Erik Hjortsberg
febc1740af 2005-06-07 Erik Hjortsberg <erik@katastrof.nu>
* src/framework/tinyxml/*, src/components/ogre/model/XMLModelDefinitionSerializer.*
		* moved the tinyxml classes into the Ember namespace to avoid collisions with other implementations
2005-06-07 20:49:46 +00:00
Erik Hjortsberg
79c36890e7 2005-05-23 Erik Hjortsberg <erik@katastrof.nu>
* src/framework/tinyxml
		* Oops, forgot to add files to cvs. Sorry Miguel!
2005-05-23 21:57:23 +00:00