<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/scripts/swig_bot_lib, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2020-01-13T17:23:48+00:00</updated>
<entry>
<title>[lldb/Scripts] Remove SWIG bot</title>
<updated>2020-01-13T17:23:48+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-13T17:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f2bbe8ede057af13b56949f24bbfb436f8a55f97'/>
<id>urn:sha1:f2bbe8ede057af13b56949f24bbfb436f8a55f97</id>
<content type='text'>
This is no longer used or maintained.

Differential revision: https://reviews.llvm.org/D72539
</content>
</entry>
<entry>
<title>Use list comprehension instead of map/filter to prepare Python2/3 compat</title>
<updated>2019-03-21T07:19:09+00:00</updated>
<author>
<name>Serge Guelton</name>
<email>sguelton@redhat.com</email>
</author>
<published>2019-03-21T07:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=32cffcf1aba9e5ac3315556b852e9c8ea6da64e7'/>
<id>urn:sha1:32cffcf1aba9e5ac3315556b852e9c8ea6da64e7</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D59579

llvm-svn: 356647
</content>
</entry>
<entry>
<title>*** This commit represents a complete reformatting of the LLDB source code</title>
<updated>2016-09-06T20:57:50+00:00</updated>
<author>
<name>Kate Stone</name>
<email>katherine.stone@apple.com</email>
</author>
<published>2016-09-06T20:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b9c1b51e45b845debb76d8658edabca70ca56079'/>
<id>urn:sha1:b9c1b51e45b845debb76d8658edabca70ca56079</id>
<content type='text'>
*** to conform to clang-format’s LLVM style.  This kind of mass change has
*** two obvious implications:

Firstly, merging this particular commit into a downstream fork may be a huge
effort.  Alternatively, it may be worth merging all changes up to this commit,
performing the same reformatting operation locally, and then discarding the
merge for this particular commit.  The commands used to accomplish this
reformatting were as follows (with current working directory as the root of
the repository):

    find . \( -iname "*.c" -or -iname "*.cpp" -or -iname "*.h" -or -iname "*.mm" \) -exec clang-format -i {} +
    find . -iname "*.py" -exec autopep8 --in-place --aggressive --aggressive {} + ;

The version of clang-format used was 3.9.0, and autopep8 was 1.2.4.

Secondly, “blame” style tools will generally point to this commit instead of
a meaningful prior commit.  There are alternatives available that will attempt
to look through this change and find the appropriate prior commit.  YMMV.

llvm-svn: 280751
</content>
</entry>
<entry>
<title>Use sub-commands instead of --mode={client,server}.</title>
<updated>2015-12-02T19:00:52+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-12-02T19:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7cc447763765f96b8d525e3074e44af7f6922879'/>
<id>urn:sha1:7cc447763765f96b8d525e3074e44af7f6922879</id>
<content type='text'>
This is more pythonic and allows a more idiomatic way of getting
detailed usage information for each individual sub-command.

llvm-svn: 254533
</content>
</entry>
<entry>
<title>Unpack the output on the client, completing the cycle.</title>
<updated>2015-11-30T22:31:24+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-11-30T22:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6f12d3335d03f7e5db35f8af482e9d71840da601'/>
<id>urn:sha1:6f12d3335d03f7e5db35f8af482e9d71840da601</id>
<content type='text'>
llvm-svn: 254341
</content>
</entry>
<entry>
<title>Have swig_bot actually run swig, and send back the output.</title>
<updated>2015-11-30T22:31:13+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-11-30T22:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=24a95f852d3664a0b397cd6cedeee5a0bd01d8dc'/>
<id>urn:sha1:24a95f852d3664a0b397cd6cedeee5a0bd01d8dc</id>
<content type='text'>
llvm-svn: 254340
</content>
</entry>
<entry>
<title>swig-bot - Close the socket when shutting down.</title>
<updated>2015-11-24T21:35:58+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-11-24T21:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=48102bd1864c49ffe44b4542b29f18ce0ec6387d'/>
<id>urn:sha1:48102bd1864c49ffe44b4542b29f18ce0ec6387d</id>
<content type='text'>
llvm-svn: 254026
</content>
</entry>
<entry>
<title>Include config settings in the archive, and extract on the remote.</title>
<updated>2015-11-24T21:35:50+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-11-24T21:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9befc01064c2ef73e3764b15426dce82dc5fbe52'/>
<id>urn:sha1:9befc01064c2ef73e3764b15426dce82dc5fbe52</id>
<content type='text'>
llvm-svn: 254025
</content>
</entry>
<entry>
<title>Make swig_bot server support Ctrl+C</title>
<updated>2015-11-24T21:35:40+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-11-24T21:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cc3609362eca771104bc46bb9eb3d0a0846f2675'/>
<id>urn:sha1:cc3609362eca771104bc46bb9eb3d0a0846f2675</id>
<content type='text'>
llvm-svn: 254024
</content>
</entry>
<entry>
<title>swig_bot remote path connection / preliminary implementation.</title>
<updated>2015-11-24T21:35:32+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-11-24T21:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0a2899ca82318b775dfba5bdbb42102393dc6f6e'/>
<id>urn:sha1:0a2899ca82318b775dfba5bdbb42102393dc6f6e</id>
<content type='text'>
With this patch, the client will package up all the required
inputs into a compressed zip file, establish a connection to the
server, send the input to the server, and wait for the server to
send a response (in this case the response is just echoed back to
the client).

This gets the network communication in place, and in a subsequent
patch I will follow up with the code that actually runs swig on
the server and sends back the output instead of echoing back the
input.

llvm-svn: 254023
</content>
</entry>
</feed>
