File tree Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 22* RECENT CHANGES
33*******************************************************************************
44
5+ === 1.0.6 ===
6+ * Updated build scripts.
7+
58=== 1.0.5 ===
69* Implemented dsp::prgba32_set_alpha and dsp::pbgra32_set_alpha functions.
710* Better assembly code form 32-bit ARM, now compatible with Clang.
Original file line number Diff line number Diff line change 2525// Define version of headers
2626#define LSP_DSP_LIB_MAJOR 1
2727#define LSP_DSP_LIB_MINOR 0
28- #define LSP_DSP_LIB_MICRO 5
28+ #define LSP_DSP_LIB_MICRO 6
2929
3030#if defined(__WINDOWS__ ) || defined(__WIN32__ ) || defined(__WIN64__ ) || defined(_WIN64 ) || defined(_WIN32 ) || defined(__WINNT ) || defined(__WINNT__ )
3131 #define LSP_DSP_LIB_EXPORT_MODIFIER __declspec(dllexport)
Original file line number Diff line number Diff line change @@ -154,12 +154,8 @@ endef
154154
155155define binconfig =
156156 $(eval name=$(1 ) )
157- <<<<<<< Updated upstream
158- $(eval $(call _modconfig,$(1 ) ,$(1 ) ) )
159- =======
160157 $(eval publisher=1)
161- $(eval $(call _modconfig,$(1 ) ,) )
162- >>>>>>> Stashed changes
158+ $(eval $(call _modconfig,$(name ) ,$(publisher ) ) )
163159endef
164160
165161define hdrconfig =
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ $(ALL_SRC_MODULES) $(ALL_HDR_MODULES):
7878 test -f " $( $( @) _PATH) /.git/config" || $(GIT ) clone " $( $( @) _URL) " " $( $( @) _PATH) "
7979 mkdir -p $(dir $($(@ ) _PATH) )
8080 $(GIT ) -C " $( $( @) _PATH) " reset --hard
81- $(GIT ) -C " $( $( @) _PATH) " fetch origin --force
82- $(GIT ) -C " $( $( @) _PATH) " fetch origin ' + refs/heads /*:refs/tags/*' --force
81+ $(GIT ) -C " $( $( @) _PATH) " fetch origin --force --prune --prune-tags
82+ $(GIT ) -C " $( $( @) _PATH) " fetch origin ' refs/tags /*:refs/tags/*' --force
8383 $(GIT ) -c advice.detachedHead=false -C " $( $( @) _PATH) " checkout -B " $( $( @) _BRANCH) " " origin/$( $( @) _BRANCH) " || \
8484 $(GIT ) -c advice.detachedHead=false -C " $( $( @) _PATH) " checkout " refs/tags/$( $( @) _BRANCH) " || \
8585 $(GIT ) -c advice.detachedHead=false -C " $( $( @) _PATH) " checkout -B " $( $( @) _NAME) -$( $( @) _BRANCH) " " origin/$( $( @) _NAME) -$( $( @) _BRANCH) " || \
Original file line number Diff line number Diff line change 1919#
2020
2121# Variables that describe dependencies
22- LSP_COMMON_LIB_VERSION := 1.0.21
22+ LSP_COMMON_LIB_VERSION := 1.0.22
2323LSP_COMMON_LIB_NAME := lsp-common-lib
2424LSP_COMMON_LIB_TYPE := src
2525LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
2626LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
2727
28- LSP_TEST_FW_VERSION := 1.0.15
28+ LSP_TEST_FW_VERSION := 1.0.16
2929LSP_TEST_FW_NAME := lsp-test-fw
3030LSP_TEST_FW_TYPE := src
3131LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME ) .git
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ ARTIFACT_ID = LSP_DSP_LIB
2323ARTIFACT_NAME = lsp-dsp-lib
2424ARTIFACT_DESC = DSP library for digital signal processing
2525ARTIFACT_HEADERS = lsp-plug.in
26- ARTIFACT_VERSION = 1.0.5
26+ ARTIFACT_VERSION = 1.0.6
You can’t perform that action at this time.
0 commit comments