malte_langkabel
38e016c909
build: update list of installed files for windows deployment
2017-06-07 15:49:49 +02:00
malte_langkabel
655e0f15b0
build: remove dlls from windows deploy package
...
* no dlls required anymore since we removed the setup.exe earlier which was the only C++ binary requiring those dlls.
2017-05-18 10:15:35 +02:00
malte_langkabel
d160f38cbd
build: remove setup.exe from windows package
...
* removed the exe since it does nothing but call the msi
* also fixed a missing include when building with DEPLOY on windows
2017-05-11 13:12:36 +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
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
Eberhard Graether
706119ebcc
data: indexer processes
...
* TaskBuildIndex starts seperate indexer processes and communicates via shared memory
* indexer processes get restarted if they fail
* indexer processes are killed when the app closes or crashes
* added utility class SharedMemory to allocate and access shared memory, providing basic data structures
* added SharedMemoryGarbageCollector for keeping track of running instances and cleaning up shared memory in case of a crash
* show errors for source files that crashed during indexing
* added basic exception handling to task scheduling
* added option to turn off processes and use threads in preferences, but still use shared memory
fortune cookie message = Good news from someone dear is coming soon.
2017-05-04 15:50:59 +02:00
malte_langkabel
498933d0aa
logic: fix windows uninstall if both 32 and 64 bit are installed
...
* using different GUIDs for 32 and 64 bit components
2017-04-11 13:37:03 +02:00
malte_langkabel
7421ef85d1
data: update windows installer images to sourcetrail
2017-04-10 17:36:46 +02:00
Andreas Stallinger
045a259b2e
build: renaming to sourcetrail
2017-04-07 13:19:09 +02:00
malte_langkabel
b72d6a2e3b
data: reference gui data for bookmarks in wix installer
2017-03-22 09:52:37 +01:00
malte_langkabel
a96bba67cb
data: added missing component for Maven icon to WIX setup
2017-03-20 14:18:22 +01:00
malte_langkabel
a8edf47685
ui: added Maven project icon
2017-03-13 14:54:39 +01:00
malte_langkabel
476e731b9e
build: building windows releases with .pdb files now to debug customer crashes with .dmp files
2017-03-03 19:49:39 +01:00
malte_langkabel
7f2db69995
build: offer windows 64 bit build (issue #300 )
...
* update to clang/llvm to 3.9
* update to qt 5.8
* fixed windows javapathdetector for 64 bit java.
* added LibGui as dependency to tests
* fixed legacy Java 6 install necessary on MacOS
* fixed setting of user path for 64 bit build
* added missing pngs to windows installer
* renamed graph zoom button images
* reverted moving of setupLogging call to fix crash on deployed exe
fortune cookie message = An old acquaintance will enter your life.
2017-02-03 14:31:43 +01:00
malte_langkabel
c1648f59bd
build: implemented auto-generation of GUID for windows installer
2016-12-14 15:21:00 +01:00
malte_langkabel
5482e56e82
build: deploy changes
...
* moved sample projects from data to user folder
* added fallback files for app and window settings
* implemented copying app and window settings to user folder when not found on app startup
* fixed upgrading for windows installer
2016-12-14 13:33:17 +01:00
Manuel Dobusch
68a2cb08bc
build: windows installer update
...
removed appsettings from installer
2016-12-13 16:51:44 +01:00
malte_langkabel
f2d8fb7b6d
build: fixed duplicate GUIDs in installer
...
<description>
2016-12-13 11:28:34 +01:00
Manuel Dobusch
790afcf572
build: wix setup
...
fixed some dll related stuff
2016-12-12 19:26:44 +01:00
Manuel Dobusch
2d8009535f
build: windows dlls
...
Added a bunch of dlls that should resolve the need to install certain windows updates
2016-12-12 16:46:22 +01:00
malte_langkabel
7cf8cbb59d
build: updated windows installer to include all the new icons
2016-12-12 11:40:51 +01:00
Manuel Dobusch
9aa07d46aa
utility: windows setup update
...
Changed windows setup folder layout and added readme file
2016-11-24 16:18:37 +01:00
malte_langkabel
4cb285b138
build: windows installer fix
...
* added project specific icons to windows installer
* implemented automatic generation of the version number for the windows installer
2016-10-27 12:56:27 +02:00
malte_langkabel
9f847f7897
build: structure of windows deploy project
...
* moved installer dlls to lib folder
* updated .gitignore to be more specific
* added notes on cleaning the installer project to readme
* made rebuilding of databases optional in windows deploy script
* removed local paths for devenv.com from windows deploy script
2016-10-27 11:38:36 +02:00
wrongway88
e78162fa43
utility: installer runtime dlls
...
Added VC++ runtime dlls for windows installer
2016-10-26 00:24:20 +02:00
wrongway88
b12e2b4e16
build: missing vc runtime dlls
...
Added missing VC++ runtime dlls.
2016-10-26 00:13:42 +02:00
malte_langkabel
ad2210d2bb
build: Fixed description of Windows release
2016-10-14 12:29:55 +02:00
malte_langkabel
ab023cbc3b
build: updated windows installer
...
* added new files to windows installer
* updated tutorial project
2016-10-14 10:25:47 +02:00
malte_langkabel
947b93c572
build: fixed javaslang.jar name in windows installer
2016-10-04 18:23:36 +02:00
Eberhard Graether
d70079825a
ui: Black and white size grips for dialog windows
2016-09-22 15:59:37 +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
Manuel Dobusch
c6a6e6d028
build: wix installer integration
...
Updated wix installer to better facilitate the integration into the deploy process.
2016-08-11 15:14:15 +02:00
Manuel Dobusch
d0cf500c8e
build: new windows installer
...
Created new windows installer based on the WiX Toolset
2016-08-09 16:32:27 +02:00