Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream version 0.8.2 #9

Merged
merged 70 commits into from
Dec 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
071d273
Fix jobs flags handling (#655)
timonegk Feb 23, 2021
c4718f6
import cleanup (#651)
timonegk Feb 23, 2021
2e78d2f
Fix cleaning jobs flags with --no-make-args (#656)
timonegk Feb 25, 2021
3f08efd
escape whitespaces in `catkin config` printout (#657)
pseyfert Feb 25, 2021
471f223
Fixes for extending profiles (#658)
timonegk Feb 26, 2021
78a039a
remove hack (#659)
timonegk Feb 26, 2021
ea32f1c
Fix handling of invalid package.xml files (#660)
timonegk Mar 2, 2021
cca4c41
Use PYTHONASYNCIODEBUG instead of TROLLIUSDEBUG (#661)
timonegk Mar 2, 2021
5e57348
Evaluate conditional dependencies in package.xml (#662)
timonegk Mar 2, 2021
1cfdd7d
Use standard python function to determine terminal width (#653)
timonegk Mar 11, 2021
95d1a62
Fix Blank lines in build output (#666)
MatthijsBurgh Mar 17, 2021
fe1bec6
Fix shell completion install locations (#652)
timonegk Mar 19, 2021
5a133fa
Remove superfluous argument to sys.exit
timonegk Mar 19, 2021
50cc55d
Use loadavg over the last 1 minute (#668)
mobangjack Mar 23, 2021
5860b7f
Support building from a symlinked workspace (#669)
timonegk Mar 23, 2021
a3a9c97
Fix `catkin create pkg` without license parameter (#671)
timonegk Mar 24, 2021
fc555e7
Fix catkin clean --all-profiles when not at workspace root (#673)
zig-for Apr 8, 2021
3d06964
Fix placeholders for cmake warning and error coloring (#678)
timonegk Apr 19, 2021
11da5e0
Fix stdeb for python 3 (#648)
timonegk Jul 17, 2021
f5a4a0a
Regenerate setup files when the install space was cleaned (#682)
timonegk Jul 17, 2021
404ed5f
Switch from Travis CI to GitHub actions (#684)
timonegk Jul 18, 2021
cffdf51
Make it possible to clean individual packages with isolated layout (#…
timonegk Jul 18, 2021
a32d2b3
Avoid that catkin build --this can create a new workspace (#685)
timonegk Jul 18, 2021
132d8ab
Update changelog
timonegk Jul 18, 2021
7ed2ee2
catkin test: initial commit
timonegk Apr 16, 2021
53649cd
catkin test: fix output of live stdout/stderr
timonegk Apr 16, 2021
ae7d311
catkin test: split test jobs in cmake and catkin test job generators
timonegk Apr 17, 2021
fe10c71
catkin test: add CMakeMakeRunTestsIOBufferProtocol
timonegk Apr 17, 2021
bc0d186
catkin test: add some command line arguments
timonegk Apr 17, 2021
88b62d8
catkin test: add run_tests alias for backwards compatibility
timonegk Apr 17, 2021
8a8cd2b
catkin test: better output filtering
timonegk Apr 17, 2021
6d2d1b2
catkin test: add result of catkin_test_results
timonegk Apr 17, 2021
ac9eebc
catkin test: update tests
timonegk Apr 17, 2021
0f2044d
catkin test: add more options for package selection
timonegk Apr 17, 2021
2984af4
catkin test: add --continue-on-failure
timonegk Apr 17, 2021
61d4e60
catkin test: parallel execution
timonegk Apr 17, 2021
4431f5f
catkin test: add --interleave-output
timonegk Apr 17, 2021
14638bf
catkin test: add --summarize
timonegk Apr 17, 2021
056c8e4
catkin test: PEP8
timonegk Apr 17, 2021
abbc436
catkin test: show error message when unbuilt packages are requested
timonegk Apr 17, 2021
c19e43b
prevent nosetests from executing functions starting with test_ in source
timonegk Apr 17, 2021
388d5d3
add tests for catkin test
timonegk Apr 18, 2021
fe15d87
catkin test: show complete output of ctest for cmake packages
timonegk Apr 18, 2021
520ddbb
catkin test: report success when no tests exist
timonegk Apr 18, 2021
3645adf
catkin test: add option to manually specify test target
timonegk Apr 18, 2021
8f11788
catkin test: add shell completion
timonegk Apr 19, 2021
bbb4799
catkin test: add documentation
timonegk Apr 19, 2021
c4b2c7b
catkin test: fix --verbose
timonegk Apr 19, 2021
a8bc55d
catkin test: improve filtering of run_tests output
timonegk Apr 20, 2021
fc65a6b
catkin test: check for circular dependencies
timonegk Jul 18, 2021
e3f9f7c
catkin test: add --make-args
timonegk Jul 18, 2021
a3cab74
catkin test: call cmake_check_build_system before running the tests
timonegk Jul 18, 2021
142dfa1
Fix environment variable parsing (#686)
timonegk Jul 27, 2021
5d9d272
Update installation docs for python 3 (#687)
timonegk Aug 3, 2021
bbe4eff
catkin test: fix parsing of make arguments
timonegk Oct 3, 2021
0d546c2
Merge pull request #676 from catkin/catkin_test
timonegk Oct 3, 2021
e83062f
https in docs, properties over vars, sphinx cleanup (#690)
MatthijsBurgh Oct 14, 2021
9f81a46
More cleanup (#692)
MatthijsBurgh Oct 15, 2021
6895d4b
add arguments to catkin_test for backwards compatibility (#693)
timonegk Oct 15, 2021
116e203
Improve wording in documentation (#694)
balint-bg Oct 17, 2021
e8cd5a2
Add changelog of version 0.7.2
timonegk Nov 18, 2021
374febc
Added doc for custom build, devel, install dirs (#697)
jimaldon Nov 26, 2021
5163ee2
Some space fixes (#691)
MatthijsBurgh Nov 29, 2021
cd83bb1
0.8.0
timonegk Nov 29, 2021
3b4034c
test: add --limit-status-rate option (#699)
timonegk Nov 30, 2021
6d9f6fd
0.8.1
timonegk Nov 30, 2021
6f7c54d
Add back flags that were removed in #691 (#702)
timonegk Dec 1, 2021
6b78bec
update CLI documentation
timonegk Dec 1, 2021
fd856e4
0.8.2
timonegk Dec 1, 2021
7657efd
Merge tag '0.8.2' into merge/upstream/0.8.2
meyerj Dec 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
0.8.1
timonegk committed Nov 30, 2021
commit 6d9f6fdc86c56850e521e6a665b89b033612a2f8
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -5,6 +5,11 @@ Changelog for package catkin_tools
Upcoming
--------

0.8.1 (2021-11-30)
------------------

* catkin test: add --limit-status-rate option (#699)

0.8.0 (2021-11-30)
------------------

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ def run(self):

setup(
name='catkin_tools',
version='0.8.0',
version='0.8.1',
python_requires='>=3.5',
packages=find_packages(exclude=['tests*', 'docs']),
package_data={