Eberhard Graether
72a48f997f
logic: Avoid reparsing when no project files nothing changed
2016-06-13 23:21:35 +02:00
Eberhard Graether
986f67df8e
data: Removed error logs in CxxDeclNameResolver.cpp
...
bug id = 94
2016-06-13 22:50:02 +02:00
Eberhard Graether
208f2b1158
ui: Changed full text search character to ? and added shortcut CTRL+SHIFT+F
2016-06-13 21:07:14 +02:00
Eberhard Graether
b07d03692d
logic: Reworked CDB project setup
...
* added separate step for project name, project location and cdb path
* added description that project stays up-to-date under cdb path picker.
* added include and framework paths to advanced settings
* disregard source extensions for cdb projects
bug id = 70
2016-06-13 16:43:37 +02:00
Eberhard Graether
aae388d8ee
logic: Check compilation database path before refreshing
2016-06-12 11:21:18 +02:00
Eberhard Graether
b57171552f
ui: Added download link to start screen
2016-06-12 10:12:27 +02:00
Eberhard Graether
be3ba0ba23
ui: Added status messages for fulltext search
2016-06-12 09:35:11 +02:00
Eberhard Graether
19e26268cf
build: Added Qt gif plugin to fix loader gif in release build not working
2016-06-11 04:14:10 +02:00
Eberhard Graether
77080464d7
data: Analyze all types of macro usage
2016-06-11 03:46:44 +02:00
Eberhard Graether
594bb41a6f
logic: Fixed app can't find user data after parsing CDB because working directory changed
2016-06-11 03:09:04 +02:00
Eberhard Graether
c5af4ed4e5
data: Fixed files being consumed by multiple threads
2016-06-11 02:25:19 +02:00
Eberhard Graether
6821fd1c9a
data: Fixed macro expands not saved within macro expands
2016-06-10 22:24:14 +02:00
Eberhard Graether
7e3b2622ec
src: miscellaneous bug fixes for upcoming release
...
* only randomize parsing order of source files for multithreaded indexing
* fixed overview not displayed when switching projects due to MessageScrollCode being dispatched
* avoid adding duplicate TokenLocations that causes highlighting to break in QtCodeArea
* clear all controllers when switching project
* maximize unindexed file when clicking title instead of activating it
2016-06-09 12:30:00 +02:00
Eberhard Graether
5173400b8d
logic: Showing annotations in fulltext search results
...
* new LocationType for errors
* refactored CodeController
* cache active locations in CodeController for later manipulations
2016-06-08 20:33:34 +02:00
Eberhard Graether
c6fa1f0969
ui: Defined colors for fulltext search and fulltext code highlights
2016-06-07 15:10:09 +02:00
Eberhard Graether
b10c55e7f9
src: Added logic and UI for excluding files and directories from analysis
...
bug id = 68, 47
2016-06-07 10:46:36 +02:00
Andreas Stallinger
6edcd77eb2
logic: fulltextsearch with suffixarray
...
* delete test.sqlite in storagetestsuite in desstructor
* remove new and delete from suffixarray
* case sensitive fts
* fixed fulltext results annotated like errors
* lazy suffix array building
* fulltextsearch folder added
* go back too branch without _publish
* suffixarray working
* logic: Improved code view performance
0.6.2
2016-06-07 08:49:34 +02:00
Eberhard Graether
53120cf270
ui: fixed autocompletion list highlights wrong for large indices
2016-06-06 15:40:46 +02:00
Eberhard Graether
468e55f078
ui: Repaint graph view after animation to remove artifacts
...
bug id = 75
2016-05-31 16:44:24 +02:00
Eberhard Graether
ab43d309cb
data: optimize memory of sqlite database
...
* use sqlite "VACUUM" after analysis to reduce memory size
* only add filename to name of local symbol
2016-05-31 15:49:12 +02:00
Eberhard Graether
da01855b68
ui: Fixed edge name showing when undoing and redoing
2016-05-31 14:15:50 +02:00
Eberhard Graether
2660465b31
ui: Fixed derived bundle layouted to wrong bucket
2016-05-31 14:02:30 +02:00
Eberhard Graether
dfcb9214f4
build: Fixed broken code view style due to app changing working directory while analysing from compilation database
2016-05-31 13:17:36 +02:00
Eberhard Graether
d6e2c46420
data: Catch sqlite database close exception that happens sometimes
2016-05-31 12:34:07 +02:00
Eberhard Graether
8222729bb9
logic: Removed undo step for graph and code view manipulations
...
* graph node moving
* graph node expanding
* code file expanding
* scope expanding
2016-05-31 12:12:05 +02:00
Eberhard Graether
3f032ea822
data: Fixed macro definition not connected to file
2016-05-30 17:06:35 +02:00
Eberhard Graether
5a6e042c8f
logic: Removed ActivationTranslator and show old token names in search field
2016-05-30 16:00:55 +02:00
Eberhard Graether
5bb6902cdf
src: remove unused stuff
...
* PersistenStorage::removeUnusedNames
* Dictionary
* DictionaryTestSuite
2016-05-30 14:23:50 +02:00
Eberhard Graether
71cf6bb5f4
logic: randomize source file parsing order to reduce header file double parsing
...
saves 20% parsing time for Coati
2016-05-30 12:21:39 +02:00
malte_langkabel
f02169b08e
data: more compiled statements
...
* added some more statement compilations regarding dangerous names.
2016-05-27 17:20:33 +02:00
Andreas Stallinger
4b734a05f9
utility: Sublime Plugin, import idna encoding
...
* include fileinfo in fileregister instead of include (for unordered_map)
* sublimeplugin import idna encoading
2016-05-27 12:26:52 +02:00
Eberhard Graether
6165d2fffa
ui: Fixed edge drawn wrong when leaving from child nod of smaller node
2016-05-27 12:06:16 +02:00
Eberhard Graether
4e08d86602
logic: Fixed base and derived classes not correctly at top or bottom
...
Prioritize inheritance and override over all other edges.
2016-05-23 15:58:31 +02:00
malte_langkabel
d80a123a5a
logic: PARSING files are UNPARSED
...
* changed ***FileIsUnparsed in FileRegister to disregard files that are currently parsing.
* made Cach more generic by adding the option of providing a custom hasher
2016-05-23 14:58:48 +02:00
Eberhard Graether
badad741b0
logic: Fixed slow aggregation click and nodes not staying expanded
2016-05-21 04:44:31 +02:00
Eberhard Graether
5d2a476813
logic: Improved graph and code view performance
...
* added sql index for component_access
* improved policy for expanded code files
* reduced amount of initially expanded code files
* faster DummyEdge creation
* faster DummyNode search by token id
* switched GraphController DummyNodes and DummyEdges to shared_ptr for memory safety
2016-05-21 00:01:46 +02:00
malte_langkabel
4a6f8cf420
src: crash fixes
...
* fixed crash when snippet has no code.
* fixed crash when saving a filenode with special characters in its name
* fixed crash when aborting the parsing
2016-05-20 13:52:37 +02:00
Eberhard Graether
946be38fa2
utility: Fixed FilePath::contains
2016-05-20 12:52:37 +02:00
Eberhard Graether
86d1ff2905
logic: Changed include files being analyzed solely by path
...
* removed header extensions
* added source extensions to source path setup screen
* added caching to hasFilePath check
* don't show header list in CDB setup
* removed TestSettings.xml
2016-05-19 21:47:09 +02:00
Manuel Dobusch
5295267513
ui: generic solution parser
...
completed first version of generic solution parsers
2016-05-18 16:50:26 +02:00
Manuel Dobusch
2f25279662
logic: vs solution parsing fix
...
Fixed issue with vs internal macros
2016-05-18 14:19:41 +02:00
Eberhard Graether
e943ef149e
ui: Added more settings to the preferences
...
Added font face, font size, tab width, analysis threads
2016-05-18 11:15:28 +02:00
malte_langkabel
e40459e71d
src: storage refactoring
...
* used the getFirst/getAll template methods throughout the SqliteStorage.
* renamed LambdaTask to TaskLambda to match our naming convention.
2016-05-17 17:09:18 +02:00
malte_langkabel
cb9dde6641
logic: fix local symbols in lambda
...
* fixed the isImplicit method of the ASTVisitor to use the parent context to determine if a lambda record is implicit.
2016-05-17 16:30:26 +02:00
Eberhard Graether
4097493181
ui: Sort snippets to always show definition on top
2016-05-17 15:26:45 +02:00
Eberhard Graether
9f80bcbcb7
ui: Fixed nodes not sorted when expanding in overview
2016-05-17 14:47:36 +02:00
Eberhard Graether
79f788db2e
ui: sort buckets in graph layout alphabetically and put bundles at end
2016-05-17 14:28:22 +02:00
malte_langkabel
67e4d84631
logic: indexer count and fixes
...
* added option to define the amount of parallel indexers in the appsettings
* fixed unparsed files query in ASTVisitor
* fixed: to update a node's type in the storage the node does not have to be defined anymore
2016-05-13 16:30:16 +02:00
Eberhard Graether
7bb40f2630
logic: Simplified node bundling by collecting relevant data upfront
2016-05-13 14:17:20 +02:00
malte_langkabel
c61efbbcde
logic: multithreaded parsing
...
* modified the TaskParseCxx to be able to run multiple times in parallel
* made FileRegister threadsafe and changed a lot of its mechanisms
* added TaskGroupParallel that runs all children in parallel
* added TaskParseWrapper that acts as a decorator to execute some code before and after parsing.
* implemented task setup in project with 4 parsing threads
* removed SimpleTask as it was only used as interface for the LambdaTask
2016-05-13 13:23:54 +02:00