Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpintroniK committed Jul 22, 2018
1 parent c048f1a commit 1581a20
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<storageModule moduleId="cdtBuildSystem" version="4.0.0">

<configuration artifactExtension="so.0" artifactName="exadrums" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.sharedLib" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.sharedLib,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.cross.so.debug.897778843" name="Debug" optionalBuildProperties="org.eclipse.cdt.docker.launcher.containerbuild.property.selectedvolumes=,org.eclipse.cdt.docker.launcher.containerbuild.property.volumes=" parent="cdt.managedbuild.config.gnu.cross.so.debug" postbuildStep="ln -sf libexadrums.so.0 libexadrums.so">
<configuration artifactExtension="so.0" artifactName="exadrums" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.sharedLib" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.sharedLib,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" errorParsers="org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.CWDLocator;org.eclipse.cdt.core.GCCErrorParser" id="cdt.managedbuild.config.gnu.cross.so.debug.897778843" name="Debug" optionalBuildProperties="org.eclipse.cdt.docker.launcher.containerbuild.property.enablement=null,org.eclipse.cdt.docker.launcher.containerbuild.property.selectedvolumes=,org.eclipse.cdt.docker.launcher.containerbuild.property.volumes=,org.eclipse.cdt.docker.launcher.containerbuild.property.image=null,org.eclipse.cdt.docker.launcher.containerbuild.property.connection=null" parent="cdt.managedbuild.config.gnu.cross.so.debug" postbuildStep="ln -sf libexadrums.so.0 libexadrums.so">

<folderInfo id="cdt.managedbuild.config.gnu.cross.so.debug.897778843." name="/" resourcePath="">

Expand Down Expand Up @@ -75,7 +75,7 @@

<option id="gnu.cpp.compiler.option.dialect.flags.1889227511" name="Other dialect flags" superClass="gnu.cpp.compiler.option.dialect.flags" useByScannerDiscovery="true" value="-std=c++17" valueType="string"/>

<option id="gnu.cpp.compiler.option.other.other.283310323" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 " valueType="string"/>
<option id="gnu.cpp.compiler.option.other.other.283310323" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0" valueType="string"/>

<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1527205583" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>

Expand Down
2 changes: 2 additions & 0 deletions Source/Sound/Mixer/Mixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ namespace Sound
Mixer::Mixer()
{

playList.reserve(512);

return;
}

Expand Down
2 changes: 1 addition & 1 deletion debian/.debhelper/libexadrums0/dbgsym-build-ids
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ac4a5e0aa5661703ef40c3f47c1a8059efe0804
5081f349ad131e6d2847f651bcea047b6a9cacf4
4 changes: 2 additions & 2 deletions debian/.debhelper/libexadrums0/dbgsym-root/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Version: 0.1.0
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Jeremy Oden <jerem.oden@gmail.com>
Installed-Size: 84
Installed-Size: 94
Depends: libexadrums0 (= 0.1.0)
Section: debug
Priority: optional
Description: debug symbols for libexadrums0
Build-Ids: 0ac4a5e0aa5661703ef40c3f47c1a8059efe0804
Build-Ids: 5081f349ad131e6d2847f651bcea047b6a9cacf4
2 changes: 1 addition & 1 deletion debian/.debhelper/libexadrums0/dbgsym-root/DEBIAN/md5sums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1f0a5774b49ae6c3dbd9bfdb03214cbf usr/lib/debug/.build-id/0a/c4a5e0aa5661703ef40c3f47c1a8059efe0804.debug
7026218502ec404ecc52e30eff7f5086 usr/lib/debug/.build-id/50/81f349ad131e6d2847f651bcea047b6a9cacf4.debug

0 comments on commit 1581a20

Please sign in to comment.