-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
1,613 additions
and
3,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1 @@ | ||
# Please don't edit this file, and use the version generated at | ||
# http://rainboard.laas.fr/project/gepetto-viewer-corba/.gitlab-ci.yml | ||
|
||
variables: | ||
GIT_SUBMODULE_STRATEGY: "recursive" | ||
CCACHE_BASEDIR: "${CI_PROJECT_DIR}" | ||
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache" | ||
|
||
cache: | ||
paths: | ||
- ccache | ||
|
||
.robotpkg-gepetto-viewer-corba: &robotpkg-gepetto-viewer-corba | ||
except: | ||
- gh-pages | ||
script: | ||
- mkdir -p ccache | ||
- cd /root/robotpkg/graphics | ||
- git pull | ||
- cd gepetto-viewer-corba | ||
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}" | ||
- make install | ||
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME) | ||
- make test | ||
|
||
robotpkg-gepetto-viewer-corba-14.04-release: | ||
<<: *robotpkg-gepetto-viewer-corba | ||
image: eur0c.laas.fr:5000/humanoid-path-planner/gepetto-viewer-corba/gepetto-viewer-corba:14.04 | ||
|
||
robotpkg-gepetto-viewer-corba-16.04-release: | ||
<<: *robotpkg-gepetto-viewer-corba | ||
image: eur0c.laas.fr:5000/humanoid-path-planner/gepetto-viewer-corba/gepetto-viewer-corba:16.04 | ||
|
||
robotpkg-gepetto-viewer-corba-18.04-release: | ||
<<: *robotpkg-gepetto-viewer-corba | ||
image: eur0c.laas.fr:5000/humanoid-path-planner/gepetto-viewer-corba/gepetto-viewer-corba:18.04 | ||
|
||
doc-coverage: | ||
<<: *robotpkg-gepetto-viewer-corba | ||
image: eur0c.laas.fr:5000/humanoid-path-planner/gepetto-viewer-corba/gepetto-viewer-corba:16.04 | ||
before_script: | ||
- echo -e 'CXXFLAGS+= --coverage\nLDFLAGS+= --coverage\nPKG_DEFAULT_OPTIONS= debug' >> /opt/openrobots/etc/robotpkg.conf | ||
after_script: | ||
- cd /root/robotpkg/graphics/gepetto-viewer-corba | ||
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME) | ||
- make doc | ||
- mv doc/doxygen-html ${CI_PROJECT_DIR} | ||
- mkdir -p ${CI_PROJECT_DIR}/coverage/ | ||
- gcovr -r . | ||
- gcovr -r . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html | ||
artifacts: | ||
expire_in: 1 day | ||
paths: | ||
- doxygen-html/ | ||
- coverage/ | ||
|
||
include: http://rainboard.laas.fr/project/gepetto-viewer-corba/.gitlab-ci.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cmake
updated
17 files
+1 −0 | .docs/index.rst | |
+22 −0 | .docs/pages/projects.rst | |
+2 −1 | GNUInstallDirs.cmake | |
+46 −0 | base.cmake | |
+15 −8 | boost.cmake | |
+4 −1 | config.hh.cmake | |
+62 −0 | cxx11.cmake | |
+15 −1 | doxygen.cmake | |
+4 −6 | doxygen/Doxyfile.in | |
+11 −7 | header.cmake | |
+71 −0 | hpp.cmake | |
+29 −0 | hpp/doc.cmake | |
+195 −0 | hpp/doc/layout.xml | |
+19 −13 | pkg-config.cmake | |
+15 −5 | python.cmake | |
+13 −6 | test.cmake | |
+40 −11 | version.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Copyright (c) 2019 CNRS | ||
# Author: Joseph Mirabel | ||
# | ||
# This file is part of gepetto-viewer-corba. | ||
# gepetto-viewer-corba is free software: you can redistribute it | ||
# and/or modify it under the terms of the GNU Lesser General Public | ||
# License as published by the Free Software Foundation, either version | ||
# 3 of the License, or (at your option) any later version. | ||
# | ||
# gepetto-viewer-corba is distributed in the hope that it will be | ||
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# General Lesser Public License for more details. You should have | ||
# received a copy of the GNU Lesser General Public License along with | ||
# gepetto-viewer-corba. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
|
||
# {{{ Find Qt tags | ||
SET(_use_qt_local_doc FALSE) | ||
SET(qt_online_doc "http://doc.qt.io") | ||
|
||
IF(USE_QT4) | ||
FIND_FILE(QT4_TAGFILE doc/html/qt.tags | ||
HINTS / /usr | ||
PATH_SUFFIXES share/qt4) | ||
# Eventually, QT4_TAGFILE can be set manually to | ||
# /usr/share/qt4/doc/html/qt.tags | ||
# on ubuntu 16.04, from package qt4-doc-html | ||
IF(QT4_TAGFILE) | ||
IF(_use_qt_local_doc) | ||
GET_FILENAME_COMPONENT(path_to_doc ${QT4_TAGFILE} DIRECTORY) | ||
SET(QT_TAGFILES "\"${QT4_TAGFILE}=${path_to_doc}\"" PARENT_SCOPE) | ||
ELSE(_use_qt_local_doc) | ||
SET(QT_TAGFILES "\"${QT4_TAGFILE}=${qt_doc}/archives/qt-4.8\"" PARENT_SCOPE) | ||
ENDIF(_use_qt_local_doc) | ||
ENDIF() | ||
ELSE(USE_QT4) | ||
SET(_QT_TAGFILES) | ||
# Available components | ||
# qtcore qtgui qtwidgets qtnetwork qtsql | ||
# qtprintsupport qttestlib qtconcurrent qdoc qtxml | ||
FOREACH (component "core" "widgets" "gui" "network") | ||
STRING(TOUPPER ${component} _up_comp) | ||
FIND_FILE(QT5_${_up_comp}_TAGFILE doc/qt${component}/qt${component}.tags | ||
HINTS / /usr | ||
PATH_SUFFIXES share/qt5) | ||
# Eventually, QT5_${_up_comp}_TAGFILE can be set manually to | ||
# /usr/share/qt5/doc/qt${component}/qt${component}.tags | ||
# on ubuntu 16.04, from package qtbase5-doc-html | ||
IF(QT5_${_up_comp}_TAGFILE) | ||
IF(_use_qt_local_doc) | ||
GET_FILENAME_COMPONENT(path_to_doc ${QT5_${_up_comp}_TAGFILE} DIRECTORY) | ||
SET(_QT_TAGFILES "${_QT_TAGFILES} \"${QT5_${_up_comp}_TAGFILE}=${path_to_doc}\"") | ||
ELSE(_use_qt_local_doc) | ||
SET(_QT_TAGFILES "${_QT_TAGFILES} \"${QT5_${_up_comp}_TAGFILE}=${qt_doc}/qt-5\"") | ||
ENDIF(_use_qt_local_doc) | ||
ENDIF() | ||
ENDFOREACH() | ||
SET(QT_TAGFILES ${_QT_TAGFILES} PARENT_SCOPE) | ||
ENDIF(USE_QT4) | ||
# }}} | ||
|
||
# vim: foldmethod=marker foldlevel=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
FILE_PATTERNS = *.idl *.hh *.py *.idl | ||
FILE_PATTERNS = *.idl *.hh *.py *.idl *.dox | ||
|
||
INPUT = @CMAKE_SOURCE_DIR@/include \ | ||
@CMAKE_SOURCE_DIR@/idl \ | ||
@CMAKE_SOURCE_DIR@/plugins \ | ||
@CMAKE_SOURCE_DIR@/pyplugins \ | ||
@CMAKE_SOURCE_DIR@/doc | ||
|
||
GENERATE_TREEVIEW = NO | ||
EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/examples | ||
LAYOUT_FILE = @CMAKE_SOURCE_DIR@/doc/layout.xml | ||
|
||
EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/ | ||
TAGFILES += @QT_TAGFILES@ |
Oops, something went wrong.