Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/jni #152

Merged
merged 55 commits into from
Apr 24, 2020
Merged
Changes from 2 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
c86d6ad
Check for errors on Unix scripts
Feb 18, 2020
f33c019
Fix conan dependency on Unix
Feb 18, 2020
61a3191
Fix compiler version for Linux builds
Feb 18, 2020
48e3862
Fix CI
Feb 18, 2020
fefaf2f
Fix wget error on osx CI
Feb 18, 2020
4020678
Merge remote-tracking branch 'origin/master' into v0.5.0
Feb 19, 2020
1448d93
Add remote google-benchmark dependency to fix build
Feb 19, 2020
46cac76
Merge branch 'v0.5.0' of github.com:shapelets/khiva into v0.5.0
Feb 19, 2020
0d13026
Modify CI to build all on every PR
Feb 19, 2020
5ab8417
Fix Appveyor build
Feb 19, 2020
68e7518
remote debug appveyor
Feb 19, 2020
2f4c673
Fix link error on Visual Studio 2015
Feb 19, 2020
33a36dc
Fix Visual Studio 2015 CI build
Feb 19, 2020
49aebde
Remote debug vs 2015 build
Feb 19, 2020
da90c73
Fix VS 2015 link error
Feb 19, 2020
38c363e
Fix yaml
Feb 19, 2020
052b1b9
Improve build time by donwloading only reuiqred boost packages
Feb 19, 2020
8179f37
Merge branch 'master' into v0.5.0
raulbocanegra Feb 19, 2020
bc06dc5
Use empty body for deploy.body in Travis
Feb 20, 2020
fc43bfe
Use travis tag as body
Feb 20, 2020
14b4e4c
Merge branch 'master' into v0.5.0
raulbocanegra Feb 20, 2020
f06e373
Improve const correctness on Khiva C
Apr 4, 2020
ebfb5b9
Implement Clang Tidy checks
Apr 4, 2020
1a9d0d9
Improve const correctness on Khiva
Apr 4, 2020
8f4cff6
Implement Clang Tidy checks
Apr 4, 2020
5bd79cc
Merge remote-tracking branch 'origin/master' into v0.5.0
Apr 4, 2020
632fe23
Removed unused headers
Apr 4, 2020
ea1d37e
Fix compilation on Windows
Apr 5, 2020
093d538
Fix compilation for MSVC 2017
Apr 5, 2020
a02558c
Release improvements
Apr 6, 2020
be5f8c3
Remove unnecesary cache dirs on Travis
Apr 6, 2020
f1bbe06
Fix MSVC 2015 build
Apr 6, 2020
7544d50
Pass array objects by const ref
Apr 7, 2020
d3bd32b
Fix MSVC build
Apr 7, 2020
83eda93
Remove warnings
Apr 7, 2020
a31307c
Review Changes
Apr 7, 2020
9eaf8a5
Update travis yaml
Apr 7, 2020
b32c07f
Fix version on deploy
Apr 8, 2020
e472e94
Merge branch 'master' into v0.5.0
raulbocanegra Apr 8, 2020
8be8053
Fix Mac Deploy
Apr 8, 2020
f2b7e6d
Force deploy on Mac for regular branches
Apr 8, 2020
02b8456
Fix yaml for mac
Apr 8, 2020
81aeb03
Fix Heap corruption error on Windows
Apr 18, 2020
2d4da80
Merge remote-tracking branch 'origin/master' into fix/jni
Apr 18, 2020
c136fb1
Refactor to use pointer to af:array instead of af_array
Apr 19, 2020
8bcbba9
FIx Travis CI
Apr 20, 2020
fa27d70
Remove unused test folder from jni bindings
Apr 20, 2020
e182e36
Address review comments
Apr 20, 2020
c27445a
Clang Tidy fixes
Apr 20, 2020
eded894
Update CI
Apr 21, 2020
1767506
Merge branch 'fix/jni' of github.com:shapelets/khiva into fix/jni
Apr 20, 2020
8f74a33
Use io/shapelets/khiva/KhivaException instead of java/lang/Exception
Apr 22, 2020
8a4b976
Merge remote-tracking branch 'origin/master' into fix/jni
Apr 22, 2020
43b1b0b
Refactor JNI bindings to remove C Macro functions
Apr 23, 2020
671bb66
Fix compilation
Apr 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .CI/travis/build_linux.sh
Original file line number Diff line number Diff line change
@@ -26,4 +26,4 @@ check-error "Error generating CMake configuration"
cmake --build . -- -j8
check-error "Error building Khiva"
ctest --output-on-failure
check-error "Error executing tests"
check-error "Error executing tests"