Josh Soref and GitHub
3a75ef0df4
src: correct spelling errors ( #1162 )
2021-03-14 07:47:26 +01:00
Louis St-Amour and GitHub
224c89182a
src: Apply clang-format and extend use to Java code ( #973 )
2020-04-19 14:11:48 +02:00
mlangkabel
078feca004
src: applied clang-format
2019-11-18 17:07:20 +01:00
mlangkabel and Eberhard Graether
0587d54172
logic: removed "JVM Maximum Memory" setting from preferences
2019-10-18 13:05:27 +02:00
mlangkabel
73cf651664
ui: Show explicit error message if no java path provided in preferences
2018-10-30 12:30:32 +01:00
mlangkabel
dfc6d88432
build: search headers in all source directories
...
* removed paths in include directives
* changed cmake to provide necessary header search paths
* changed name of version.h to productVersion.h due to name conflict
2018-09-18 19:00:18 +02:00
mlangkabel
21d58357f2
logic: fixed application crash on windows if JVM tries to allocate too much memory by reducing the amount of allocated memory to the available size.
2018-08-28 13:06:36 +02:00
mlangkabel
0dda63f7ae
logic: used wstring in FilePath constructor
...
* used wstring in FilePath constructor where easily possible
* added FilePath concatenate method that accepts string parameter
* implemented using only wstring in MessageStatus
* used wstring in config
2018-01-30 11:00:23 +01:00
mlangkabel
4686ce7e91
src: fixed some clang tidy warnings
...
* implemented CxxDeclName constructors that just move the members
* removed empty destructors because they disable default move constructors
* removed some unnecessary code
* replaced ".size() == 0" with ".empty()" because it's more explicit
2017-12-27 18:46:56 +01:00
malte_langkabel
70997adc9c
logic: greatly improved Java indexing performance
...
* about 120% faster now
* also fixed minor synchronization issues
2017-08-17 13:28:00 +02:00
malte_langkabel
6cb2119cce
src: remove unused includes
2017-05-17 12:10:22 +02:00
malte_langkabel
8a92453d60
logic: fix update of Java indexer to new version of Java dependencies
...
* reapplied previous reverts
* added cache for TypeSolvers in Java code
2017-05-10 17:54:21 +02:00
Eberhard Graether
14fa67b909
logic: Limit multi process indexing to projects with C/C++ source groups
2017-05-08 14:45:37 +02:00
Eberhard Graether
ad1a48bce4
Revert "logic: update java indexer to new version of Java dependencies"
...
This reverts commit da2b44bd25 .
2017-05-08 14:17:22 +02:00
malte_langkabel
da2b44bd25
logic: update java indexer to new version of Java dependencies
...
* JavaSymbolSolver: Commit fac13d99
* JavaParser: Tag 3.2.0
2017-05-04 17:06:28 +02:00
malte_langkabel
e5cd905670
ui: maximum allocated jvm memory configurable in preferences
...
* added setting for maximum memory allocated by JVM to Preferences window.
* a value of -1 ignores this setting
* changed default value for this setting to -1
* increased JNI version to Java 1.8
* disabled some file system tests for windows
2016-09-29 10:05:03 +02:00
malte_langkabel
3b7baba24b
build: merge Coati app and Trial to single executable
...
* removed trial target
* updated deploy scripts to exclude trial
* cleanup CMakeLists
* removed Eigen dependencies
* split parser lib into lib_cxx and lib_java
* added ProjectFactory and ProjectFactoryModules
* removed old installer projects
* updated wix installer
* updated readme for wix setup
* updated to use obfuscated exe
* added qt.conf
* added indexing dialog images
* added jars
* added coatidb files of sample projects
* added source code of javaparser sample
* removed auto-refresh image
* intermediate files of windows installer are created in build folder
* preselected desktop shortcut
* build bat is executed from deploy_windows script
2016-09-16 12:45:00 +02:00