Daniel Marjamäki
|
b250791a1e
|
GUI: Use checksum for clang output to see if code is changed
|
2017-08-07 09:28:35 +02:00 |
Daniel Marjamäki
|
e1a086f83a
|
Restore mode 644 for gui/mainwindow.cpp
|
2017-08-06 21:37:15 +02:00 |
Daniel Marjamäki
|
c0c7a0a877
|
GUI: ensure Settings::terminated is false when analysis is started
|
2017-08-06 21:28:49 +02:00 |
Daniel Marjamäki
|
da255c35d3
|
GUI: Incremental analysis for clang/clang-tidy
|
2017-08-06 15:16:21 +02:00 |
Daniel Marjamäki
|
24027009e1
|
GUI: Updated handling of Clang
|
2017-08-06 12:14:15 +02:00 |
Daniel Marjamäki
|
7a19bddce4
|
Gui: Improve Clang in Windows. It must have standard headers so try to autodetect mingw headers.
|
2017-08-04 23:58:17 +02:00 |
Daniel Marjamäki
|
7f1db7b716
|
GUI: Working on Clang support on Windows
|
2017-08-04 20:08:01 +02:00 |
Daniel Marjamäki
|
c2bb9890e9
|
GUI: add clang-tidy
|
2017-08-04 15:10:27 +02:00 |
Daniel Marjamäki
|
7468b40a5e
|
GUI: Fix sinceDate handling
|
2017-08-03 23:27:18 +02:00 |
Matthias Krüger
|
abce74ff56
|
gui: update doxygen comment missed in previous commit.
|
2017-08-03 22:56:10 +02:00 |
Daniel Marjamäki
|
5fa7a4edc4
|
GUI: save dumpfiles in buildDir if possible
|
2017-08-03 22:54:38 +02:00 |
Matthias Krüger
|
0e40a4cc39
|
gui: ThreadHandler::check() remove unused parameter "all".
Was:
threadhandler.cpp:78:58: warning: unused parameter ‘all’ [-Wunused-parameter]
void ThreadHandler::check(const Settings &settings, bool all)
^~~
|
2017-08-03 22:48:38 +02:00 |
Daniel Marjamäki
|
67043b3524
|
GUI: Add -isystem and proper standard when running Clang
|
2017-08-03 21:39:20 +02:00 |
Matthias Krüger
|
ef80aba58f
|
gui: fix compiler selection if CXX is empty
|
2017-08-03 21:23:02 +02:00 |
Daniel Marjamäki
|
1f3f8f6f20
|
GUI: Minor fixes in the Clang parser
|
2017-08-03 20:33:01 +02:00 |
Matthias Krüger
|
25a19b5ca7
|
gui: get QMAKE_CXX from CXX env var of system.
|
2017-08-03 18:16:39 +02:00 |
Daniel Marjamäki
|
5c9f010a61
|
GUI: Refactoring run-addons
|
2017-08-03 18:04:15 +02:00 |
Daniel Marjamäki
|
1be04346b3
|
GUI: Refactoring, split out getAddonPath()
|
2017-08-03 17:26:16 +02:00 |
Daniel Marjamäki
|
14efd2fdf5
|
GUI: Split up parsers for addons/clang
|
2017-08-03 17:20:29 +02:00 |
Daniel Marjamäki
|
ac08e216a4
|
GUI: indicate that clang handling is experimental
|
2017-08-03 17:10:56 +02:00 |
PKEuS
|
b4cf79f1b7
|
GUI: Refactorizations
|
2017-08-03 12:43:44 +02:00 |
Daniel Marjamäki
|
dfc48be70e
|
Fixed #2363 (GUI: Using addons in the checking)
|
2017-08-03 12:30:28 +02:00 |
Daniel Marjamäki
|
952c31638c
|
Fixed #1862 (GUI: Allow user to tag errors)
|
2017-08-02 22:28:45 +02:00 |
Daniel Marjamäki
|
77d9a4d981
|
GUI: Remove unused method
|
2017-08-02 20:27:38 +02:00 |
Daniel Marjamäki
|
78e30e735e
|
GUI: Better history. Prepare for tagging messages.
|
2017-08-02 20:24:23 +02:00 |
Daniel Marjamäki
|
3e2236ac73
|
GUI: Rename variables
|
2017-08-02 19:09:03 +02:00 |
orbitcowboy
|
cc210679a5
|
gnu.cfg: Added returnValue-types.
|
2017-08-02 14:34:06 +02:00 |
Daniel Marjamäki
|
274bc179bf
|
GUI: constness
|
2017-08-02 14:26:56 +02:00 |
Daniel Marjamäki
|
f516c5696e
|
GUI: small refactoring
|
2017-08-02 12:45:57 +02:00 |
Daniel Marjamäki
|
5c7591db9e
|
Fix issues detected by Coverity, ResultsTree did not initialize all member variables
|
2017-08-02 08:57:44 +02:00 |
Daniel Marjamäki
|
cde262fd02
|
Refactoring, use early return
|
2017-08-02 08:49:45 +02:00 |
Daniel Marjamäki
|
ecc84ee027
|
Fix issue detected by Coverity, StatsDialog::mStatistics was not initialized in the constructor
|
2017-08-02 08:45:17 +02:00 |
orbitcowboy
|
7ab8d758c5
|
std.cfg: Added more returnValue-types.
|
2017-08-01 14:33:12 +02:00 |
Daniel Marjamäki
|
c4ee9799bc
|
GUI: load/save data automatically in the ProjectFileDialog
|
2017-07-31 16:14:01 +02:00 |
Daniel Marjamäki
|
17d9f88d9e
|
GUI: modernize, replace NULL with nullptr
|
2017-07-31 15:19:51 +02:00 |
Daniel Marjamäki
|
373f33406b
|
GUI: modernize connect in SettingsDialog
|
2017-07-31 15:13:16 +02:00 |
Daniel Marjamäki
|
9e234fa25c
|
GUI: modernize connect in StatsDialog
|
2017-07-31 13:55:47 +02:00 |
Daniel Marjamäki
|
ac13648d40
|
GUI: modernize connect in ThreadHandler
|
2017-07-31 13:52:03 +02:00 |
Daniel Marjamäki
|
efbe7b76ee
|
GUI: modernize connect in ThreadHandler
|
2017-07-31 13:46:23 +02:00 |
Daniel Marjamäki
|
037fc6e3a4
|
GUI: Remove Project class
|
2017-07-31 12:02:51 +02:00 |
Daniel Marjamäki
|
4986ffa2f1
|
GUI: modernize connect in ApplicationDialog
|
2017-07-31 10:18:02 +02:00 |
Daniel Marjamäki
|
ea95398123
|
GUI: modernize connect in AboutDialog
|
2017-07-31 10:16:23 +02:00 |
Daniel Marjamäki
|
2f554e82ff
|
GUI: modernize connect in ResultsTree
|
2017-07-31 08:18:34 +02:00 |
Daniel Marjamäki
|
9d93c01ba0
|
GUI: modernize connect in ResultsView
|
2017-07-31 08:17:13 +02:00 |
Daniel Marjamäki
|
5e189de956
|
GUI: modernize connect in ProjectFileDialog
|
2017-07-31 08:09:57 +02:00 |
Daniel Marjamäki
|
e589c4fc7d
|
GUI: modernize connect in MainWindow
|
2017-07-31 07:36:42 +02:00 |
Daniel Marjamäki
|
5ef3de7c88
|
GUI: Reanalyze all for projects
|
2017-07-30 23:02:30 +02:00 |
Daniel Marjamäki
|
65f5e219f1
|
GUI: Update translations
|
2017-07-30 13:43:15 +02:00 |
Daniel Marjamäki
|
abcabba88e
|
GUI: When loading project, try to load last results
|
2017-07-30 13:42:34 +02:00 |
Daniel Marjamäki
|
0b509e9e35
|
GUI: Update strings 'check' => 'analyze'
|
2017-07-30 13:31:02 +02:00 |