summaryrefslogtreecommitdiffstats
path: root/util/qfloat16-tables/qfloat16-tables.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2019-05-31 13:35:04 -0700
committerThiago Macieira <thiago.macieira@intel.com>2019-06-03 10:42:53 -0700
commit5e40d3d982d014cd01db4dbe6aecc6ea6baf840a (patch)
treecc2a733233c7664fa08bd40ea1b9d8b3827ea47c /util/qfloat16-tables/qfloat16-tables.pro
parent26e5aa45e1f4bd980f894a5e0621ecde03464d33 (diff)
qfloat16: Check in the tables to Git
It's a 38k source file, which makes it MUCH smaller than other generated files like qlocale_data_p.h (982k) and qunicodetables.cpp (718k). The constants are platform-independent, since they are defined by IEEE 754, so they will never change. The generator tool is moved to util/ and removed from the build. That's one fewer bootstrapped tool to have to worry about. The output file is committed as .cpp so it won't get installed. Fixes: QTBUG-76165 Change-Id: I2b1955a995ad40f3b89afffd15a3ded58dc3e35f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'util/qfloat16-tables/qfloat16-tables.pro')
-rw-r--r--util/qfloat16-tables/qfloat16-tables.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/qfloat16-tables/qfloat16-tables.pro b/util/qfloat16-tables/qfloat16-tables.pro
new file mode 100644
index 0000000000..3c9a1e61a3
--- /dev/null
+++ b/util/qfloat16-tables/qfloat16-tables.pro
@@ -0,0 +1,2 @@
+QT = core
+SOURCES += gen_qfloat16_tables.cpp