<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/distutils.rst, branch v1.20.3</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>ENH: [1/7] enable multi-platform SIMD compiler optimizations</title>
<updated>2020-06-15T20:48:29+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-06-13T16:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da21d28ef69e65c5bfef8dc22840fe16fec52540'/>
<id>da21d28ef69e65c5bfef8dc22840fe16fec52540</id>
<content type='text'>
  Implement new distutils class `CCompilerOpt`, used for handling
  the CPU/hardware optimization, starting from parsing the
  command arguments, to managing the relationship between the CPU baseline
  and dispatch-able features, also generating the required C headers
  and ending with compiling the sources with proper compiler's flags.

  `CCompilerOpt` mainly used as a helper class for `CCompiler`,
  and doesn't provide any runtime detection for the CPU features,
  instead only focuses on the compiler side, but it generates
  abstract C headers that can be used later for the final
  runtime dispatching process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Implement new distutils class `CCompilerOpt`, used for handling
  the CPU/hardware optimization, starting from parsing the
  command arguments, to managing the relationship between the CPU baseline
  and dispatch-able features, also generating the required C headers
  and ending with compiling the sources with proper compiler's flags.

  `CCompilerOpt` mainly used as a helper class for `CCompiler`,
  and doesn't provide any runtime detection for the CPU features,
  instead only focuses on the compiler side, but it generates
  abstract C headers that can be used later for the final
  runtime dispatching process.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add missing imports, definitions and dummy file (#15616)</title>
<updated>2020-03-03T13:44:19+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2020-03-03T13:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6894bbc6d396b87464cbc21516d239d5f94f13b7'/>
<id>6894bbc6d396b87464cbc21516d239d5f94f13b7</id>
<content type='text'>
* DOC: fix imports and defs to pass refguide checks

Add empty file foo.c at runtime to run distutils config.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: fix imports and defs to pass refguide checks

Add empty file foo.c at runtime to run distutils config.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: link and cleanup docstrings in site.cfg.example</title>
<updated>2020-01-19T21:39:54+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-01-16T20:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7471b5610e9cba0ecb73b6ea96bd132359530645'/>
<id>7471b5610e9cba0ecb73b6ea96bd132359530645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misc_utils page</title>
<updated>2019-10-06T10:40:59+00:00</updated>
<author>
<name>David Stansby</name>
<email>dstansby@gmail.com</email>
</author>
<published>2019-10-06T10:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b32e16eb2d4d1dd13b68f5d110dc7a4f9dce4eee'/>
<id>b32e16eb2d4d1dd13b68f5d110dc7a4f9dce4eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try adding new misc_utils page</title>
<updated>2019-10-04T13:55:19+00:00</updated>
<author>
<name>David Stansby</name>
<email>dstansby@gmail.com</email>
</author>
<published>2019-10-04T13:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=25aec5cc6802779b2b2ffd346e711720164df1c1'/>
<id>25aec5cc6802779b2b2ffd346e711720164df1c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Extension to docs</title>
<updated>2019-10-03T13:42:26+00:00</updated>
<author>
<name>David Stansby</name>
<email>dstansby@gmail.com</email>
</author>
<published>2019-10-03T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7793f4011ffa2a1196551d70ae4ed8c657aa9f4d'/>
<id>7793f4011ffa2a1196551d70ae4ed8c657aa9f4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Merge together DISTUTILS.rst.txt#template-files" and distutils.rst#conversion-of-src-files</title>
<updated>2019-06-10T22:19:00+00:00</updated>
<author>
<name>aashuli</name>
<email>aashulikabra@gmail.com</email>
</author>
<published>2019-03-21T16:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5632c6b64b831d9f7aff5f08717ce7f6556a6f57'/>
<id>5632c6b64b831d9f7aff5f08717ce7f6556a6f57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add missing docs</title>
<updated>2018-10-23T08:00:36+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-10-23T08:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fc60b27257924ed7f3c140bed00c13a35b057dc8'/>
<id>fc60b27257924ed7f3c140bed00c13a35b057dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix typos</title>
<updated>2017-03-17T18:41:49+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2017-03-17T18:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=67ba58b146400589fc810dbe40511a6a5e78b850'/>
<id>67ba58b146400589fc810dbe40511a6a5e78b850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix typos in docs</title>
<updated>2016-01-25T08:33:14+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-01-25T08:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df9df7f7e8340f9389543a4389022c07dbaf2e0d'/>
<id>df9df7f7e8340f9389543a4389022c07dbaf2e0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
