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

changes between 1.14.3 and 1.13.6 for backporting #1477

Merged
merged 13 commits into from
Aug 17, 2018

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    8d94003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017ce50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4744c90 View commit details
    Browse the repository at this point in the history
  4. Fix "pass_all_args" for roslaunch-check, add nosetest (#1368)

    Jannik Abbenseth authored and dirk-thomas committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    7dca2a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ce36e3 View commit details
    Browse the repository at this point in the history
  6. Fix integer overflow for oneshot timers. (#1382)

    * Template std::max instead of casting explicitly.
    achim-k authored and dirk-thomas committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    7d9e407 View commit details
    Browse the repository at this point in the history
  7. Change to force a rebuild of the pollset on flag changes (#1393)

    * Change to force a rebuild of the pollset on flag changes
    
    This change fixes issues seen in #1357, resulting from #1281
    guillaumeautran authored and dirk-thomas committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    0463bc9 View commit details
    Browse the repository at this point in the history
  8. XmlRpcpp fixes for OSX (#1402)

    * Handle RLIM_INFINITY
    
    * XmlRpcServer: use unsigned int for rlimit
    
    * Properly link xmlrpcpp tests
    
    * Exclude test libraries from all target
    
    * Symbol overriding for OSX
    
    * fix signed / unsigned comparison warning
    dirk-thomas committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    7d860bb View commit details
    Browse the repository at this point in the history
  9. Fix the count of subscribers. (#1407)

    Signed-off-by: Chris Lalancette <clalancette@gmail.com>
    clalancette authored and dirk-thomas committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ebf33eb View commit details
    Browse the repository at this point in the history
  10. Fix Issue 1346 - Make a copy of the topic list (#1416)

    * Make a copy of the topic list
    
    get_topics() returns a set, which is iterated by the Log constructor.
    Make a copy of the set (atomic in cpython!) so nobody adds or removes
    something while the Log constructor iterates over it
    
    * Revert "Make a copy of the topic list", Fix
    
    This reverts commit 0e019e0.
    Move the fix to the _TopicManager so anybody else calling get_topics doesn't get burned by the same issue as _rosout
    Peter Baughman authored and dirk-thomas committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    647ffe1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38eb338 View commit details
    Browse the repository at this point in the history
  12. Rename python message_filters.Cache.getLastestTime to getLatestTime (#…

    …1450)
    
    * Rename getLastestTime to getLatestTime
    
    Per directions [here](#1449 (comment)).
    
    * Test getLatestTime instead of getLastestTime
    
    per #1449 (comment)
    madebyollin authored and dirk-thomas committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    f92e9e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Configuration menu
    Copy the full SHA
    d80aa6d View commit details
    Browse the repository at this point in the history