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

Cmake infrastructure for creating components #784

Merged
merged 25 commits into from
Jul 24, 2019

Commits on Jul 13, 2019

  1. new branch with cmake changes

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    b39d28e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. new macro to replace add_node

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    07e04f5 View commit details
    Browse the repository at this point in the history
  2. removed unsed macro

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    d321e9a View commit details
    Browse the repository at this point in the history
  3. Update rclcpp_components-extras.cmake

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    773f0a3 View commit details
    Browse the repository at this point in the history
  4. Delete node_main.cpp

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    bb4ca14 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. changes

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    d7ef517 View commit details
    Browse the repository at this point in the history
  2. Update rclcpp_components-extras.cmake

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    61d9b17 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. fixed path for node_main

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    26fcfc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. changed from linktime to dlopen

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    f2c4594 View commit details
    Browse the repository at this point in the history
  2. fixed lib extensions for mac

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    08474d1 View commit details
    Browse the repository at this point in the history
  3. assuming only one library passed in at a time

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    5e7b834 View commit details
    Browse the repository at this point in the history
  4. arguments for options

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    83a7350 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    1ffc637 View commit details
    Browse the repository at this point in the history
  6. Remvoed old code

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    46f410b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. fixed path to .cpp file

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    81b7ee2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. revisions

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    fd32199 View commit details
    Browse the repository at this point in the history
  2. Update node_main.cpp.in

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    e47c90a View commit details
    Browse the repository at this point in the history
  3. Update node_main.cpp.in

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    3b156a2 View commit details
    Browse the repository at this point in the history
  4. added flag for flushing buffer

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    4074c75 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. removed flush buffer condition

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    7f05d46 View commit details
    Browse the repository at this point in the history
  2. fix merge

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    8e05921 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    793675d View commit details
    Browse the repository at this point in the history
  4. revisions

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    5aaee75 View commit details
    Browse the repository at this point in the history
  5. fixed library issue

    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b257a8d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'kucheria/cmake_composition' of https://github.com/ros2/…

    …rclcpp into kucheria/cmake_composition
    
    Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
    skucheria committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    aeb0d18 View commit details
    Browse the repository at this point in the history