<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libADLMIDI/cmake/openwattcom, 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>Tweak OpenWatcom flags and scripts</title>
<updated>2020-09-03T18:30:21+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2020-09-03T18:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=e81db845bf4c8b78310fd8c8807f490cb094a0ec'/>
<id>e81db845bf4c8b78310fd8c8807f490cb094a0ec</id>
<content type='text'>
Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template
</pre>
</div>
</content>
</entry>
<entry>
<title>Continue attempt to make library and demo player runnable under OpenWatcom</title>
<updated>2017-11-13T01:52:25+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-11-13T01:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=9352de797b9f2bceb77a7dfb0229c01f0ac1cd0d'/>
<id>9352de797b9f2bceb77a7dfb0229c01f0ac1cd0d</id>
<content type='text'>
Because of broken STL containers, are very hard crashes in random places are can't be fixed with a full customizing of those containers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because of broken STL containers, are very hard crashes in random places are can't be fixed with a full customizing of those containers.
</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>Incomplete attempt to provide support for OpenWattcom compiler</title>
<updated>2017-11-10T18:42:25+00:00</updated>
<author>
<name>Wohlstand</name>
<email>admin@wohlnet.ru</email>
</author>
<published>2017-11-10T18:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.1bpm.net/libADLMIDI/commit/?id=0da7c26b10d362ffbb7b9d44d7add043f2d7192f'/>
<id>0da7c26b10d362ffbb7b9d44d7add043f2d7192f</id>
<content type='text'>
Yeah, I see it lacks A LOT OF things: std::vector lacks .data() member, std::map lacks .count() member, there is no any std::stringstream implementations, etc.

SOLUTION: Try to use STLPort to provide missing STL support for this compiler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yeah, I see it lacks A LOT OF things: std::vector lacks .data() member, std::map lacks .count() member, there is no any std::stringstream implementations, etc.

SOLUTION: Try to use STLPort to provide missing STL support for this compiler
</pre>
</div>
</content>
</entry>
</feed>
