Skip to content

Commit 4575ba3

Browse files
committed
Updated build scripts and dependencies
1 parent ac5769c commit 4575ba3

3 files changed

Lines changed: 34 additions & 4 deletions

File tree

.cproject

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,36 @@
124124
</tool>
125125
</toolChain>
126126
</folderInfo>
127+
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.619973679.2084897" name="avx.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-common-lib/src/arch/x86/avx.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1673370382">
128+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1673370382" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419">
129+
<option id="gnu.cpp.compiler.option.other.other.928418852" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx -mvzeroupper" valueType="string"/>
130+
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.989832005" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
131+
</tool>
132+
<tool customBuildStep="true" id="org.eclipse.cdt.managedbuilder.ui.rcbs.724055066" name="Resource Custom Build Step">
133+
<inputType id="org.eclipse.cdt.managedbuilder.ui.rcbs.inputtype.457466301" name="Resource Custom Build Step Input Type">
134+
<additionalInput kind="additionalinputdependency" paths=""/>
135+
</inputType>
136+
<outputType id="org.eclipse.cdt.managedbuilder.ui.rcbs.outputtype.1495566517" name="Resource Custom Build Step Output Type"/>
137+
</tool>
138+
</fileInfo>
139+
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.619973679.1753664113" name="avx512.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-common-lib/src/arch/x86/avx512.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.235200181">
140+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.235200181" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419">
141+
<option id="gnu.cpp.compiler.option.other.other.431221720" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx512f -mavx512vl" valueType="string"/>
142+
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.995888970" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
143+
</tool>
144+
</fileInfo>
145+
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.619973679.1656159648" name="sse.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-common-lib/src/arch/x86/sse.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1497191174">
146+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1497191174" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419">
147+
<option id="gnu.cpp.compiler.option.other.other.1943101354" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -msse" valueType="string"/>
148+
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.369571766" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
149+
</tool>
150+
<tool customBuildStep="true" id="org.eclipse.cdt.managedbuilder.ui.rcbs.1365789478" name="Resource Custom Build Step">
151+
<inputType id="org.eclipse.cdt.managedbuilder.ui.rcbs.inputtype.563320493" name="Resource Custom Build Step Input Type">
152+
<additionalInput kind="additionalinputdependency" paths=""/>
153+
</inputType>
154+
<outputType id="org.eclipse.cdt.managedbuilder.ui.rcbs.outputtype.35135314" name="Resource Custom Build Step Output Type"/>
155+
</tool>
156+
</fileInfo>
127157
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.619973679.368303559" name="sse3.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-dsp-lib/src/main/x86/sse3.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1819718571">
128158
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1819718571" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419">
129159
<option id="gnu.cpp.compiler.option.other.other.2048493368" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -msse -msse2 -msse3 -mssse3" valueType="string"/>

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.34 ===
6-
6+
* Updated build scripts and dependencies.
77

88
=== 1.0.33 ===
99
* Updated build scripts and dependencies.

modules.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LSP_AUDIO_JACK_LIB_TYPE := bin
3838
LSP_AUDIO_JACK_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_AUDIO_JACK_LIB_NAME).git
3939
LSP_AUDIO_JACK_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_AUDIO_JACK_LIB_NAME).git
4040

41-
LSP_AUDIO_PIPEWIRE_LIB_VERSION := 1.0.0
41+
LSP_AUDIO_PIPEWIRE_LIB_VERSION := 1.0.1
4242
LSP_AUDIO_PIPEWIRE_LIB_NAME := lsp-audio-pipewire-lib
4343
LSP_AUDIO_PIPEWIRE_LIB_TYPE := bin
4444
LSP_AUDIO_PIPEWIRE_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_AUDIO_PIPEWIRE_LIB_NAME).git
@@ -117,13 +117,13 @@ LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_
117117
LSP_WS_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_WS_LIB_NAME).git
118118

119119
# Plugin-related module dependencies
120-
LSP_PLUGIN_FW_VERSION := 1.0.37
120+
LSP_PLUGIN_FW_VERSION := 1.0.38
121121
LSP_PLUGIN_FW_NAME := lsp-plugin-fw
122122
LSP_PLUGIN_FW_TYPE := src
123123
LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME).git
124124
LSP_PLUGIN_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_PLUGIN_FW_NAME).git
125125

126-
LSP_PLUGINS_SHARED_VERSION := 1.0.36
126+
LSP_PLUGINS_SHARED_VERSION := 1.0.37
127127
LSP_PLUGINS_SHARED_NAME := lsp-plugins-shared
128128
LSP_PLUGINS_SHARED_TYPE := src
129129
LSP_PLUGINS_SHARED_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGINS_SHARED_NAME).git

0 commit comments

Comments
 (0)