Go to file
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
doc merge changes for DRTVWR-147 2012-05-22 05:51:20 -04:00
etc
indra MAINT-1175: Use workaround for comparing std::type_info* on gcc < 4.4. 2012-07-19 08:35:11 -04:00
scripts
.hgignore merge changes for DRTVWR-149 2012-05-22 06:03:42 -04:00
.hgtags Added tag 3.3.3-release for changeset 6428242e124b 2012-06-21 16:44:04 -04:00
BuildParams merge back change to force ticket number from viewer-release 2012-05-29 13:31:06 -04:00
autobuild.xml MAINT-1144: Update with relevant apr_suite fix. 2012-06-18 16:14:30 -04:00
build.sh WOLF-318: change default verbosity of some unit tests to keep them out of the logs when passing 2012-04-25 16:45:24 -04:00