Commit Graph
113 Commits
Author SHA1 Message Date
mlangkabel 844ef8838c test 2021-07-19 15:57:47 +02:00
mlangkabel 620f3d3633 test 2021-07-19 15:55:23 +02:00
Malte LangkabelandGitHub 25a0d82f9a Update CI link in Readme for Travis from .org to .com 2021-07-12 16:33:03 +02:00
mlangkabel 6e291ea6dc update version number and changelog v4.db25.p1 2021-03-08 17:53:16 +01:00
mlangkabel 3df948af32 changed implementation of getFileContent() to match Sourcetrail code 2021-03-08 17:39:50 +01:00
mlangkabel a2b1f79fec add missing "return"s to cpp examples 2021-03-01 15:20:33 +01:00
Malte LangkabelandGitHub 08d04278cd mention SourcetrailDotnetIndexer in Readme 2021-02-15 19:12:46 +01:00
mlangkabel 32f7c21302 fix MSVC compiler warnings 2021-01-25 20:31:45 +01:00
mlangkabel 0251b6d8a7 apply clang-format 2021-01-25 20:19:36 +01:00
Malte LangkabelandGitHub c87af4a3b1 Merge pull request #42 from CoatiSoftware/csharp_appveyor
add appveyor CI for C# bindings
2020-10-25 15:35:03 +01:00
mlangkabel a09bfdce93 fix copy paste typo 2020-10-25 15:00:05 +01:00
mlangkabel 53d8d0c3fa add deployment for C# bindings to appveyor CI 2020-10-25 14:56:47 +01:00
Malte LangkabelandGitHub 62228e8fb9 Merge pull request #40 from strangebroadcasts/feature/csharp-swig-bindings
Add CMake rules to generate C# bindings
2020-10-25 14:43:30 +01:00
Jørgen Lund 0ef465c52e Update AUTHORS.txt 2020-10-23 01:16:22 +02:00
Jørgen Lund 824e51ded7 Set up .csproj for bindings which automatically places .dll/.so/.dylib in output directory 2020-10-22 23:31:45 +02:00
Malte LangkabelandGitHub e3e61dbd7c Merge pull request #41 from zmughal/typo-artifact-name
Fix typo in package names of build artifacts
2020-10-19 22:32:55 +02:00
Zakariyya Mughal ee7ec51187 Fix typo in package names of build artifacts
In order to use the same package name across all CI build artifacts.

    s/sourcetrailbd/sourcetraildb/g
2020-10-19 15:04:51 -05:00
Jørgen Lund 73ef1190c3 Ensure the bindings get the correct target output name when building 2020-10-19 19:58:45 +02:00
Malte LangkabelandGitHub fb9115189a Merge pull request #39 from zmughal/perl-appveyor
Enable building and packaging Perl bindings on AppVeyor based Windows CI
2020-10-19 15:33:40 +02:00
Malte LangkabelandGitHub 1e464ac338 Merge pull request #38 from zmughal/cmake-dl-libs
Use ${CMAKE_DL_LIBS} instead of explicit "-ldl"
2020-10-19 13:12:58 +02:00
Jørgen Lund 5b4f4e521e Add build requirements and instructions for C# bindings to README.md 2020-10-15 20:25:23 +02:00
Malte LangkabelandGitHub 9f7e77aa2b mention xanni/SourcetrailPerlIndexer in readme 2020-10-15 08:26:27 +02:00
Zakariyya Mughal 9cfb354c58 AppVeyor: Add Perl bindings build 2020-10-14 05:24:28 -05:00
Zakariyya Mughal 01d16568c2 Use ${CMAKE_DL_LIBS} instead of explicit "-ldl" 2020-10-14 03:45:52 -05:00
Jørgen Lund af2638fec5 Set up CMake rules to generate C# bindings 2020-10-13 23:37:21 +02:00
mlangkabel b3f81330eb fix travis CI for deploying the build v4.db25.p0 2020-10-12 20:03:09 +02:00
mlangkabel 6a6e9b1c63 add missing info to changelog 2020-10-12 17:32:01 +02:00
mlangkabel 729a8eb89f update version number and changelog 2020-10-12 17:18:17 +02:00
Malte LangkabelandGitHub a76526b59e Merge pull request #37 from CoatiSoftware/inteface_typo
fix "Ambiuous" typo in interface instead of "Ambiguous" (issue #8)
2020-10-12 17:17:47 +02:00
Malte LangkabelandGitHub e483808e46 Merge pull request #36 from CoatiSoftware/remove_aggregation_edge
remove AGGREGATION edge kind (issue #10)
2020-10-12 16:34:35 +02:00
mlangkabel ac95c79982 fix "Ambiuous" typo in interface instead of "Ambiguous" 2020-10-12 15:49:54 +02:00
mlangkabel 5bc16dda2d remove aggregation edge kind
it can be removed because it is never stored to or read from the database
2020-10-12 15:38:44 +02:00
Malte LangkabelandGitHub 962fae6667 Merge pull request #35 from CoatiSoftware/perl_ci_windows
make Windows CI build bindings only once (if they get deployed)
2020-10-05 18:53:41 +02:00
mlangkabel 9ca9131b0e fix environment variable syntax for powershell 2020-10-05 18:27:32 +02:00
mlangkabel b89f735a23 fix Windows CI errors step 2 2020-10-05 18:14:28 +02:00
mlangkabel 5f5da90c0e fix Windows CI errors step1 2020-10-05 18:03:49 +02:00
mlangkabel 8d0b0c069d make Windows CI build bindings only once (if they get deployed) 2020-10-05 17:31:21 +02:00
mlangkabel 122efaae98 clean travis CI script 2020-10-05 17:20:30 +02:00
Malte LangkabelandGitHub c6eb769a96 Merge pull request #34 from CoatiSoftware/xanni-bindings_perl
Add Perl bindings
2020-10-05 17:09:33 +02:00
mlangkabel 9749aa2cd0 fix typo in Perl example readme 2020-10-05 16:39:48 +02:00
Andrew Pamandmlangkabel 2bd3fb46a7 Add Perl bindings to .travis.yml 2020-10-05 16:22:55 +02:00
Andrew Pamandmlangkabel 6d5766c791 Rename sample file.pl to file.pm 2020-10-05 16:22:55 +02:00
Andrew Pamandmlangkabel 20e3912a5f Add bindings_perl and examples/perl_api_example 2020-10-05 16:22:55 +02:00
mlangkabel d352c8bf39 specify version of swig that should be used for the build 2020-08-05 07:04:42 +02:00
Malte LangkabelandGitHub 780a7e2f7a add stacktraceflow_sourcetrail to list of projects using SourcetrailDB 2019-12-09 16:43:39 +01:00
Robert EdwardsandMalte Langkabel 28e8cb8f33 Add Java bindings (#18) 2019-12-06 09:25:26 +01:00
Wojciech BaranowskiandMalte Langkabel 2ffb5b2af0 update readme: REFERENCE_CALL -> ReferenceKind::CALL (#21) 2019-11-25 10:54:40 +01:00
Malte LangkabelandGitHub 1e9f34ca89 add link to TypeScript indexer to the readme 2019-11-19 21:29:32 +01:00
Malte LangkabelandGitHub 980ea5dafc Update readme (#15)
* add more information on "Adding new Language Support"
2019-11-19 18:40:10 +01:00
mlangkabel d0545deb20 add Contributing section to readme file 2019-11-05 12:04:54 +01:00