Go to file
Nat Goodspeed 230d22ceb2 Fix Vars::cp dangling-pointer problem.
Naively storing a const char* param in a const char* data member ignores the
fact that once the caller's done, the string data referenced by that pointer
will probably be freed. Store the referenced string in a std::string instead.
2011-02-05 11:30:52 -05:00
doc VWR-24321: fix validation of textures that start with 00 2011-01-24 09:35:41 -05:00
etc Switch inventory capabilities to FetchInventory2 and family. 2011-01-07 18:30:03 +00:00
indra Fix Vars::cp dangling-pointer problem. 2011-02-05 11:30:52 -05:00
scripts SNOW-744: scripts/install.py --uninstall does not remove symbolic links. 2010-12-15 17:31:18 +01:00
.hgignore
.hgtags Added tag nat-eventapi2-base for changeset b542f8134a2b 2011-01-28 19:56:15 -05:00
BuildParams Adding run_tests buildparam and setting to false for coverity builds so coverity can run. 2011-01-26 15:07:54 -08:00
build.sh Adding run_tests buildparam and setting to false for coverity builds so coverity can run. 2011-01-26 15:07:54 -08:00
install.xml STORM-808 : merge webkit upgrade to Qt v4.7.1 2010-12-22 14:06:46 -08:00
viewer-hg-convert.shamap Merge 2010-09-27 17:54:52 -07:00