-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '20-bump-to-3-11-18' into 'master'
Resolve "Bump to 3.11.18" Closes #20 See merge request qi/qibuild!18
- Loading branch information
Showing
6 changed files
with
34 additions
and
4 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,4 +1,4 @@ | ||
## Copyright (c) 2012-2018 SoftBank Robotics. All rights reserved. | ||
## Use of this source code is governed by a BSD-style license that can be | ||
## found in the COPYING file. | ||
set(QIBUILD_VERSION "3.11.17" CACHE STRING "qibuild version" FORCE) | ||
set(QIBUILD_VERSION "3.11.18" CACHE STRING "qibuild version" FORCE) |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ Changelog | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
changes/3.11.18 | ||
changes/3.11.17 | ||
changes/3.11.16 | ||
changes/3.11.14 | ||
|
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,29 @@ | ||
v3.11.18 | ||
======== | ||
|
||
qibuild | ||
----------- | ||
|
||
* Fix pep8/pylint warnings and enforce zero warnings policy in continuous integration | ||
* Add ssh options for connecting to a remote host for integration test purpose | ||
* Add option to disable the last newline strip on the git wrapper call | ||
* Update copyright with mentions to 2018 and SoftBank | ||
* Add support for fixed refs and detached head in qisrc | ||
* Normalize 'src' path in worktree project manifest to be compliant with Unix and Windows usage | ||
* Fix qt5_3dquickextras-config.cmake filename | ||
* Improve qisrc sync: better outupt when a project fails | ||
* CMake Modules: fix raptor2 and rasqal config files | ||
* Fix rpath management on OSX for python sdk | ||
* Fix OSX rpath for targets generated in subfolders | ||
* change way targets are referencing their dependencies on OSX | ||
* Force rpath on OSX at build time | ||
* Fix condition in ogre-config | ||
* Add qt5_quicktest-config.cmake | ||
* ci: Watch 'master' branch instead of 'next' on Travis | ||
* Add GitLab Continuous integration | ||
* qitest: fix exception when --test-output-dir is omitted | ||
* qitoolchain: Fix feed test that ensure local subfeeds work | ||
* Uniformize install and deploy | ||
* Update qibuild test suite | ||
* when generating a junit xml, write time at testcase level too | ||
* fix subfeed in qitoolchain if git is used as feed source |
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