Squish: Update tst_cmake_speedcrunch

Server mode has been dropped.

Change-Id: I356f814bb4b0084cfcecd3b92ede1a0c27daf2b4
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2020-07-23 16:43:12 +02:00
committed by Robert Loehning
parent 95e0b71b88
commit cf9cdd2a36
3 changed files with 183 additions and 317 deletions

View File

@@ -28,7 +28,7 @@ source("../../shared/qtcreator.py")
SpeedCrunchPath = ""
BuildPath = tempDir()
def cmakeSupportsServerMode():
def cmakeSupported():
versionLines = filter(lambda line: "cmake version " in line,
getOutputFromCmdline(["cmake", "--version"]).splitlines())
try:
@@ -38,17 +38,16 @@ def cmakeSupportsServerMode():
minor = __builtin__.int(matcher.group(2))
except:
return False
if major < 3:
return False
elif major > 3:
return True
else:
return minor >= 7
return (major, minor) >= (3, 14)
def main():
if (which("cmake") == None):
test.fatal("cmake not found in PATH - needed to run this test")
return
if not cmakeSupported():
test.warning("CMake version is no more supported for QC")
return
if not neededFilePresent(SpeedCrunchPath):
return
@@ -62,10 +61,7 @@ def main():
return
waitForProjectParsing()
naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='%s' type='QModelIndex'}"
if cmakeSupportsServerMode():
treeFile = "projecttree_speedcrunch_server.tsv"
else:
treeFile = "projecttree_speedcrunch.tsv"
treeFile = "projecttree_speedcrunch.tsv"
compareProjectTree(naviTreeView % "speedcrunch( \[\S+\])?", treeFile)
# Invoke a rebuild of the application

View File

@@ -1,99 +1,178 @@
"text" "nestinglevel"
"cmake_uninstall.cmake.in" "0"
"CMakeLists.txt" "0"
"SourceFiles.cmake" "0"
"core" "0"
"book.cpp" "1"
"book.h" "1"
"constants.cpp" "1"
"constants.h" "1"
"evaluator.cpp" "1"
"evaluator.h" "1"
"functions.cpp" "1"
"functions.h" "1"
"numberformatter.cpp" "1"
"numberformatter.h" "1"
"settings.cpp" "1"
"settings.h" "1"
"gui" "0"
"aboutbox.cpp" "1"
"aboutbox.h" "1"
"application.cpp" "1"
"application.h" "1"
"autohidelabel.cpp" "1"
"autohidelabel.h" "1"
"bookdock.cpp" "1"
"bookdock.h" "1"
"constantsdock.cpp" "1"
"constantsdock.h" "1"
"constantswidget.cpp" "1"
"constantswidget.h" "1"
"editor.cpp" "1"
"editor.h" "1"
"functionsdock.cpp" "1"
"functionsdock.h" "1"
"functionswidget.cpp" "1"
"functionswidget.h" "1"
"historydock.cpp" "1"
"historydock.h" "1"
"historywidget.cpp" "1"
"historywidget.h" "1"
"mainwindow.cpp" "1"
"mainwindow.h" "1"
"resultdisplay.cpp" "1"
"resultdisplay.h" "1"
"syntaxhighlighter.cpp" "1"
"syntaxhighlighter.h" "1"
"tipwidget.cpp" "1"
"tipwidget.h" "1"
"variablelistwidget.cpp" "1"
"variablelistwidget.h" "1"
"variablesdock.cpp" "1"
"variablesdock.h" "1"
"math" "0"
"floatcommon.c" "1"
"floatcommon.h" "1"
"floatconst.c" "1"
"floatconst.h" "1"
"floatconvert.c" "1"
"floatconvert.h" "1"
"floaterf.c" "1"
"floaterf.h" "1"
"floatexp.c" "1"
"floatexp.h" "1"
"floatgamma.c" "1"
"floatgamma.h" "1"
"floathmath.c" "1"
"floathmath.h" "1"
"floatio.c" "1"
"floatio.h" "1"
"floatipower.c" "1"
"floatipower.h" "1"
"floatlog.c" "1"
"floatlog.h" "1"
"floatlogic.c" "1"
"floatlogic.h" "1"
"floatlong.c" "1"
"floatlong.h" "1"
"floatnum.c" "1"
"floatnum.h" "1"
"floatpower.c" "1"
"floatpower.h" "1"
"floatseries.c" "1"
"floatseries.h" "1"
"floattrig.c" "1"
"floattrig.h" "1"
"hmath.cpp" "1"
"hmath.h" "1"
"number.c" "1"
"number.h" "1"
"resources" "0"
"speedcrunch.qrc" "1"
"tests" "0"
"testevaluator.cpp" "1"
"testfloatnum.c" "1"
"testhmath.cpp" "1"
"thirdparty" "0"
"binreloc.c" "1"
"binreloc.h" "1"
"main.cpp" "0"
"speedcrunch" "0"
"Source Files" "1"
"core" "2"
"book.cpp" "3"
"constants.cpp" "3"
"evaluator.cpp" "3"
"functions.cpp" "3"
"numberformatter.cpp" "3"
"settings.cpp" "3"
"gui" "2"
"aboutbox.cpp" "3"
"application.cpp" "3"
"autohidelabel.cpp" "3"
"bookdock.cpp" "3"
"constantsdock.cpp" "3"
"constantswidget.cpp" "3"
"editor.cpp" "3"
"functionsdock.cpp" "3"
"functionswidget.cpp" "3"
"historydock.cpp" "3"
"historywidget.cpp" "3"
"mainwindow.cpp" "3"
"resultdisplay.cpp" "3"
"syntaxhighlighter.cpp" "3"
"tipwidget.cpp" "3"
"variablelistwidget.cpp" "3"
"variablesdock.cpp" "3"
"math" "2"
"floatcommon.c" "3"
"floatconst.c" "3"
"floatconvert.c" "3"
"floaterf.c" "3"
"floatexp.c" "3"
"floatgamma.c" "3"
"floathmath.c" "3"
"floatio.c" "3"
"floatipower.c" "3"
"floatlog.c" "3"
"floatlogic.c" "3"
"floatlong.c" "3"
"floatnum.c" "3"
"floatpower.c" "3"
"floatseries.c" "3"
"floattrig.c" "3"
"hmath.cpp" "3"
"number.c" "3"
"resources" "2"
"speedcrunch.rc" "3"
"thirdparty" "2"
"binreloc.c" "3"
"main.cpp" "2"
"testevaluator" "0"
"Source Files" "1"
"core" "2"
"evaluator.cpp" "3"
"functions.cpp" "3"
"settings.cpp" "3"
"math" "2"
"floatcommon.c" "3"
"floatconst.c" "3"
"floatconvert.c" "3"
"floaterf.c" "3"
"floatexp.c" "3"
"floatgamma.c" "3"
"floathmath.c" "3"
"floatio.c" "3"
"floatipower.c" "3"
"floatlog.c" "3"
"floatlogic.c" "3"
"floatlong.c" "3"
"floatnum.c" "3"
"floatpower.c" "3"
"floatseries.c" "3"
"floattrig.c" "3"
"hmath.cpp" "3"
"number.c" "3"
"tests" "2"
"testevaluator.cpp" "3"
"testfloatnum" "0"
"Source Files" "1"
"math" "2"
"floatcommon.c" "3"
"floatconst.c" "3"
"floatconvert.c" "3"
"floaterf.c" "3"
"floatexp.c" "3"
"floatgamma.c" "3"
"floathmath.c" "3"
"floatio.c" "3"
"floatipower.c" "3"
"floatlog.c" "3"
"floatlogic.c" "3"
"floatlong.c" "3"
"floatnum.c" "3"
"floatpower.c" "3"
"floatseries.c" "3"
"floattrig.c" "3"
"number.c" "3"
"tests" "2"
"testfloatnum.c" "3"
"testhmath" "0"
"Source Files" "1"
"math" "2"
"floatcommon.c" "3"
"floatconst.c" "3"
"floatconvert.c" "3"
"floaterf.c" "3"
"floatexp.c" "3"
"floatgamma.c" "3"
"floathmath.c" "3"
"floatio.c" "3"
"floatipower.c" "3"
"floatlog.c" "3"
"floatlogic.c" "3"
"floatlong.c" "3"
"floatnum.c" "3"
"floatpower.c" "3"
"floatseries.c" "3"
"floattrig.c" "3"
"hmath.cpp" "3"
"number.c" "3"
"tests" "2"
"testhmath.cpp" "3"
"<Headers>" "0"
"core" "1"
"book.h" "2"
"constants.h" "2"
"errors.h" "2"
"evaluator.h" "2"
"functions.h" "2"
"numberformatter.h" "2"
"settings.h" "2"
"gui" "1"
"aboutbox.h" "2"
"application.h" "2"
"autohidelabel.h" "2"
"bookdock.h" "2"
"constantsdock.h" "2"
"constantswidget.h" "2"
"editor.h" "2"
"functionsdock.h" "2"
"functionswidget.h" "2"
"historydock.h" "2"
"historywidget.h" "2"
"mainwindow.h" "2"
"resultdisplay.h" "2"
"syntaxhighlighter.h" "2"
"tipwidget.h" "2"
"variablelistwidget.h" "2"
"variablesdock.h" "2"
"math" "1"
"floatcommon.h" "2"
"floatconfig.h" "2"
"floatconst.h" "2"
"floatconvert.h" "2"
"floaterf.h" "2"
"floatexp.h" "2"
"floatgamma.h" "2"
"floathmath.h" "2"
"floatincgamma.h" "2"
"floatio.h" "2"
"floatipower.h" "2"
"floatlog.h" "2"
"floatlogic.h" "2"
"floatlong.h" "2"
"floatnum.h" "2"
"floatpower.h" "2"
"floatseries.h" "2"
"floattrig.h" "2"
"hmath.h" "2"
"number.h" "2"
"thirdparty" "1"
"binreloc.h" "2"
"CMake Modules" "0"
"cmake_uninstall.cmake.in" "1"
"SourceFiles.cmake" "1"
1 text nestinglevel
cmake_uninstall.cmake.in 0
2 CMakeLists.txt 0
3 SourceFiles.cmake speedcrunch 0
4 core Source Files 0 1
5 book.cpp core 1 2
6 book.h book.cpp 1 3
7 constants.cpp 1 3
8 constants.h evaluator.cpp 1 3
9 evaluator.cpp functions.cpp 1 3
10 evaluator.h numberformatter.cpp 1 3
11 functions.cpp settings.cpp 1 3
12 functions.h gui 1 2
13 numberformatter.cpp aboutbox.cpp 1 3
14 numberformatter.h application.cpp 1 3
15 settings.cpp autohidelabel.cpp 1 3
16 settings.h bookdock.cpp 1 3
17 gui constantsdock.cpp 0 3
18 aboutbox.cpp constantswidget.cpp 1 3
19 aboutbox.h editor.cpp 1 3
20 application.cpp functionsdock.cpp 1 3
21 application.h functionswidget.cpp 1 3
22 autohidelabel.cpp historydock.cpp 1 3
23 autohidelabel.h historywidget.cpp 1 3
24 bookdock.cpp mainwindow.cpp 1 3
25 bookdock.h resultdisplay.cpp 1 3
26 constantsdock.cpp syntaxhighlighter.cpp 1 3
27 constantsdock.h tipwidget.cpp 1 3
28 constantswidget.cpp variablelistwidget.cpp 1 3
29 constantswidget.h variablesdock.cpp 1 3
30 editor.cpp math 1 2
31 editor.h floatcommon.c 1 3
32 functionsdock.cpp floatconst.c 1 3
33 functionsdock.h floatconvert.c 1 3
34 functionswidget.cpp floaterf.c 1 3
35 functionswidget.h floatexp.c 1 3
36 historydock.cpp floatgamma.c 1 3
37 historydock.h floathmath.c 1 3
38 historywidget.cpp floatio.c 1 3
39 historywidget.h floatipower.c 1 3
40 mainwindow.cpp floatlog.c 1 3
41 mainwindow.h floatlogic.c 1 3
42 resultdisplay.cpp floatlong.c 1 3
43 resultdisplay.h floatnum.c 1 3
44 syntaxhighlighter.cpp floatpower.c 1 3
45 syntaxhighlighter.h floatseries.c 1 3
46 tipwidget.cpp floattrig.c 1 3
47 tipwidget.h hmath.cpp 1 3
48 variablelistwidget.cpp number.c 1 3
49 variablelistwidget.h resources 1 2
50 variablesdock.cpp speedcrunch.rc 1 3
51 variablesdock.h thirdparty 1 2
52 math binreloc.c 0 3
53 floatcommon.c main.cpp 1 2
54 floatcommon.h testevaluator 1 0
55 floatconst.c Source Files 1
56 floatconst.h core 1 2
57 floatconvert.c evaluator.cpp 1 3
58 floatconvert.h functions.cpp 1 3
59 floaterf.c settings.cpp 1 3
60 floaterf.h math 1 2
61 floatexp.c floatcommon.c 1 3
62 floatexp.h floatconst.c 1 3
63 floatgamma.c floatconvert.c 1 3
64 floatgamma.h floaterf.c 1 3
65 floathmath.c floatexp.c 1 3
66 floathmath.h floatgamma.c 1 3
67 floatio.c floathmath.c 1 3
68 floatio.h floatio.c 1 3
69 floatipower.c 1 3
70 floatipower.h floatlog.c 1 3
71 floatlog.c floatlogic.c 1 3
72 floatlog.h floatlong.c 1 3
73 floatlogic.c floatnum.c 1 3
74 floatlogic.h floatpower.c 1 3
75 floatlong.c floatseries.c 1 3
76 floatlong.h floattrig.c 1 3
77 floatnum.c hmath.cpp 1 3
78 floatnum.h number.c 1 3
79 floatpower.c tests 1 2
80 floatpower.h testevaluator.cpp 1 3
81 floatseries.c testfloatnum 1 0
82 floatseries.h Source Files 1
83 floattrig.c math 1 2
84 floattrig.h floatcommon.c 1 3
85 hmath.cpp floatconst.c 1 3
86 hmath.h floatconvert.c 1 3
87 number.c floaterf.c 1 3
88 number.h floatexp.c 1 3
89 resources floatgamma.c 0 3
90 speedcrunch.qrc floathmath.c 1 3
91 tests floatio.c 0 3
92 testevaluator.cpp floatipower.c 1 3
93 testfloatnum.c floatlog.c 1 3
94 testhmath.cpp floatlogic.c 1 3
95 thirdparty floatlong.c 0 3
96 binreloc.c floatnum.c 1 3
97 binreloc.h floatpower.c 1 3
98 main.cpp floatseries.c 0 3
99 floattrig.c 3
100 number.c 3
101 tests 2
102 testfloatnum.c 3
103 testhmath 0
104 Source Files 1
105 math 2
106 floatcommon.c 3
107 floatconst.c 3
108 floatconvert.c 3
109 floaterf.c 3
110 floatexp.c 3
111 floatgamma.c 3
112 floathmath.c 3
113 floatio.c 3
114 floatipower.c 3
115 floatlog.c 3
116 floatlogic.c 3
117 floatlong.c 3
118 floatnum.c 3
119 floatpower.c 3
120 floatseries.c 3
121 floattrig.c 3
122 hmath.cpp 3
123 number.c 3
124 tests 2
125 testhmath.cpp 3
126 <Headers> 0
127 core 1
128 book.h 2
129 constants.h 2
130 errors.h 2
131 evaluator.h 2
132 functions.h 2
133 numberformatter.h 2
134 settings.h 2
135 gui 1
136 aboutbox.h 2
137 application.h 2
138 autohidelabel.h 2
139 bookdock.h 2
140 constantsdock.h 2
141 constantswidget.h 2
142 editor.h 2
143 functionsdock.h 2
144 functionswidget.h 2
145 historydock.h 2
146 historywidget.h 2
147 mainwindow.h 2
148 resultdisplay.h 2
149 syntaxhighlighter.h 2
150 tipwidget.h 2
151 variablelistwidget.h 2
152 variablesdock.h 2
153 math 1
154 floatcommon.h 2
155 floatconfig.h 2
156 floatconst.h 2
157 floatconvert.h 2
158 floaterf.h 2
159 floatexp.h 2
160 floatgamma.h 2
161 floathmath.h 2
162 floatincgamma.h 2
163 floatio.h 2
164 floatipower.h 2
165 floatlog.h 2
166 floatlogic.h 2
167 floatlong.h 2
168 floatnum.h 2
169 floatpower.h 2
170 floatseries.h 2
171 floattrig.h 2
172 hmath.h 2
173 number.h 2
174 thirdparty 1
175 binreloc.h 2
176 CMake Modules 0
177 cmake_uninstall.cmake.in 1
178 SourceFiles.cmake 1

View File

@@ -1,209 +0,0 @@
"text" "nestinglevel"
"CMakeLists.txt" "0"
"speedcrunch" "0"
"core" "1"
"book.cpp" "2"
"constants.cpp" "2"
"evaluator.cpp" "2"
"functions.cpp" "2"
"numberformatter.cpp" "2"
"settings.cpp" "2"
"gui" "1"
"aboutbox.cpp" "2"
"application.cpp" "2"
"autohidelabel.cpp" "2"
"bookdock.cpp" "2"
"constantsdock.cpp" "2"
"constantswidget.cpp" "2"
"editor.cpp" "2"
"functionsdock.cpp" "2"
"functionswidget.cpp" "2"
"historydock.cpp" "2"
"historywidget.cpp" "2"
"mainwindow.cpp" "2"
"resultdisplay.cpp" "2"
"syntaxhighlighter.cpp" "2"
"tipwidget.cpp" "2"
"variablelistwidget.cpp" "2"
"variablesdock.cpp" "2"
"math" "1"
"floatcommon.c" "2"
"floatconst.c" "2"
"floatconvert.c" "2"
"floaterf.c" "2"
"floatexp.c" "2"
"floatgamma.c" "2"
"floathmath.c" "2"
"floatio.c" "2"
"floatipower.c" "2"
"floatlog.c" "2"
"floatlogic.c" "2"
"floatlong.c" "2"
"floatnum.c" "2"
"floatpower.c" "2"
"floatseries.c" "2"
"floattrig.c" "2"
"hmath.cpp" "2"
"number.c" "2"
"resources" "1"
"speedcrunch.qrc" "2"
"/" "3"
"locale" "4"
"ar_JO.qm" "5"
"ca_ES.qm" "5"
"cs_CZ.qm" "5"
"de_DE.qm" "5"
"en_GB.qm" "5"
"en_US.qm" "5"
"es_AR.qm" "5"
"es_ES.qm" "5"
"et_EE.qm" "5"
"eu_ES.qm" "5"
"fi_FI.qm" "5"
"fr_FR.qm" "5"
"he_IL.qm" "5"
"hu_HU.qm" "5"
"id_ID.qm" "5"
"it_IT.qm" "5"
"ja_JP.qm" "5"
"ko_KR.qm" "5"
"lv_LV.qm" "5"
"nb_NO.qm" "5"
"nl_NL.qm" "5"
"pl_PL.qm" "5"
"pt_BR.qm" "5"
"pt_PT.qm" "5"
"ro_RO.qm" "5"
"ru_RU.qm" "5"
"sv_SE.qm" "5"
"tr_TR.qm" "5"
"uz_UZ.qm" "5"
"vi_VN.qm" "5"
"zh_CN.qm" "5"
"speedcrunch.png" "4"
"speedcrunch.rc" "2"
"thirdparty" "1"
"binreloc.c" "2"
"main.cpp" "1"
"testevaluator" "0"
"core" "1"
"evaluator.cpp" "2"
"functions.cpp" "2"
"settings.cpp" "2"
"math" "1"
"floatcommon.c" "2"
"floatconst.c" "2"
"floatconvert.c" "2"
"floaterf.c" "2"
"floatexp.c" "2"
"floatgamma.c" "2"
"floathmath.c" "2"
"floatio.c" "2"
"floatipower.c" "2"
"floatlog.c" "2"
"floatlogic.c" "2"
"floatlong.c" "2"
"floatnum.c" "2"
"floatpower.c" "2"
"floatseries.c" "2"
"floattrig.c" "2"
"hmath.cpp" "2"
"number.c" "2"
"tests" "1"
"testevaluator.cpp" "2"
"testfloatnum" "0"
"math" "1"
"floatcommon.c" "2"
"floatconst.c" "2"
"floatconvert.c" "2"
"floaterf.c" "2"
"floatexp.c" "2"
"floatgamma.c" "2"
"floathmath.c" "2"
"floatio.c" "2"
"floatipower.c" "2"
"floatlog.c" "2"
"floatlogic.c" "2"
"floatlong.c" "2"
"floatnum.c" "2"
"floatpower.c" "2"
"floatseries.c" "2"
"floattrig.c" "2"
"number.c" "2"
"tests" "1"
"testfloatnum.c" "2"
"testhmath" "0"
"math" "1"
"floatcommon.c" "2"
"floatconst.c" "2"
"floatconvert.c" "2"
"floaterf.c" "2"
"floatexp.c" "2"
"floatgamma.c" "2"
"floathmath.c" "2"
"floatio.c" "2"
"floatipower.c" "2"
"floatlog.c" "2"
"floatlogic.c" "2"
"floatlong.c" "2"
"floatnum.c" "2"
"floatpower.c" "2"
"floatseries.c" "2"
"floattrig.c" "2"
"hmath.cpp" "2"
"number.c" "2"
"tests" "1"
"testhmath.cpp" "2"
"<Headers>" "0"
"core" "1"
"book.h" "2"
"constants.h" "2"
"errors.h" "2"
"evaluator.h" "2"
"functions.h" "2"
"numberformatter.h" "2"
"settings.h" "2"
"gui" "1"
"aboutbox.h" "2"
"application.h" "2"
"autohidelabel.h" "2"
"bookdock.h" "2"
"constantsdock.h" "2"
"constantswidget.h" "2"
"editor.h" "2"
"functionsdock.h" "2"
"functionswidget.h" "2"
"historydock.h" "2"
"historywidget.h" "2"
"mainwindow.h" "2"
"resultdisplay.h" "2"
"syntaxhighlighter.h" "2"
"tipwidget.h" "2"
"variablelistwidget.h" "2"
"variablesdock.h" "2"
"math" "1"
"floatcommon.h" "2"
"floatconfig.h" "2"
"floatconst.h" "2"
"floatconvert.h" "2"
"floaterf.h" "2"
"floatexp.h" "2"
"floatgamma.h" "2"
"floathmath.h" "2"
"floatincgamma.h" "2"
"floatio.h" "2"
"floatipower.h" "2"
"floatlog.h" "2"
"floatlogic.h" "2"
"floatlong.h" "2"
"floatnum.h" "2"
"floatpower.h" "2"
"floatseries.h" "2"
"floattrig.h" "2"
"hmath.h" "2"
"number.h" "2"
"thirdparty" "1"
"binreloc.h" "2"
"CMake Modules" "0"
"cmake_uninstall.cmake.in" "1"
"SourceFiles.cmake" "1"
1 text nestinglevel
2 CMakeLists.txt 0
3 speedcrunch 0
4 core 1
5 book.cpp 2
6 constants.cpp 2
7 evaluator.cpp 2
8 functions.cpp 2
9 numberformatter.cpp 2
10 settings.cpp 2
11 gui 1
12 aboutbox.cpp 2
13 application.cpp 2
14 autohidelabel.cpp 2
15 bookdock.cpp 2
16 constantsdock.cpp 2
17 constantswidget.cpp 2
18 editor.cpp 2
19 functionsdock.cpp 2
20 functionswidget.cpp 2
21 historydock.cpp 2
22 historywidget.cpp 2
23 mainwindow.cpp 2
24 resultdisplay.cpp 2
25 syntaxhighlighter.cpp 2
26 tipwidget.cpp 2
27 variablelistwidget.cpp 2
28 variablesdock.cpp 2
29 math 1
30 floatcommon.c 2
31 floatconst.c 2
32 floatconvert.c 2
33 floaterf.c 2
34 floatexp.c 2
35 floatgamma.c 2
36 floathmath.c 2
37 floatio.c 2
38 floatipower.c 2
39 floatlog.c 2
40 floatlogic.c 2
41 floatlong.c 2
42 floatnum.c 2
43 floatpower.c 2
44 floatseries.c 2
45 floattrig.c 2
46 hmath.cpp 2
47 number.c 2
48 resources 1
49 speedcrunch.qrc 2
50 / 3
51 locale 4
52 ar_JO.qm 5
53 ca_ES.qm 5
54 cs_CZ.qm 5
55 de_DE.qm 5
56 en_GB.qm 5
57 en_US.qm 5
58 es_AR.qm 5
59 es_ES.qm 5
60 et_EE.qm 5
61 eu_ES.qm 5
62 fi_FI.qm 5
63 fr_FR.qm 5
64 he_IL.qm 5
65 hu_HU.qm 5
66 id_ID.qm 5
67 it_IT.qm 5
68 ja_JP.qm 5
69 ko_KR.qm 5
70 lv_LV.qm 5
71 nb_NO.qm 5
72 nl_NL.qm 5
73 pl_PL.qm 5
74 pt_BR.qm 5
75 pt_PT.qm 5
76 ro_RO.qm 5
77 ru_RU.qm 5
78 sv_SE.qm 5
79 tr_TR.qm 5
80 uz_UZ.qm 5
81 vi_VN.qm 5
82 zh_CN.qm 5
83 speedcrunch.png 4
84 speedcrunch.rc 2
85 thirdparty 1
86 binreloc.c 2
87 main.cpp 1
88 testevaluator 0
89 core 1
90 evaluator.cpp 2
91 functions.cpp 2
92 settings.cpp 2
93 math 1
94 floatcommon.c 2
95 floatconst.c 2
96 floatconvert.c 2
97 floaterf.c 2
98 floatexp.c 2
99 floatgamma.c 2
100 floathmath.c 2
101 floatio.c 2
102 floatipower.c 2
103 floatlog.c 2
104 floatlogic.c 2
105 floatlong.c 2
106 floatnum.c 2
107 floatpower.c 2
108 floatseries.c 2
109 floattrig.c 2
110 hmath.cpp 2
111 number.c 2
112 tests 1
113 testevaluator.cpp 2
114 testfloatnum 0
115 math 1
116 floatcommon.c 2
117 floatconst.c 2
118 floatconvert.c 2
119 floaterf.c 2
120 floatexp.c 2
121 floatgamma.c 2
122 floathmath.c 2
123 floatio.c 2
124 floatipower.c 2
125 floatlog.c 2
126 floatlogic.c 2
127 floatlong.c 2
128 floatnum.c 2
129 floatpower.c 2
130 floatseries.c 2
131 floattrig.c 2
132 number.c 2
133 tests 1
134 testfloatnum.c 2
135 testhmath 0
136 math 1
137 floatcommon.c 2
138 floatconst.c 2
139 floatconvert.c 2
140 floaterf.c 2
141 floatexp.c 2
142 floatgamma.c 2
143 floathmath.c 2
144 floatio.c 2
145 floatipower.c 2
146 floatlog.c 2
147 floatlogic.c 2
148 floatlong.c 2
149 floatnum.c 2
150 floatpower.c 2
151 floatseries.c 2
152 floattrig.c 2
153 hmath.cpp 2
154 number.c 2
155 tests 1
156 testhmath.cpp 2
157 <Headers> 0
158 core 1
159 book.h 2
160 constants.h 2
161 errors.h 2
162 evaluator.h 2
163 functions.h 2
164 numberformatter.h 2
165 settings.h 2
166 gui 1
167 aboutbox.h 2
168 application.h 2
169 autohidelabel.h 2
170 bookdock.h 2
171 constantsdock.h 2
172 constantswidget.h 2
173 editor.h 2
174 functionsdock.h 2
175 functionswidget.h 2
176 historydock.h 2
177 historywidget.h 2
178 mainwindow.h 2
179 resultdisplay.h 2
180 syntaxhighlighter.h 2
181 tipwidget.h 2
182 variablelistwidget.h 2
183 variablesdock.h 2
184 math 1
185 floatcommon.h 2
186 floatconfig.h 2
187 floatconst.h 2
188 floatconvert.h 2
189 floaterf.h 2
190 floatexp.h 2
191 floatgamma.h 2
192 floathmath.h 2
193 floatincgamma.h 2
194 floatio.h 2
195 floatipower.h 2
196 floatlog.h 2
197 floatlogic.h 2
198 floatlong.h 2
199 floatnum.h 2
200 floatpower.h 2
201 floatseries.h 2
202 floattrig.h 2
203 hmath.h 2
204 number.h 2
205 thirdparty 1
206 binreloc.h 2
207 CMake Modules 0
208 cmake_uninstall.cmake.in 1
209 SourceFiles.cmake 1