<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/setup.py, branch shared-mem</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>fix #1568: [Linux] use CC compiler env var if defined</title>
<updated>2019-11-04T07:47:38+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-11-04T07:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f551896c128bb1719d9347b09c6b66bfe6ce0838'/>
<id>f551896c128bb1719d9347b09c6b66bfe6ce0838</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some failing tests on CentOS</title>
<updated>2019-10-09T13:51:29+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-10-09T13:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=af4b6c060e383a8c2f4bee478de62a294d4f7c5f'/>
<id>af4b6c060e383a8c2f4bee478de62a294d4f7c5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py; rm temp dir</title>
<updated>2019-09-30T04:17:23+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-09-30T04:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2210b538b9d0de78ec1f9076fb29fbc17febf99b'/>
<id>2210b538b9d0de78ec1f9076fb29fbc17febf99b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't pollute tree with temporary configure test files (#1597)</title>
<updated>2019-09-30T03:05:28+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>123095+nox@users.noreply.github.com</email>
</author>
<published>2019-09-30T03:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=ff1bc8cdb2e585f717d121ef61dc7f0931a64dd8'/>
<id>ff1bc8cdb2e585f717d121ef61dc7f0931a64dd8</id>
<content type='text'>
The docs for CCompiler.compile say:

&gt; If output_dir is given, object files will be put under it, while retaining their
&gt; original path component. That is, foo/bar.c normally compiles to foo/bar.o (for a
&gt; Unix implementation); if output_dir is build, then it would compile to build/foo/bar.o.

What they forget to say is that path components are also retained if output_dir is not
specified, it just means it will do so in the current directory. So if you compile
a temporary C file /tmp/foo.c, it will produce a ./tmp/foo.o file relative to the
current directory.

This commit fixes that issue by passing an explicit output_dir itself located in
a temporary directory.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs for CCompiler.compile say:

&gt; If output_dir is given, object files will be put under it, while retaining their
&gt; original path component. That is, foo/bar.c normally compiles to foo/bar.o (for a
&gt; Unix implementation); if output_dir is build, then it would compile to build/foo/bar.o.

What they forget to say is that path components are also retained if output_dir is not
specified, it just means it will do so in the current directory. So if you compile
a temporary C file /tmp/foo.c, it will produce a ./tmp/foo.o file relative to the
current directory.

This commit fixes that issue by passing an explicit output_dir itself located in
a temporary directory.</pre>
</div>
</content>
</entry>
<entry>
<title>add more badges</title>
<updated>2019-05-29T07:26:30+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-05-29T07:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=71a7bb56dbbfb5a70b575a939a69ba7f815745c5'/>
<id>71a7bb56dbbfb5a70b575a939a69ba7f815745c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar Askar)</title>
<updated>2019-04-11T09:32:39+00:00</updated>
<author>
<name>Ammar Askar</name>
<email>ammar_askar@hotmail.com</email>
</author>
<published>2019-04-11T09:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=921870d54091f399cd2b129db19530cc486b5700'/>
<id>921870d54091f399cd2b129db19530cc486b5700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win: remove unused header files</title>
<updated>2019-02-25T14:45:08+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-25T14:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=1be0343556f6a52ecf6fe3ae7e4a2ad2ff774ff9'/>
<id>1be0343556f6a52ecf6fe3ae7e4a2ad2ff774ff9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Windows / speeup: dynamically load libraries on startup and never again (#1422)</title>
<updated>2019-02-21T15:39:54+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-21T15:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=0a30dc9dc2693ffe9aa54126eb684711d950c3f1'/>
<id>0a30dc9dc2693ffe9aa54126eb684711d950c3f1</id>
<content type='text'>
Windows / speeup: dynamically load libraries on startup and never again.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows / speeup: dynamically load libraries on startup and never again.</pre>
</div>
</content>
</entry>
<entry>
<title>enforce lack of support for Win XP</title>
<updated>2018-12-08T17:37:27+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-12-08T17:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=62410eb927d20003271fb0c5d66a21bf59f38628'/>
<id>62410eb927d20003271fb0c5d66a21bf59f38628</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sensors_temperatures() / linux: convert defaultdict to dict</title>
<updated>2018-10-20T18:52:40+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-10-20T18:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=d8b05151e65f9348aff9b58da977abd8cacb2127'/>
<id>d8b05151e65f9348aff9b58da977abd8cacb2127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
