forked from robotology/yarp
-
Notifications
You must be signed in to change notification settings - Fork 0
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
11 changed files
with
44 additions
and
115 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
File renamed without changes.
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,24 @@ | ||
# Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT) | ||
# All rights reserved. | ||
# | ||
# This software may be modified and distributed under the terms of the | ||
# BSD-3-Clause license. See the accompanying LICENSE file for details. | ||
|
||
set(CMAKE_SKIP_INSTALL_RPATH ON CACHE BOOL "") | ||
set(YARP_COMPILE_TESTS ON CACHE BOOL "") | ||
set(YARP_COMPILE_GUIS ON CACHE BOOL "") | ||
set(YARP_COMPILE_yarpviz ON CACHE BOOL "") | ||
set(YARP_COMPILE_libYARP_math ON CACHE BOOL "") | ||
set(ENABLE_yarpcar_human ON CACHE BOOL "") | ||
set(ENABLE_yarpcar_depthimage ON CACHE BOOL "") | ||
# set(ENABLE_yarpcar_mjpeg ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_fakebot ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_fakeMotionControl ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_fakeAnalogSensor ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_fakeIMU ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_SerialServoBoard ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_serialport ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_imuBosch_BNO055 ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_fakeLaser ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_rpLidar ON CACHE BOOL "") | ||
set(ENABLE_yarpmod_laserHokuyo ON CACHE BOOL "") |
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 |
---|---|---|
|
@@ -174,7 +174,7 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
|
||
The list of copyright holders for YARP is: | ||
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 | ||
Istituto Italiano di Tecnologia (IIT) (2206 files) | ||
Istituto Italiano di Tecnologia (IIT) (2207 files) | ||
RobotCub Consortium (733 files) | ||
Daniel Krieg <[email protected]> (16 files) | ||
David Miller <[email protected]> (13 files) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fix_thrift_crosscompiling {yarp-3.3} | ||
------------------------- | ||
|
||
### Build System | ||
|
||
* Bison and flex are no longer run when crosscompiling. |
This file was deleted.
Oops, something went wrong.
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