Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright @ 2021 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
Expand Down
5 changes: 0 additions & 5 deletions .clang-tidy

This file was deleted.

13 changes: 0 additions & 13 deletions .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright @ 2021 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
Expand Down
2 changes: 1 addition & 1 deletion extern/3rdparty/CMakeLists.txt → 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright @ 2022 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Copyright @ 2021 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
# with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

##See: http://www.boost.org/doc/libs/1_64_0/boost/current_function.hpp
install(DIRECTORY boost_1_64_0 DESTINATION include/3rdparty/boost)
install(FILES boost_1_64_0/boost/current_function.hpp
DESTINATION doc/license/boost_1_64_0/boost)
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright @ 2022 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
# with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

set(clipp_ROOT "${CMAKE_CURRENT_LIST_DIR}/clipp-1.2.3" CACHE FILEPATH "Path to clipp root dir")
install(FILES clipp-1.2.3/LICENSE DESTINATION doc/license/clipp-1.2.3)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright @ 2022 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright @ 2021 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright @ 2021 VW Group. All rights reserved.
# Copyright @ 2023 VW Group. All rights reserved.
#
# This Source Code Form is subject to the terms of the Mozilla
# Public License, v. 2.0. If a copy of the MPL was not distributed
Expand Down
Loading