<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/SystemLibrary.rst, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[Docs] [Support] System Library to Support Library transition along with minor corrections to reflect it.</title>
<updated>2018-09-18T18:05:38+00:00</updated>
<author>
<name>Kristina Brooks</name>
<email>kristina@nym.hush.com</email>
</author>
<published>2018-09-18T18:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ab834fd89c61b392f02126dff2cfb72392d11a7b'/>
<id>ab834fd89c61b392f02126dff2cfb72392d11a7b</id>
<content type='text'>
System Library has been a long deprecated term along with the path lib/System, having been superseded/renamed
to the Support Library a long time ago. These patches reflect those changes in documentation as well as
update some outdated examples and provide context to the origin of the Support Library.

Differential Revision: https://reviews.llvm.org/D52107

llvm-svn: 342500
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
System Library has been a long deprecated term along with the path lib/System, having been superseded/renamed
to the Support Library a long time ago. These patches reflect those changes in documentation as well as
update some outdated examples and provide context to the origin of the Support Library.

Differential Revision: https://reviews.llvm.org/D52107

llvm-svn: 342500
</pre>
</div>
</content>
</entry>
<entry>
<title>s/LLVM_ON_WIN32/_WIN32/, llvm</title>
<updated>2018-04-29T00:45:03+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2018-04-29T00:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=712e8d29c4a52abded4414f673b51dd53dd018f1'/>
<id>712e8d29c4a52abded4414f673b51dd53dd018f1</id>
<content type='text'>
LLVM_ON_WIN32 is set exactly with MSVC and MinGW (but not Cygwin) in
HandleLLVMOptions.cmake, which is where _WIN32 defined too.  Just use the
default macro instead of a reinvented one.

See thread "Replacing LLVM_ON_WIN32 with just _WIN32" on llvm-dev and cfe-dev.
No intended behavior change.

This moves over all uses of the macro, but doesn't remove the definition
of it in (llvm-)config.h yet.

llvm-svn: 331127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LLVM_ON_WIN32 is set exactly with MSVC and MinGW (but not Cygwin) in
HandleLLVMOptions.cmake, which is where _WIN32 defined too.  Just use the
default macro instead of a reinvented one.

See thread "Replacing LLVM_ON_WIN32 with just _WIN32" on llvm-dev and cfe-dev.
No intended behavior change.

This moves over all uses of the macro, but doesn't remove the definition
of it in (llvm-)config.h yet.

llvm-svn: 331127
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the rest of the "written by" lines in the documentation.  It is</title>
<updated>2013-01-10T21:24:04+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2013-01-10T21:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=045a73e62d9da3314c8f2f7a13f52d703fcd0635'/>
<id>045a73e62d9da3314c8f2f7a13f52d703fcd0635</id>
<content type='text'>
against the developer policy to include this sort of thing as SVN blame
already captures this in a far more fine-grained way.

llvm-svn: 172109
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
against the developer policy to include this sort of thing as SVN blame
already captures this in a far more fine-grained way.

llvm-svn: 172109
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: improve formatting and remove unneeded empty lines.</title>
<updated>2012-11-28T21:40:54+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-11-28T21:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5cb3f1097f318591ffd771bd6704931f7eebb4e2'/>
<id>5cb3f1097f318591ffd771bd6704931f7eebb4e2</id>
<content type='text'>
llvm-svn: 168817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 168817
</pre>
</div>
</content>
</entry>
<entry>
<title>SystemLibrary.rst: remove reference to a bug that was closed long time ago</title>
<updated>2012-11-18T18:42:18+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-11-18T18:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=431aa1227c8995d571fc726ebaaadc6d741aee39'/>
<id>431aa1227c8995d571fc726ebaaadc6d741aee39</id>
<content type='text'>
llvm-svn: 168290
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 168290
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: convert SystemLibrary documentation to reST</title>
<updated>2012-11-18T18:40:21+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-11-18T18:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8ed8188590fe75e5ed56aaadcf9536b552436e86'/>
<id>8ed8188590fe75e5ed56aaadcf9536b552436e86</id>
<content type='text'>
llvm-svn: 168289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 168289
</pre>
</div>
</content>
</entry>
</feed>
