Functions | Variables
roscompile.cmake Namespace Reference

Functions

def alphabetize_sections (package)
 
def alphabetize_sections_helper (cmake)
 
def check_cmake_dependencies (package)
 
def check_cmake_dependencies_helper (cmake, dependencies, check_catkin_pkg=True)
 
def check_exported_dependencies (package)
 
def check_generators (package)
 
def check_includes (package)
 
def check_library_setup (package)
 
def enforce_cmake_ordering (package)
 
def enforce_cmake_ordering_helper (cmake)
 
def get_cmake_clusters (cmake)
 
def get_matching_add_depends (cmake, search_target)
 
def get_msg_dependencies_from_source (package, sources)
 
def match_generator_name (package, name)
 
def prettify_catkin_package_cmd (package)
 
def prettify_installs (package)
 
def prettify_msgs_srvs (package)
 
def prettify_package_lists (package)
 
def remove_boilerplate_cmake_comments (package)
 
def remove_cmake_command_comments_helper (command, ignorables, replacement='')
 
def remove_cmake_comments_helper (cmake, ignorables, replacement='')
 
def remove_empty_cmake_lines (package)
 
def remove_empty_strings (a)
 
def remove_old_style_cpp_dependencies (package)
 
def remove_pattern (section, pattern)
 
def target_catkin_libraries (package)
 

Variables

string NEWLINE_PLUS_4 = '\n '
 
string NEWLINE_PLUS_8 = '\n '
 
list SHOULD_ALPHABETIZE = ['COMPONENTS', 'DEPENDENCIES', 'FILES', 'CATKIN_DEPENDS']
 

Function Documentation

def roscompile.cmake.alphabetize_sections (   package)

Definition at line 239 of file cmake.py.

def roscompile.cmake.alphabetize_sections_helper (   cmake)

Definition at line 225 of file cmake.py.

def roscompile.cmake.check_cmake_dependencies (   package)

Definition at line 40 of file cmake.py.

def roscompile.cmake.check_cmake_dependencies_helper (   cmake,
  dependencies,
  check_catkin_pkg = True 
)

Definition at line 11 of file cmake.py.

def roscompile.cmake.check_exported_dependencies (   package)

Definition at line 87 of file cmake.py.

def roscompile.cmake.check_generators (   package)

Definition at line 176 of file cmake.py.

def roscompile.cmake.check_includes (   package)

Definition at line 204 of file cmake.py.

def roscompile.cmake.check_library_setup (   package)

Definition at line 221 of file cmake.py.

def roscompile.cmake.enforce_cmake_ordering (   package)

Definition at line 366 of file cmake.py.

def roscompile.cmake.enforce_cmake_ordering_helper (   cmake)

Definition at line 358 of file cmake.py.

def roscompile.cmake.get_cmake_clusters (   cmake)

Definition at line 341 of file cmake.py.

def roscompile.cmake.get_matching_add_depends (   cmake,
  search_target 
)

Definition at line 46 of file cmake.py.

def roscompile.cmake.get_msg_dependencies_from_source (   package,
  sources 
)

Definition at line 67 of file cmake.py.

def roscompile.cmake.match_generator_name (   package,
  name 
)

Definition at line 61 of file cmake.py.

def roscompile.cmake.prettify_catkin_package_cmd (   package)

Definition at line 244 of file cmake.py.

def roscompile.cmake.prettify_installs (   package)

Definition at line 280 of file cmake.py.

def roscompile.cmake.prettify_msgs_srvs (   package)

Definition at line 270 of file cmake.py.

def roscompile.cmake.prettify_package_lists (   package)

Definition at line 252 of file cmake.py.

def roscompile.cmake.remove_boilerplate_cmake_comments (   package)

Definition at line 327 of file cmake.py.

def roscompile.cmake.remove_cmake_command_comments_helper (   command,
  ignorables,
  replacement = '' 
)

Definition at line 299 of file cmake.py.

def roscompile.cmake.remove_cmake_comments_helper (   cmake,
  ignorables,
  replacement = '' 
)

Definition at line 313 of file cmake.py.

def roscompile.cmake.remove_empty_cmake_lines (   package)

Definition at line 334 of file cmake.py.

def roscompile.cmake.remove_empty_strings (   a)

Definition at line 295 of file cmake.py.

def roscompile.cmake.remove_old_style_cpp_dependencies (   package)

Definition at line 137 of file cmake.py.

def roscompile.cmake.remove_pattern (   section,
  pattern 
)

Definition at line 130 of file cmake.py.

def roscompile.cmake.target_catkin_libraries (   package)

Definition at line 157 of file cmake.py.

Variable Documentation

string roscompile.cmake.NEWLINE_PLUS_4 = '\n '

Definition at line 7 of file cmake.py.

string roscompile.cmake.NEWLINE_PLUS_8 = '\n '

Definition at line 8 of file cmake.py.

list roscompile.cmake.SHOULD_ALPHABETIZE = ['COMPONENTS', 'DEPENDENCIES', 'FILES', 'CATKIN_DEPENDS']

Definition at line 6 of file cmake.py.



roscompile
Author(s):
autogenerated on Wed Jun 19 2019 19:56:53