Commit Graph
85 Commits
Author SHA1 Message Date
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
Malte LangkabelandGitHub 707de37391 Clean up types (#9)
* remove unused node and edge types

* update version number
v3.db25.p0
2019-11-04 18:45:44 +01:00
mlangkabel d18654a70f remove releases of bindings for Python 3.6 and Python 3.5 from Windows CI 2019-11-04 17:37:37 +01:00
mlangkabel f53330c533 fix CI for installing swig on osx 2019-11-04 17:24:47 +01:00
mlangkabel c370d6a0cd revert to old CMake syntax for swig 2019-11-04 16:33:03 +01:00
mlangkabel 25effc102c add missing project dependency for python example 2019-10-28 15:21:43 +01:00
Malte LangkabelandGitHub 49e8458d6d Merge pull request #6 from CoatiSoftware/ambiguous_references
add methods to record edges as ambiguous
v2.db24.p0
2019-05-20 11:50:14 +02:00
mlangkabel f78a7186c1 add methods to record edges as ambiguous v2.db24.p0.beta 2019-05-06 17:22:20 +02:00
mlangkabel f14a8a0a19 fetch version number from file instead of using git tag
This allows users to download the repository as zip. Furthermore this change also allows the user to increase the version number in the working tree, without having to commit and tag.
2019-05-01 16:34:55 +02:00
mlangkabel 2dad29877f expose getVersionString() in API v2.db23.p2 2019-04-02 17:52:58 +02:00
Malte LangkabelandGitHub 02647c418c Merge pull request #5 from CoatiSoftware/record_qualifier_location
Record qualifier locations
v2.db23.p1
2019-03-26 12:04:01 +01:00
mlangkabel 5dd33e9ecf extend cpp api example to record a qualifier location 2019-03-26 11:33:20 +01:00
mlangkabel 6a55b81e33 add test 2019-03-26 11:33:12 +01:00
mlangkabel 24668448f5 implement functionality to store a qualifier location to the database 2019-03-26 11:33:01 +01:00
Malte LangkabelandGitHub 702330265f Merge pull request #4 from CoatiSoftware/fix_examples
Fix examples for windows
2019-03-26 11:20:19 +01:00
mlangkabel 52635f23f3 fix the same errors in python api example 2019-03-26 11:08:22 +01:00
mlangkabel c4aad954e2 fix some logic and functional errors in the cpp api example 2019-03-26 11:08:14 +01:00
mlangkabel 3b76c403dc rename recordCommentLocation to recordAtomicSourceRange
This is done because the feature can be useful for all kind of multi-line symbols that should not be split being part of a code snippet.
v2.db23.p0
2019-02-26 17:12:18 +01:00
mlangkabel b8664ce131 add Language Extension Guide 2019-02-26 15:36:12 +01:00
mlangkabel 495b40ef16 extend readme with information on relevance of the repo's tags 2019-02-01 16:29:30 +01:00
mlangkabel 4edb7f26ac fix build issue if tags of this repo are not checked out (issue #1) 2019-02-01 15:43:16 +01:00
Eberhard Graether db936766e4 added C++ Poetry Indexer image to README introduction 2018-12-19 15:37:21 +01:00
Eberhard Graether 6a1a5021ee revised SourcetrailDBWriter API documentation and related classes v1.db23.p0 2018-12-19 15:01:14 +01:00
Eberhard Graether 353e26d47e revised README: cropped images, refactored sample code, added examples and custom source group setup 2018-12-19 13:12:32 +01:00
mlangkabel 807b80a1fd update readme
* add short description
* link python indexer project
2018-12-18 19:29:48 +01:00
Eberhard Graether 9e29169f98 use . in version 2018-12-18 19:10:27 +01:00
mlangkabel effd55a106 remove duplicate of external source code 2018-12-18 17:47:14 +01:00
mlangkabel aa8762b208 link poetry indexer example in readme 2018-12-18 17:33:20 +01:00
mlangkabel e7e1045375 describe versioning in readme and add changelog 2018-12-18 17:30:10 +01:00