Laurent Rineau
|
5ef409f74e
|
Propagate flags (like -x) to one bash to another
|
2019-03-26 10:40:02 +01:00 |
Laurent Rineau
|
aa743e574b
|
Set CMAKE_VERBOSE_MAKEFILE
That will allow to see the compilation commands.
|
2019-03-26 10:39:47 +01:00 |
Laurent Rineau
|
eab794926f
|
Set BUILD_TESTING, otherwise CTest does not see any test
|
2019-03-26 10:39:17 +01:00 |
Maxime Gimeno
|
c13db7254d
|
Add execution time and exit value to error.txt
|
2019-03-22 11:33:59 +01:00 |
Maxime Gimeno
|
43167252fa
|
Fix cin management in CGAL_add_tests
|
2019-03-21 11:37:39 +01:00 |
Laurent Rineau
|
6eab4c014c
|
Update the handle of .cin files with CGAL_RUN_TESTS_THROUGH_SSH
|
2019-03-21 09:52:53 +01:00 |
Maxime Gimeno
|
e9310c2597
|
Fix encoding in python script
|
2019-03-20 11:21:30 +01:00 |
Maxime Gimeno
|
7c985da973
|
set -DCGAL_TEST_SUITE even if not usng git branch
|
2019-03-19 10:22:53 +01:00 |
Maxime Gimeno
|
2b00f0dba0
|
FINISH autotest_cgal_with_ctest : from git, to another branch, full ctest testsuite.
|
2019-03-15 13:05:36 +01:00 |
Maxime Gimeno
|
1a6ef33010
|
WIP from git and upload to private page
|
2019-03-14 16:36:11 +01:00 |
Maxime Gimeno
|
f070e4345d
|
WIP from git branch
|
2019-03-13 16:20:14 +01:00 |
Maxime Gimeno
|
988b0a78cd
|
Add -DRUNNING_CGAL_AUTO_TEST=TRUE to the cmake calls
|
2019-03-13 13:05:52 +01:00 |
Maxime Gimeno
|
53a60823a3
|
Remove remaining debugging code
|
2019-03-13 12:44:24 +01:00 |
Maxime Gimeno
|
7c862f759e
|
Fix ctest call and clean autotest_cgal_with_ctest
|
2019-03-13 09:26:55 +01:00 |
Maxime Gimeno
|
be07aa1267
|
Write CGAL_NR at the end of the testsuite
|
2019-03-12 15:07:49 +01:00 |
Maxime Gimeno
|
64cfc19d68
|
Remove -d option. Any HOST declared as not localhost will be considered as a remote host and launch the cross compilation.
|
2019-03-12 14:58:11 +01:00 |
Maxime Gimeno
|
7c0d23b18f
|
Fix CGAL_DIR and change names in CGAL_add_tests
|
2019-03-12 10:13:07 +01:00 |
Maxime Gimeno
|
57a532dbc7
|
update script
|
2019-03-11 12:07:04 +01:00 |
Maxime Gimeno
|
dbb2512602
|
un-hard code the variables for docker and pull instead of building.
|
2019-03-06 14:57:14 +01:00 |
Maxime Gimeno
|
aa76cd02b6
|
Use a single script for testsuite with or without docker
|
2019-03-06 14:17:48 +01:00 |
Maxime Gimeno
|
3430223a9a
|
WIP
|
2019-03-05 16:42:43 +01:00 |
Maxime Gimeno
|
17079b0d53
|
Kill remote process if ssh is killed (ctrl+c or timeout)
|
2019-03-01 15:43:58 +01:00 |
Maxime Gimeno
|
902070d4d1
|
Add a label for push__oh_
|
2019-02-28 16:32:01 +01:00 |
Maxime Gimeno
|
7407a432ce
|
Merge branch 'master' of https://github.com/CGAL/cgal into Cross_compilation-Update_scripts-GF
|
2019-02-28 11:59:04 +01:00 |
Maxime Gimeno
|
783d4a7188
|
Fix python script
|
2019-02-27 16:04:12 +01:00 |
Laurent Rineau
|
8852f65bc3
|
WIP: handle the gzip compression and base64 encoding
|
2019-02-27 15:11:51 +01:00 |
Maxime Gimeno
|
a85c1f0ac4
|
update python script
|
2019-02-27 15:07:31 +01:00 |
Laurent Rineau
|
5fae279ca0
|
Merge pull request #3712 from albert-github/feature/bug_double_docu
Small documentation correction
|
2019-02-27 13:45:22 +00:00 |
albert-github
|
6dcb44622f
|
Small documentation correction
Documentation had double "in the"
|
2019-02-27 13:37:45 +01:00 |
Sébastien Loriot
|
fe5c2d0bb8
|
use macros
|
2019-02-23 11:57:29 +01:00 |
Laurent Rineau
|
9f9ae00369
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2019-02-22 16:39:48 +01:00 |
Laurent Rineau
|
5199eb70ee
|
Merge pull request #3283 from imiordanov/Periodic_4_hyperbolic_triangulation_2-IIordanov
New packages: Hyperbolic_triangulation_2 / Periodic_4_hyperbolic_triangulation_2
|
2019-02-22 16:39:12 +01:00 |
Laurent Rineau
|
8693f95dac
|
Merge pull request #3619 from albert-github/feature/bug_headers
Update of headers
|
2019-02-22 16:39:09 +01:00 |
Laurent Rineau
|
c334407c46
|
Merge pull request #3681 from maxGimeno/Demo-New_batch_of_bug_fixes-GF
Polyhedron Demo: new batch of bug fixes
|
2019-02-22 16:39:05 +01:00 |
Laurent Rineau
|
564e81ab2d
|
Merge pull request #3682 from afabri/Circular_kernel_3-cleanup_test-GF
Circular_kernel_{2,3}: Cleanup of examples and tests
|
2019-02-22 16:39:01 +01:00 |
Laurent Rineau
|
e3fbdb161f
|
Merge pull request #3683 from afabri/CGAL_CMakeLists_cleanup-GF
CGAL: clean up CMakeLists.txt files in examples and tests
|
2019-02-22 16:38:58 +01:00 |
Laurent Rineau
|
3edfb70f7e
|
Merge pull request #3687 from maxGimeno/Solver_doc_fix-GF
Solver_interface: minor doc fix
|
2019-02-22 16:38:55 +01:00 |
Laurent Rineau
|
dd68db4368
|
Merge pull request #3692 from maxGimeno/Demo-Fix_triangulation-GF
Polyhedron demo: Fix crash in triangulation of non convex facets.
|
2019-02-22 16:38:52 +01:00 |
Laurent Rineau
|
3fe93fbe14
|
Merge pull request #3694 from afabri/Circular_kernel_3-initialization-GF
Circular_kernel_3: Initialize data member
|
2019-02-22 16:38:50 +01:00 |
Laurent Rineau
|
b0198c3a4b
|
Merge pull request #3695 from afabri/BGL-Face_filtered_graph-GF
BGL: Make halfedges(Face_filtered_graph&) return Iterator_range instead of std::pair
|
2019-02-22 16:38:47 +01:00 |
Laurent Rineau
|
f00ea423c1
|
Merge pull request #3700 from afabri/NewKernel_d-Suppress_VC2015_warning-GF
NewKernel_d: Suppress VC2015 warning
|
2019-02-22 16:38:44 +01:00 |
Laurent Rineau
|
e33de36b6b
|
Merge pull request #3701 from MaelRL/PMP-Fix_named_parameters_in_triangulate_faces-GF
PMP: Fix incorrect named parameters
|
2019-02-22 16:37:53 +01:00 |
Maxime Gimeno
|
42f3928de3
|
Fix CGAL_DISABLE_GMP
|
2019-02-22 16:00:53 +01:00 |
Sébastien Loriot
|
06cebcb46e
|
remove cout
|
2019-02-22 14:40:06 +01:00 |
Laurent Rineau
|
35c74b11f3
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2019-02-22 11:08:50 +01:00 |
Laurent Rineau
|
285332d25b
|
Merge pull request #3556 from goran-w/goran-w-patch-3553
Fixed non-compiling outdated code (for issue #3553)
Co-authored-by: Laurent Rineau <laurent.rineau@cgal.org>
|
2019-02-22 10:05:54 +00:00 |
Laurent Rineau
|
7cf4a1fff8
|
Merge pull request #3501 from lrineau/CGAL-fix_with_LEDA_without_CGAL_Core-GF
Partially fix the testsuite with LEDA instead of GMP
|
2019-02-22 10:04:22 +00:00 |
Laurent Rineau
|
5376673151
|
Fix the testsuite of Arrangement_on_surface_2
|
2019-02-21 17:00:53 +01:00 |
Maxime Gimeno
|
13e7f7633c
|
Fix push__of_ in arrangement
|
2019-02-21 16:56:34 +01:00 |
Laurent Rineau
|
2ddee24f1a
|
Fix the dependencies
|
2019-02-21 16:09:42 +01:00 |