Oliver Stöneberg
6397e29f84
cleaned up includes based on include-what-you-use ( #3141 )
2021-04-03 21:30:50 +02:00
Oliver Stöneberg
4d526dcbf7
extended the Python script checks in the CI and adjusted some scripts ( #3186 )
2021-03-31 22:09:42 +02:00
DGarry82
77716ee398
fix w64-mingw32-ld linking error ( #3184 )
...
* fix w64-mingw32-ld linking error
use shlwapi instead of Shlwapi.lib in mingw-w64 build environment
(prevents "/usr/bin/x86_64-w64-mingw32-ld: cannot find -lShlwapi" error)
* same MinGW shlwapi fix for {tests,tools}/CMakeLists.txt
Co-authored-by: Igor Rondarev <igor.rondarev@gmail.com>
2021-03-29 17:04:42 +02:00
Bo Rydberg
99e2f49559
Use v2.4 as old for comparing against latest ( #3181 )
...
This is regarding donate-cpu functionality.
2021-03-22 18:35:38 +01:00
Daniel Marjamäki
42437277dc
Update Copyright year
2021-03-21 20:58:32 +01:00
Oliver Stöneberg
f8edb7b6e6
various daca@home client cleanups ( #3161 )
2021-03-06 12:34:12 +01:00
Oliver Stöneberg
0c6bb44ea5
donate_cpu_lib.py: fixed timeout handling - again ( #3158 )
2021-03-02 10:05:49 +01:00
Oliver Stöneberg
4b1d1ebe41
donate_cpu_lib.py: fixed potential hang in timeout handling ( #3155 )
2021-03-01 22:17:00 +01:00
Oliver Stöneberg
be62fab737
donate_cpu_lib.py: improved timeout reporting and process handling ( #3153 )
2021-02-27 03:19:08 +01:00
Oliver Stöneberg
dcf32563ea
various daca@home improvements ( #3139 )
2021-02-21 08:47:58 +01:00
Oliver Stöneberg
4dd7b2e958
donate_cpu_lib.py: reduced daca timeout to 1800 seconds ( #3140 )
2021-02-20 13:44:14 +01:00
Oliver Stöneberg
e219596797
donate-cpu-server.py: if a Python exception was raised return it instead of just closing the connection ( #3130 )
2021-02-14 16:16:28 +01:00
Oliver Stöneberg
d008356c28
fixed #9965 : handle template function names properly in stack trace o… ( #3125 )
2021-02-11 08:04:26 +01:00
Oliver Stöneberg
ff125f6ac6
fixed #9965 : improved stack trace overview in daca crash report ( #3122 )
...
- HTML escape the traces
- handle traces without a code line
- handle frames without a source file
- handle frames without an address
2021-02-09 22:17:14 +01:00
Rikard Falkeborn
332c59df51
tools/readme.md: Remove astyle_client description ( #3115 )
2021-02-07 09:03:37 +01:00
Oliver Stöneberg
4a9166c3bd
donate-cpu-server.py: added "Date Time" column to time reports / optimized file parsing in some reports ( #3105 )
2021-01-31 21:20:52 +01:00
Oliver Stöneberg
b472b4e65d
some Python cleanups based on PyCharm inspections ( #2999 )
...
* some Python cleanups based on PyCharm inspections
* test-helloworld.py: adjusted assert in test_addon_relative_path()
2021-01-31 14:27:11 +01:00
Oliver Stöneberg
1b9865be12
donate-cpu-server.py: sort time report entries by factor and corrected titles ( #3102 )
2021-01-31 12:01:01 +01:00
Oliver Stöneberg
99d9abee41
donate-cpu-server.py: fixed daca crash report ( #3092 )
2021-01-29 10:28:35 +01:00
Oliver Stöneberg
ff9d6499ec
donate-cpu-server.py: split time report into improvement and regression report ( #3081 )
2021-01-25 08:10:28 +01:00
Oliver Stöneberg
f46a9e3543
fixed/excluded some shellcheck warnings and actually fail the build when something is found ( #3068 )
2021-01-20 18:43:49 +01:00
Rikard Falkeborn
50cdb6cbfc
Astyle: sync windows and linux folders ( #3016 )
2021-01-06 17:13:44 +01:00
Oliver Stöneberg
96704c9971
fixed and enabled some more clang-tidy warnings ( #3007 )
2021-01-05 17:51:32 +01:00
orbitcowboy
01c434f8bf
donate_cpu: Auto detect ntl-library
2021-01-04 16:28:05 +01:00
Rikard Falkeborn
8dc8aa0459
Matchcompiler parse all Match|simpleMatch on the same line ( #2993 )
...
* MatchCompiler: Neaten error messages
Especially the added space makes it a little more readable.
* MatchCompiler: Add spaces between operators
* Matchcompiler: Don't bailout if non-const pattern
If matchcompiler found a call to Token::Match() or Token::simpleMatch()
with an unknown string argument, subsequent calls to Token::Match() or
Token::simpleMatch() on the same line would not be processed by
matchcompiler.
To fix this, keep track of the last index we found a match, and update
it accordingly when the line is modified. To avoid having to keep track
of if "Match" or "simpleMatch" is the first match we find, just make a
loop over them.
2020-12-31 19:28:06 +01:00
orbitcowboy
c643e7e7b5
donate_cpu: Improved auto detection of bsd library configuration
2020-12-28 18:08:36 +01:00
orbitcowboy
922e2b5713
donate_cpu: Added auto detection for GiNaC
2020-12-28 17:41:16 +01:00
orbitcowboy
28b4d1a6b3
donate_cpu: Auto detect pcre.h
2020-12-28 09:30:39 +01:00
orbitcowboy
81be03fd6d
donate_cpu: Incremented client version.
2020-12-27 14:41:36 +01:00
orbitcowboy
4ab5b33cc7
donate_cpu: Auto detect wxSqlite3 includes
2020-12-27 12:44:56 +01:00
Oliver Stöneberg
018b26a4ef
donate_cpu_lib.py: fixed some cases with missing error information / cleanups ( #2982 )
2020-12-26 17:59:19 +01:00
orbitcowboy
23c7621b24
donate_cpu_lib.py: Improved auto detection of bsd config
2020-12-18 13:23:41 +01:00
orbitcowboy
52e6bd76c4
donate_cpu_lib.py: Improved auto detection of bsd config
2020-12-18 13:21:49 +01:00
orbitcowboy
099d4ce574
donate_cpu: Add another header to auto detect BSD configuration.
2020-12-12 17:36:31 +01:00
orbitcowboy
4b079c8934
donate_cpu: Add rule for automatically activate bsd.cfg
2020-12-12 17:29:25 +01:00
Daniel Marjamäki
dffa40803e
donate-cpu-server: update versions
2020-12-05 13:23:53 +01:00
Daniel Marjamäki
c7cbe7f2d3
rename externals/tinyxml to externals/tinyxml2
2020-11-16 09:11:53 +01:00
Daniel Marjamäki
f779a44be0
astyle formatting
2020-11-14 21:40:38 +01:00
Daniel Marjamäki
ef5d5e84c5
Fixed #8936 (Add PicoJSON Copyright notice)
2020-11-14 21:31:50 +01:00
Daniel Marjamäki
5b156d20bd
compare_ast_symdb.py: small fix and refactorings
2020-10-31 17:37:23 +01:00
Daniel Marjamäki
6cf571af97
compare_ast_symdb.py: improved script for comparing cppcheck/clang ast etc
2020-10-31 14:57:12 +01:00
Daniel Marjamäki
b96f23a388
Fixed tools/compare_ast.py
2020-10-30 10:14:18 +01:00
Daniel Marjamäki
ef42b82a49
fix tools/compare_ast.py
2020-10-29 21:18:40 +01:00
Daniel Marjamäki
417bc5c732
tools; remove old script for comparing cppcheck and clang asts
2020-10-27 21:02:34 +01:00
orbitcowboy
d37ddc7114
donate_cpu_lib.py: Formatted Qt list, there are no functional changes
2020-10-04 18:42:59 +02:00
orbitcowboy
9d2564993a
donate_cpu_lib.py: Improved Qt config detection by adding more Qt-headers.
2020-10-04 18:31:30 +02:00
orbitcowboy
71f5e5bb46
donate_cpu_lib.py: Improved detection of Qt-includes by adding <QMetaType>
2020-10-03 20:38:42 +02:00
orbitcowboy
1886a43f98
donate_cpu_lib.py: Improved detection of Qt headers: added <Qtest> detection.
2020-10-03 20:15:08 +02:00
orbitcowboy
5eb718f9b4
donate_cpu_lib.py: Improved detection of GTK headers
2020-10-03 19:36:32 +02:00
Daniel Marjamäki
ad620413f1
donate-cpu-server: OLD_VERSION=2.2
2020-10-03 12:55:55 +02:00