<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libADLMIDI/utils/dumpmiles, branch master</title>
<subtitle>Fork of Bisqwit's OPL3 emulation library</subtitle>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/'/>
<entry>
<title>Don't call "-no-pie" when it's unavailable</title>
<updated>2019-09-23T09:55:41+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2019-09-23T09:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=22248f90dd83413e91c8d4b66e652ef1a7954b60'/>
<id>22248f90dd83413e91c8d4b66e652ef1a7954b60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set "-no-pie" to all executables built by GCC</title>
<updated>2019-09-23T09:33:43+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2019-09-23T09:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=8749ddc3da9574c2406a7dfd2fd6a4639148beef'/>
<id>8749ddc3da9574c2406a7dfd2fd6a4639148beef</id>
<content type='text'>
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Move all directory targets into root script</title>
<updated>2018-12-14T12:24:42+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2018-12-14T12:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=2510f6a6e9b8a754907bb0342fd2feb075092dd0'/>
<id>2510f6a6e9b8a754907bb0342fd2feb075092dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Continue CMake clean-up</title>
<updated>2018-12-13T23:25:43+00:00</updated>
<author>
<name>Vitaly Novichkov</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2018-12-13T23:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=a4dc55c8e7bc39bfaadab4052d6530a95445946a'/>
<id>a4dc55c8e7bc39bfaadab4052d6530a95445946a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build: Splid the main CMake build script</title>
<updated>2018-12-12T23:29:16+00:00</updated>
<author>
<name>Vitaly Novichkov</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2018-12-12T23:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=68c03edbb563983b6ac3e81a826871bfdf9e3bd4'/>
<id>68c03edbb563983b6ac3e81a826871bfdf9e3bd4</id>
<content type='text'>
Keep it have library code only but no utils and examples are will be built independently
#196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep it have library code only but no utils and examples are will be built independently
#196
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed warnings in the utils</title>
<updated>2018-06-03T15:36:22+00:00</updated>
<author>
<name>Vitaly Novichkov</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2018-06-03T15:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=64254a351652011b00f700b27863ec6659205273'/>
<id>64254a351652011b00f700b27863ec6659205273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libADLMIDI now is buildable under OpenWatcom except of some workarounds</title>
<updated>2017-11-12T04:32:11+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-11-12T04:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=b043032a89f38e2b3191a65dab9ae4e8202d48f3'/>
<id>b043032a89f38e2b3191a65dab9ae4e8202d48f3</id>
<content type='text'>
- Need a different way to create a static library, otherwise it don't wanna be built.
- Needed a different custom STL containers (std::vector and std::set) implementation that will work and will don't glitch with a crashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Need a different way to create a static library, otherwise it don't wanna be built.
- Needed a different custom STL containers (std::vector and std::set) implementation that will work and will don't glitch with a crashes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed CMake build on macOS</title>
<updated>2017-10-21T23:30:34+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-21T23:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=74b4ee66e3b5775f41526d76e7a16433b52f2627'/>
<id>74b4ee66e3b5775f41526d76e7a16433b52f2627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CMake support</title>
<updated>2017-10-20T01:28:53+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-10-20T01:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=eb45a7913d83fe2a3dc03033230950e78fb9755d'/>
<id>eb45a7913d83fe2a3dc03033230950e78fb9755d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
