~wooksong/nnstreamer-ros/+git/tizenport-ros-catkin:kinetic-devel

Last commit made on 2018-10-15
Get this branch:
git clone -b kinetic-devel https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-catkin

Branch merges

Branch information

Recent commits

e401545... by Eisoku Kuroiwa

need to sanitize paths before cprint (#969)

89ee520... by Shane Loretz <email address hidden>

Add friendly error message for ros/catkin#961 (#964)

597583a... by Josh Langsfeld

Document how to install python subpackages (#962)

* Add note to docs for installing python subpackages

* Update installing_python.rst

* Update installing_python.rst

0d8b75a... by Dirk Thomas <email address hidden>

add existing catkin logo to README (#959)

b1622e2... by Dirk Thomas <email address hidden>

fix warnings in docs

e086d89... by Dirk Thomas <email address hidden>

regenerated CMake API

7b1e927... by Paul Bovbel

Install environment hooks into a package-specific directory (#953)

* Generate a manifest of env hooks for use by other build tools

* Record full path to hook in manifest

* Install hooks to share/project_name/profile.d

* use `catkin_env_hook` instead of `profile.d` under share/pkgname

* document two install destinations

* spelling

4f5bcd8... by Robert Haschke <email address hidden>

Fix parallel builds (#955)

* atomic_config_file(): copy file to destination

.. to allow operation across file systems

* atomic_configure_file: lock destination directory

.. to sync multiple cmake processes writing to that location

* apply file(LOCK) only for cmake >= 3.2

* create configure files in sub-folder atomic_configure

fc08ad7... by Jochen Sprickerhof <email address hidden>

Use CATKIN_GLOBAL_ETC_DESTINATION instead of etc (#954)

5d86839... by Johnson Shih <email address hidden>

Enable catkin build use_nmake on Windows (#949)

* support use_nmake

* update setup.bat template for env hook workspace

* for WIN32, Skip replacing : to ; in env variable CMAKE_PREFIX_PATH

* In catkin_replace_imported_library_targets, use IMPORTED_IMPLIB_<CONFIG> for Win32

* use sys.platform when determine env script name

* update catkin_make to honor append_default_jobs_flags

* Invoke configure_shared_library_build_settings() in all.cmake