]> git.cworth.org Git - apitrace/commit
Parse doubles to a new Double class rather than to the Float class.
authorCarl Worth <cworth@cworth.org>
Thu, 17 Nov 2011 22:04:16 +0000 (14:04 -0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 24 Nov 2011 18:11:33 +0000 (18:11 +0000)
commite935ee1015d5162e02d90be7b52267194231e038
tree7aebca70a36041aae908ba7f4c5556a589cebe37
parent30d24d96251f691a6d0463b9235a6077dbf3c29c
Parse doubles to a new Double class rather than to the Float class.

This is simply a case of not discarding information. Without this, it would
not be possible to parse a trace and re-create the identical trace.

Signed-off-by: José Fonseca <jose.r.fonseca@gmail.com>
common/trace_model.cpp
common/trace_model.hpp
common/trace_parser.cpp
common/trace_writer_model.cpp
gui/apitracecall.cpp
gui/apitracecall.h
gui/saverthread.cpp