Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaOuterelo authored Jun 14, 2019
2 parents 971e350 + 086a00b commit 13f0736
Show file tree
Hide file tree
Showing 140 changed files with 15,695 additions and 4,879 deletions.
547 changes: 547 additions & 0 deletions .dockerignore

Large diffs are not rendered by default.

35 changes: 32 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Created by https://www.gitignore.io/api/c,vim,c++,linux,cmake,eclipse,windows,sublimetext,visualstudio,visualstudiocode
# Created by https://www.gitignore.io/api/c,vim,c++,linux,cmake,eclipse,windows,sublimetext,visualstudio,visualstudiocode,qtcreator
# Edit at https://www.gitignore.io/?templates=c,vim,c++,linux,cmake,eclipse,windows,sublimetext,visualstudio,visualstudiocode,qtcreator

### C ###
# Prerequisites
Expand Down Expand Up @@ -531,4 +531,33 @@ __pycache__/
# By default, sensitive information, such as encrypted password
# should be stored in the .pubxml.user file.

# End of https://www.gitignore.io/api/c,vim,c++,linux,cmake,eclipse,windows,sublimetext,visualstudio,visualstudiocode
### QtCreator ###
# gitignore for Qt Creator like IDE for pure C/C++ project without Qt
#
# Reference: http://doc.qt.io/qtcreator/creator-project-generic.html



# Qt Creator autogenerated files


# A listing of all the files included in the project
*.files

# Include directories
*.includes

# Project configuration settings like predefined Macros
*.config

# Qt Creator settings
*.creator

# User project settings
*.creator.user*

# Qt Creator backups
*.autosave


# End of https://www.gitignore.io/api/c,vim,c++,linux,cmake,eclipse,windows,sublimetext,visualstudio,visualstudiocode,qtcreator
15 changes: 12 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
[submodule "thirdparty/asio"]
path = thirdparty/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "thirdparty/fastrtps"]
path = thirdparty/fastrtps
url = https://github.com/eProsima/Fast-RTPS.git
[submodule "thirdparty/fastcdr"]
path = thirdparty/fastcdr
url = https://github.com/eProsima/Fast-CDR.git
[submodule "thirdparty/uxrclient"]
path = thirdparty/uxrclient
url = https://github.com/eProsima/Micro-XRCE-DDS-Client.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/CLI11"]
path = thirdparty/CLI11
url = https://github.com/CLIUtils/CLI11.git
[submodule "thirdparty/sanitizers-cmake"]
path = thirdparty/sanitizers-cmake
url = https://github.com/arsenm/sanitizers-cmake.git
Loading

0 comments on commit 13f0736

Please sign in to comment.