Skip to content

Commit

Permalink
Merge pull request #235 from xmos/release_prep
Browse files Browse the repository at this point in the history
v5.5.0 release prep
  • Loading branch information
shuchitak authored Oct 29, 2024
2 parents 6184e1a + f2fc8bf commit b75a992
Show file tree
Hide file tree
Showing 138 changed files with 657 additions and 719 deletions.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/application-note-not-compliant.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/example-not-compliant.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/missing-application-note.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/missing-c-api.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/missing-xcore-test.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/test-not-compliant.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/top-level-readme-not-compliant.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
lib_mic_array change log
========================

5.5.0
-----

* CHANGED: Documentation updated
* CHANGED: Renamed examples to app_
* CHANGED: Renamed the scripts/ directory to python/

* Changes to dependencies:

- lib_xcore_math: 2.3.0 -> 2.4.0

5.4.0
-----

Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
message(FATAL_ERROR "In-source build is not allowed! Please specify a build folder.\n\tex:cmake -B build")
endif()

include(cmake/CPM.cmake)
include(tests/custom_cmake_build/cmake/CPM.cmake)

# if( PROJECT_IS_TOP_LEVEL )
# message(STATUS "Configuring as top-level project")
# set( DEV_LIB_MIC_ARRAY 1 )
# endif()

# If DEV_LIB_MIC_ARRAY is not defined, set it to true iff the root
# If DEV_LIB_MIC_ARRAY is not defined, set it to true iff the root
# build dir (CMAKE_BINARY_DIR) is a child of the current source dir.
# This will tell us whether to include the demos and tests.
if(NOT DEFINED DEV_LIB_MIC_ARRAY)
Expand All @@ -24,7 +24,7 @@ if(NOT DEFINED DEV_LIB_MIC_ARRAY)
endif()
endif()

project(lib_mic_array
project(lib_mic_array
VERSION 5.0.1
LANGUAGES CXX C ASM)

Expand Down
Loading

0 comments on commit b75a992

Please sign in to comment.