Skip to content

Commit 04e9ce8

Browse files
authored
Merge pull request #9 from xmos/develop
Develop
2 parents 8469332 + ac93916 commit 04e9ce8

5 files changed

Lines changed: 20 additions & 11 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
lib_xassert change log
22
======================
33

4+
4.0.0
5+
-----
6+
7+
* CHANGED: Build files updated to support new "xcommon" behaviour in xwaf.
8+
49
3.0.1
510
-----
611

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pipeline {
5757
updateViewfiles()
5858
}
5959
cleanup {
60-
cleanWs()
60+
xcoreCleanSandbox()
6161
}
6262
}
6363
}

lib_xassert/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Software Release License Agreement
22

3-
Copyright (c) 2014-2017, XMOS, All rights reserved.
3+
Copyright (c) 2014-2019, XMOS, All rights reserved.
44

55
BY ACCESSING, USING, INSTALLING OR DOWNLOADING THE XMOS SOFTWARE, YOU AGREE TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE TO THESE, DO NOT ATTEMPT TO DOWNLOAD, ACCESS OR USE THE XMOS Software.
66

lib_xassert/module_build_info

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
OPTIONAL_HEADERS += debug_conf.h xassert_conf.h
1+
VERSION = 4.0.0
22

3-
VERSION = 3.0.1
3+
DEPENDENT_MODULES =
4+
5+
MODULE_XCC_FLAGS = $(XCC_FLAGS)
6+
7+
OPTIONAL_HEADERS += debug_conf.h \
8+
xassert_conf.h
9+
10+
EXPORT_INCLUDE_DIRS = api
11+
12+
INCLUDE_DIRS = $(EXPORT_INCLUDE_DIRS)
13+
14+
SOURCE_DIRS = src

lib_xassert/wscript

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)