mlangkabel
98cb81ef3a
switch timestamp server for windows packaging
2021-10-25 15:44:39 +02:00
Josh Soref and GitHub
12bbce899e
build: replace timestamp endpoint for Windows code signing ( #1164 )
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2021-03-14 08:13:08 +01:00
Malte Langkabel and GitHub
804e564c8d
update SourcetrailPythonIndexer to version 1.25.6 to fix TextAccess issue ( #1159 )
...
* before this update the SourcetrailPythonIndexer was saving indexed code to the database different than Sourcetrail, which could result in crashes
2021-03-09 07:43:27 +01:00
Malte Langkabel and GitHub
33e3f96283
build: make Windows CI build and test Java language support ( #1156 )
2021-03-03 07:33:29 +01:00
Malte Langkabel and GitHub
3c1638da25
src: switch from Qt to boost implementation of executeProcess ( #1145 )
...
* changed implementation of executeProcess
* unified all different implementations of executeProcess
* separated arg list from command for all calls of executeProcess (this also required to remove quotes that were added to path args because otherwise the Python indexer would mistake absolute paths for relative paths.)
* update expected output for custom command tests
2021-02-22 16:00:32 +01:00
freddii and GitHub
b60eaa5b09
docs: fixed typos ( #1131 )
2021-02-08 13:18:25 +01:00
mlangkabel
3be856b1f9
build: update windows build scripts to new code signing mechanism
2020-12-14 21:01:58 +01:00
Malte Langkabel and GitHub
b54b1a6e02
data: update python indexer to v1.db25.p5 ( #1087 )
2020-10-05 10:02:05 +02:00
Malte Langkabel and GitHub
7dd45b586b
build: replace winrar dependency by 7z ( #1077 )
2020-09-08 18:36:40 +02:00
Malte Langkabel and GitHub
8962c6d511
data: update python indexer to v1.db25.p4 ( #1037 )
2020-06-08 18:54:34 +02:00
Malte Langkabel and GitHub
a76a19041f
build: remove unused windows 32 bit deployment
2020-06-08 16:35:31 +02:00
Eberhard Gräther and GitHub
9a8fa94905
build: Migrate Linux '.tar.gz' package creation from CPack to linuxdeployqt ( #1034 )
...
Unified Linux package creation into single script 'setup/Linux/createPackages.sh' that uses 'linuxdeployqt' for both the '.tar.gz' and '.AppImage' package.
2020-06-08 15:06:42 +02:00
mlangkabel
f37716dc82
build: improve error handling if windows deployment cannot find the proper tools
2020-03-30 12:02:55 +02:00
Malte Langkabel and GitHub
4dd0cb7590
data: update python indexer to v1.db25.p3 ( #929 )
2020-02-24 16:14:57 +01:00
Eberhard Graether
99cc3d9636
build: Updated Docker Linux 64bit image to Qt 5.12.6 and LLVM/Clang 9.0.0
...
* updated to CentOS 7
* removed 32bit image
2019-12-16 15:38:31 +01:00
Malte Langkabel and GitHub
d33a5357dd
logic: update python indexer to fix issue #771 ( #846 )
...
This will allow the Python indexer to accept a Windows Python environment with the python.exe located in the root directory of the environment.
2019-12-10 19:04:07 +01:00
Malte Langkabel and GitHub
e8480d4a43
build: make build fail if maven fails to generate the java indexer jar ( #842 )
2019-12-10 13:29:59 +01:00
Malte Langkabel and GitHub
9274758d5d
build: update to SourcetrailPythonIndexer v1_db25_p1 ( #813 )
...
This allows to use "unsafe" Python environment if this environment has explicitly been specified by the user (issues #697 , #747 ).
2019-11-28 20:15:26 +01:00
Alexey Andronov and Eberhard Gräther
75e6edaf44
res: move clang-format file to project top-level folder ( #815 )
...
So IDE's can automatically detect it
2019-11-28 16:11:34 +01:00
Malte Langkabel and GitHub
5bbbb73362
build: enable Python language support in appveyor builds ( #798 )
2019-11-26 14:11:01 +01:00
mlangkabel
7b14bfaf70
build: update deploy script for windows
...
* added option to disable 32 or 64 bit build
* re-added option to enable code signing on demand
2019-11-19 16:55:25 +01:00
mlangkabel
21f2625d9e
data: added clang format rules
2019-11-18 17:12:39 +01:00
mlangkabel
cc17dbe2ea
ui: Remove EULA from GUI and Windows installer
2019-11-16 14:57:31 +01:00
mlangkabel
0e4a620768
script: updated windows deploy script
...
* add missing copy command for dll to cmake
* fix deploy script
* remove code signing from deploy script
2019-11-13 19:33:40 +01:00
mlangkabel
73f3be72e1
data: removed unused edge and node types
2019-11-05 23:28:27 +01:00
Eberhard Graether
dca9e2627c
build: Fixed Linux build
2019-11-05 23:20:17 +01:00
Eberhard Graether
c34b17418d
build: revised build scripts
2019-11-05 17:00:39 +01:00
mlangkabel
8264b8cae3
build: skip downloading python indexer if correct version is already installed
2019-11-05 11:28:50 +01:00
mlangkabel
38581f9571
build: move build related tasks for Windows from setup script to CMake
2019-11-04 17:46:59 +01:00
Eberhard Graether
0d8e992bdf
src: Removed everything license key related
...
* removed license check
* removed license from ApplicationSettings
* removed LicenseGenerator
* removed license tests
* removed lib_license
* removed dependency on Botan
* removed license generation in all scripts
2019-10-18 13:05:30 +02:00
mlangkabel and Eberhard Graether
b631f3ddf7
data: fixed styles missing in portable windows packages
2019-10-18 13:05:27 +02:00
mlangkabel and Eberhard Graether
942eb219eb
build: sign windows builds and installer when deploying (issue #704 )
2019-10-18 12:59:02 +02:00
mlangkabel
ef68893957
data: update Sourcetrail to use python indexer to v1.db24.p2
2019-08-26 18:38:24 +02:00
mlangkabel
8a43a95b5c
data: update Sourcetrail to use python indexer to v1.db24.p1
2019-08-06 18:34:51 +02:00
mlangkabel
21f25a0b00
data: make Qt Windows Vista style available for windows 10
2019-08-06 10:55:50 +02:00
mlangkabel
31f4e47903
ui: check validity of Python environment when entered in Python Source Group
...
* Python sourcegroup now displays if a provided Python environment is valid
* update used version of SourcetrailPythonIndexer
* changed executeProcess() to return the process' exit code and console output
2019-05-28 16:44:50 +02:00
mlangkabel
758a8a5318
logic: update version of python indexer
2019-05-21 23:33:26 +02:00
mlangkabel
5690bdc02c
script: revert using SourcetrailPythonIndexer beta release
2019-05-20 12:59:17 +02:00
mlangkabel
67e342119a
package: Fixed licenses in wrong directory in Windows package
2019-05-07 18:51:36 +02:00
mlangkabel
877fcb47e4
script: fixed windows deploy scripts
2019-05-07 17:27:49 +02:00
mlangkabel
76cb4e0dc9
data: added python sample project
2019-05-07 15:51:37 +02:00
mlangkabel
bdb4c78399
logic: implemented Python post processing to add ambiguous edges for unsolved symbols
2019-05-07 14:17:59 +02:00
mlangkabel
25325244d7
logic: update version of python indexer
2019-04-23 13:30:06 +02:00
Eberhard Graether
edf319cde9
data: removed directory data/gui/installer and moved EULA files to data/license
...
* moved EULA files to data/license
* moved 3rd party license to data/license
* updated paths in installer scripts
2019-04-08 18:25:13 +02:00
mlangkabel
f7d3275e89
logic: make python environment path configurable in project settings
2019-04-08 13:09:52 +02:00
mlangkabel
045a3a4e50
logic: Added "Empty Python" Sourcegroup to project setup
...
The respective release of the SourcetrailPythonIndexer project is automatically downloaded from GitHub when the setup script is executed.
2019-04-02 15:54:17 +02:00
mlangkabel
478f97d66b
build: add syntax highlighting rules to portable windows package (issue #672 )
2019-02-25 11:17:08 +01:00
mlangkabel
2d2f8f4f31
data: add java dependencies to repository
...
* this helps us prevent non-intended software updates which would require changes in code and windows installer
2019-01-14 10:02:19 +01:00
Eberhard Graether
466f094800
build: Fixed docker builds
...
* fixed Boost c++ standard
* build with docker on mac
* added mail script
* fixed cxx index sample test on mac
* disabled gradle source group test for linux docker builds
2018-11-03 03:18:06 +01:00
mlangkabel
20086d14a6
logic: ship clang compiler header within Sourcetrail package on Windows
...
* added clang system headers to data folder of Sourcetrail repo
* added clang system header search directory to detected directories on windows
* updated migration to add clang system header search directory on windows
* updated windows installer and portable package to include compiler headers
* updated linux package
* cleaned code of path detectors
* unrelated removal of unnecessary code in LicenseChecker and UpdateChecker
2018-07-23 15:14:07 +02:00