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

upgrading to fix after catkin_pkg API changes #1

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2016

  1. enable 'docs_url' pointing to documentation hosted on third party ser…

    …ver with external Doxygen documentation using tag files
    jobleier committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    e5fc735 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

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

Commits on Nov 22, 2016

  1. Merge pull request #72 from Levi-Armstrong/addExtractAll

    Add ability to configure the doxygen parameter EXTRACT_ALL
    jack-oquin authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    eca68f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

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

Commits on May 23, 2017

  1. fix import

    dirk-thomas committed May 23, 2017
    Configuration menu
    Copy the full SHA
    3744aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a9b2d View commit details
    Browse the repository at this point in the history
  3. fix the fix (#74)

    dirk-thomas committed May 23, 2017
    Configuration menu
    Copy the full SHA
    3e953f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. update changelog

    dirk-thomas committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    579e58d View commit details
    Browse the repository at this point in the history
  2. 0.2.7

    dirk-thomas committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    a1b682c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

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

Commits on Jan 25, 2018

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

Commits on Mar 4, 2018

  1. add use_mdfile_as_mainpage option

    This makes it possible/easier to use a markdown file as mainpage, e.g. the README.md
    
    To use it, add a rosdoc.yaml with
    ```
    - builder: doxygen
      file_patterns: '*.c *.cpp *.h *.cc *.hh *.dox *.md'
      use_mdfile_as_mainpage: README.md
    ```
    
    Description of this option from Doxygen:
    
    If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
    is part of the input, its contents will be placed on the main page
    (index.html). This can be useful if you have a project on for instance GitHub
    and want to reuse the introduction page also for the doxygen output.
    flixr committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    01a5b85 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Merge pull request #80 from flixr/use_mdfile_as_mainpage

    add use_mdfile_as_mainpage option
    jack-oquin authored Mar 6, 2018
    Configuration menu
    Copy the full SHA
    ecf2764 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. fix top bar on recent doxygen versions

    * on recent doxygen topbar requires jquery
    * fixes documentation generation on ROS melodic
    * see https://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_1
    hrnr committed May 20, 2018
    Configuration menu
    Copy the full SHA
    200e46a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Merge pull request #82 from hrnr/melodic_fix

    fix top bar on recent doxygen versions
    tfoote authored Jul 6, 2018
    Configuration menu
    Copy the full SHA
    0f7b5c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from Levi-Armstrong/addQHC

    Expose doxygen parameter GENERATE_QHP
    tfoote authored Jul 6, 2018
    Configuration menu
    Copy the full SHA
    f33ded0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. updating changelog

    tfoote committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    d69d332 View commit details
    Browse the repository at this point in the history
  2. 0.2.8

    tfoote committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    0c7e5ef View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

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

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    48f8678 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from ros-infrastructure/use_yaml_safe_load

    use yaml.safe_load for untrusted yaml input
    tfoote authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    8967d5d View commit details
    Browse the repository at this point in the history
  3. updating changelog

    tfoote committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    9672404 View commit details
    Browse the repository at this point in the history
  4. 0.2.9

    tfoote committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    1f937b3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Better name of function getting the documentation path

    As the result is no longer only relative, the function name is adapted
    and documentation added.
    jobleier committed May 1, 2019
    Configuration menu
    Copy the full SHA
    9759c5f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

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

Commits on Jun 10, 2019

  1. Merge pull request #84 from pauldinh/bugfix/python3-import

    Update exception handling to Python2.6+ / Python3 syntax
    tfoote authored Jun 10, 2019
    Configuration menu
    Copy the full SHA
    6b60f9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from jobleier/master

     enable linking to documentation hosted on third party server
    tfoote authored Jun 10, 2019
    Configuration menu
    Copy the full SHA
    8bbf49c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. fix cmake failure when building without tests

    If -DCATKIN_ENABLE_TESTING=0 is set during cmakeing the call to
    catkin_add_nosetests(...) fails. This is fixed by checking if testing is
    enabled
    lilioid committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    8e5c64c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

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

Commits on Nov 7, 2019

  1. Merge pull request #88 from agutenkunst/fix/remove_obsolete_doxygen

    Removes obsolete doxygen options
    tfoote authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    e00dd54 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Merge pull request #87 from ftsell/master

    fix cmake failure when building without tests
    tfoote authored Nov 8, 2019
    Configuration menu
    Copy the full SHA
    884f769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5b362 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Merge pull request #90 from v4hn/pr-master-support-python3

    backwards-compatible fix for python3 API changes
    tfoote authored Nov 23, 2019
    Configuration menu
    Copy the full SHA
    ec884e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Add mdfile to INPUT

    NOT only USE_MDFILE_AS_MAINPAGE needs to be set, but also the MD file needs to be added to INPUT as mentioned in https://stackoverflow.com/a/13442157
    MatthijsBurgh authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    75c1120 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

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

Commits on Jan 25, 2020

  1. Use conditional dependencies (#93)

    * Use conditional dependencies for all Python rosdep keys
    * Only depend on epydoc if using Python 2
    * Switch to python?-catkin-pkg-modules since the CLI tools aren't used
      * Python 2 and 3 versions are side-by-side installable
    * Switch to python?-rospkg-modules since the CLI tools aren't used
      * Python 2 and 3 versions are side-by-side installable
    
    Signed-off-by: Shane Loretz <[email protected]>
    sloretz authored Jan 25, 2020
    Configuration menu
    Copy the full SHA
    8973be1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge pull request #91 from MatthijsBurgh/patch-1

    Add mdfile to INPUT
    tfoote authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    922c5f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

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

Commits on Feb 5, 2020

  1. Merge pull request #95 from sshige/fix_global_name_conf

    fix NameError: global name 'conf' is not defined
    tfoote authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    1dfc026 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. updating changelog

    tfoote committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    597dce2 View commit details
    Browse the repository at this point in the history
  2. 0.2.10

    tfoote committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    27d3ce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Bump CMake version to avoid CMP0048

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9124506 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Merge pull request #97 from ros-infrastructure/sloretz/cmp0048

    Bump CMake version to avoid CMP0048
    tfoote authored May 21, 2020
    Configuration menu
    Copy the full SHA
    981c151 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Read include_path from config file

    * Removes warning about non existing INCLUDE_PATH. Closes #86
    agutenkunst committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    c4c6034 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Merge pull request #100 from agutenkunst/fix/include_path_warning

    Read include_path from config file
    tfoote authored May 12, 2021
    Configuration menu
    Copy the full SHA
    6d99148 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Add missing graphviz dep

    Used by Doxygen for inheritance diagrams.
    MatthijsBurgh authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    e710202 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Merge pull request #102 from MatthijsBurgh/patch-1

    Add missing graphviz dep
    tfoote authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    5f3fc0f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Add support for configuring INPUT_FILTER doxygen option (#103)

    Signed-off-by: Martin Pecka <[email protected]>
    peci1 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    3628412 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add option "required" to builder configs which will cause rosdoc_lite…

    … to fail if the builder fails. (#106)
    
    * Add option "required" to builder configs which will cause rosdoc_lite to fail if the builder fails.
    
    * Require documentation of this package to finish properly.
    
    * Added documentation to the added exception from generate_docs.
    peci1 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5338b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71005bf View commit details
    Browse the repository at this point in the history
  3. add generate_treeview option (#96)

    To enable the treeview set in rosdoc.yaml
    ```
    - builder: doxygen
      generate_treeview: YES
    ```
    flixr authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    299a7c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. update changelog

    Signed-off-by: Tully Foote <[email protected]>
    tfoote committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    75cecd9 View commit details
    Browse the repository at this point in the history
  2. 0.2.11

    tfoote committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3ce4dc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fix urllib import on Python3 (#108)

    * fix: failing to import urllib on python3
    
    * test: add tests for prepare_tagfiles
    yurirocha15 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6402ee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. [Bugfix] Fix decoding on python 3 (#109)

    * fix: failing to decode return
    
    * refactor: use encoding only for python 3
    yurirocha15 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ddd0835 View commit details
    Browse the repository at this point in the history