phoenix-firestorm/indra
Nat Goodspeed 27cbfef026 MAINT-1175: Use workaround for comparing std::type_info* on gcc < 4.4.
We now specialize std::less<const std::type_info*> to use
std::type_info::before(), and on Windows and Mac that Just Works. It even
works on Linux when using gcc 4.4+: more recent implementations of gcc's
std::type_info::before() apparently do name()-string comparisons internally.
It doesn't work so well on Linux with gcc 4.1, though, and that's the compiler
we still use on our Linux build-farm machines. But rather than give up,
perform explicit name()-string comparison in that case.
2012-07-19 08:35:11 -04:00
..
cmake merge changes for DRTVWR-151 2012-05-24 20:35:25 -04:00
copy_win_scripts
integration_tests merge changes for DRTVWR-151 2012-05-24 20:35:25 -04:00
lib/python
linux_crash_logger
linux_updater merge changes for DRTVWR-148 2012-05-29 12:42:53 -04:00
llaudio MAINT-862 and ER-1781 : Sounds not playing the first time. Reviewed by Kelly. 2012-05-16 17:09:07 -07:00
llcharacter
llcommon MAINT-1175: Use workaround for comparing std::type_info* on gcc < 4.4. 2012-07-19 08:35:11 -04:00
llcrashlogger
llimage Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 2012-05-25 15:07:22 -07:00
llimagej2coj
llinventory
llkdu SH-3075 : Fix reversible compression for very small textures. Also supress the forcing to reversible for small textures. 2012-05-09 17:04:02 -07:00
llmath
llmessage merge changes for DRTVWR-162 2012-06-08 11:41:10 -04:00
llplugin MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess. 2012-06-06 16:38:16 -04:00
llprimitive
llrender MAINT-1142 use VBO pooling on OSX 2012-06-04 12:15:08 -07:00
llui MAINT-1175: Ditch LLTypeInfoLookup, make map<const type_info*> work. 2012-07-18 20:33:54 -04:00
llvfs
llwindow Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 2012-05-25 15:07:22 -07:00
llxml
lscript
mac_crash_logger
mac_updater
media_plugins
newview Backed out changeset a25bfa87418d (using std::type_info::name()) 2012-07-18 15:51:34 -04:00
test merge changes for DRTVWR-162 2012-06-08 11:41:10 -04:00
test_apps/llplugintest
tools/vstool
viewer_components Automated merge with http://hg.secondlife.com/viewer-release 2012-05-09 22:33:04 -04:00
win_crash_logger
win_updater
CMakeLists.txt
edit-me-to-trigger-new-build.txt
fix-incredibuild.py