<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/tools, branch parserbuilder</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Boost: Add Python libraries</title>
<updated>2017-10-25T18:08:54+00:00</updated>
<author>
<name>Niklas Claesson</name>
<email>nicke.claesson@gmail.com</email>
</author>
<published>2017-10-21T16:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=14e7b0af25c90ed78b9309fd122d34b24d69fc0e'/>
<id>14e7b0af25c90ed78b9309fd122d34b24d69fc0e</id>
<content type='text'>
Fixes: #2507
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #2507
</pre>
</div>
</content>
</entry>
<entry>
<title>Boost: Jamfile has two syntaxes for boost libraries</title>
<updated>2017-10-12T18:45:23+00:00</updated>
<author>
<name>Niklas Claesson</name>
<email>nicke.claesson@gmail.com</email>
</author>
<published>2017-10-09T12:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=c97e7749a67d373fda57752fac955ec691886231'/>
<id>c97e7749a67d373fda57752fac955ec691886231</id>
<content type='text'>
Fixes #2456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2456
</pre>
</div>
</content>
</entry>
<entry>
<title>Boost: Improve search algorithm</title>
<updated>2017-10-01T16:49:27+00:00</updated>
<author>
<name>Niklas Claesson</name>
<email>nicke.claesson@gmail.com</email>
</author>
<published>2017-09-06T21:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=bbdba876afa8adfaf3e1d1985908326443875860'/>
<id>bbdba876afa8adfaf3e1d1985908326443875860</id>
<content type='text'>
The new implementation will correctly pick boost from 3 possible
locations on windows and two locations on posix compatible OSs.

The new search algorithm also differentiates between debug and
release builds of Boost and multi or single threading builds.

It was also decided to map "Meson modules" to Boost software libraries
and not Boost modules since it there are a lot of options regarding
linking. Some modules can even be used either as headers-only or with
dynamic linking.

This commit also fixes a bug that prevented header-only use on Windows.

Fixes: #2274 #2239 #1803 #669
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new implementation will correctly pick boost from 3 possible
locations on windows and two locations on posix compatible OSs.

The new search algorithm also differentiates between debug and
release builds of Boost and multi or single threading builds.

It was also decided to map "Meson modules" to Boost software libraries
and not Boost modules since it there are a lot of options regarding
linking. Some modules can even be used either as headers-only or with
dynamic linking.

This commit also fixes a bug that prevented header-only use on Windows.

Fixes: #2274 #2239 #1803 #669
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson: convert varexp to lowercase</title>
<updated>2017-09-14T08:23:54+00:00</updated>
<author>
<name>Georg Müller</name>
<email>georgmueller@gmx.net</email>
</author>
<published>2017-09-14T08:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=4cbca499760269b02d4f306b0558afec031592d0'/>
<id>4cbca499760269b02d4f306b0558afec031592d0</id>
<content type='text'>
since variable names in 'set' statements are converted to lowercase, the
variable itself should be converted to lower-case too when used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since variable names in 'set' statements are converted to lowercase, the
variable itself should be converted to lower-case too when used.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson: strip comments from statements</title>
<updated>2017-09-14T08:18:26+00:00</updated>
<author>
<name>Georg Müller</name>
<email>georgmueller@gmx.net</email>
</author>
<published>2017-09-14T08:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=567b51ac713610fa03d444139b5c8108ba5c5c31'/>
<id>567b51ac713610fa03d444139b5c8108ba5c5c31</id>
<content type='text'>
Without this change, the following correct cmake will cause an error:

statement(
    arg1
    # arg2
    arg3
)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change, the following correct cmake will cause an error:

statement(
    arg1
    # arg2
    arg3
)
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake2meson: convert statements to lower case</title>
<updated>2017-09-14T08:17:25+00:00</updated>
<author>
<name>Georg Müller</name>
<email>georgmueller@gmx.net</email>
</author>
<published>2017-09-14T08:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=c60c21a60d64b04096d0ab9968d1c59c3f264ae7'/>
<id>c60c21a60d64b04096d0ab9968d1c59c3f264ae7</id>
<content type='text'>
cmake does not distinguish between upper and lower case, so convert it to
lower case for the later comparisons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cmake does not distinguish between upper and lower case, so convert it to
lower case for the later comparisons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve ac_converter to print a help message.</title>
<updated>2017-07-31T10:20:09+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-07-31T10:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=4c0029711248f7d2fe947ee95efee9571ec0b719'/>
<id>4c0029711248f7d2fe947ee95efee9571ec0b719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary pass statements.</title>
<updated>2017-07-16T09:02:48+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-07-16T09:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=b2a90f18382485854c12c99c0d01b701d528cb4d'/>
<id>b2a90f18382485854c12c99c0d01b701d528cb4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicate key in dictionary.</title>
<updated>2017-07-16T09:01:01+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-07-16T09:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=cdfb4164255980636481487c848a415c0ba3b4e9'/>
<id>cdfb4164255980636481487c848a415c0ba3b4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A few typo fixes in the converter script.</title>
<updated>2017-06-04T17:19:15+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-06-04T17:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=5311a274e39b033ae97740f1db90e50ba120fb5e'/>
<id>5311a274e39b033ae97740f1db90e50ba120fb5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
