<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/rabbitmq-server-git.git/.hgignore, branch avoid-double-channel-count-decrease</title>
<subtitle>github.com: rabbitmq/rabbitmq-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/'/>
<entry>
<title>Convert .hgignore to .gitignore</title>
<updated>2015-02-19T16:26:01+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien@rabbitmq.com</email>
</author>
<published>2015-02-19T16:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=a614670cca2825f94f4b385269279e7ba6c6628f'/>
<id>a614670cca2825f94f4b385269279e7ba6c6628f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tab, ignore .tmp</title>
<updated>2013-10-29T11:44:19+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@rabbitmq.com</email>
</author>
<published>2013-10-29T11:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=ac2680f5e4923cbfbc004191c40e96d991dbf800'/>
<id>ac2680f5e4923cbfbc004191c40e96d991dbf800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore *.orig files</title>
<updated>2013-06-24T13:36:38+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>michael@rabbitmq.com</email>
</author>
<published>2013-06-24T13:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=19ca23aafc70361ffa0137966baa98793661c45c'/>
<id>19ca23aafc70361ffa0137966baa98793661c45c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The start of an installer. Just install the zip file.</title>
<updated>2011-01-24T17:29:39+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@rabbitmq.com</email>
</author>
<published>2011-01-24T17:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=e37e4ec481e8265802fe381779bd702164679082'/>
<id>e37e4ec481e8265802fe381779bd702164679082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Codegen up two different versions of rabbit_framing and provide a dispatcher to choose. The codegen now builds header files that are the union of 0-8 and 0-9-1.</title>
<updated>2010-06-24T15:55:14+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@rabbitmq.com</email>
</author>
<published>2010-06-24T15:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=54e7807e288b84fc0a574a43bc784a090e2341f2'/>
<id>54e7807e288b84fc0a574a43bc784a090e2341f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated .hgignore</title>
<updated>2010-06-03T13:49:13+00:00</updated>
<author>
<name>Alexandru Scvortov</name>
<email>scvalex@gmail.com</email>
</author>
<published>2010-06-03T13:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=364b51a34bc3d0d4be1010c86d721095404bc3e8'/>
<id>364b51a34bc3d0d4be1010c86d721095404bc3e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected build system:</title>
<updated>2010-03-21T19:05:15+00:00</updated>
<author>
<name>Matthew Sackman</name>
<email>matthew@lshift.net</email>
</author>
<published>2010-03-21T19:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=c2172c77586d3c02f5a7e27594eff779c93ea6a2'/>
<id>c2172c77586d3c02f5a7e27594eff779c93ea6a2</id>
<content type='text'>
a) Do not bother with the intermediate docs/.erl
b) Define USAGES_XML and USAGES_ERL correctly and incorporate with SOURCES
c) Declare the dependencies between the usage erls and usage xmls dynamically (define, call and eval are our friends here)
d) Correct use of automatic variables and take advantage of (a)
e) Given use of SOURCE_DIR, EBIN_DIR and such like, define and use DOC_DIR
f) Correct order in generate_deps to ensure the .erl is the *first* dep of the .beam. This means we can drop the .erl in the .erl =&gt; .beam automatic rule and rely on the deps file populating $&lt; with the .erl
g) Tidy .hgignore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a) Do not bother with the intermediate docs/.erl
b) Define USAGES_XML and USAGES_ERL correctly and incorporate with SOURCES
c) Declare the dependencies between the usage erls and usage xmls dynamically (define, call and eval are our friends here)
d) Correct use of automatic variables and take advantage of (a)
e) Given use of SOURCE_DIR, EBIN_DIR and such like, define and use DOC_DIR
f) Correct order in generate_deps to ensure the .erl is the *first* dep of the .beam. This means we can drop the .erl in the .erl =&gt; .beam automatic rule and rely on the deps file populating $&lt; with the .erl
g) Tidy .hgignore
</pre>
</div>
</content>
</entry>
<entry>
<title>Escape dots.</title>
<updated>2010-03-16T15:59:35+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@lshift.net</email>
</author>
<published>2010-03-16T15:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=5eee6c7ac019816b4ff8cd9a187f1118ba63c685'/>
<id>5eee6c7ac019816b4ff8cd9a187f1118ba63c685</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make web versions of all the man pages.</title>
<updated>2010-03-04T16:18:28+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@lshift.net</email>
</author>
<published>2010-03-04T16:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=807136685252de3d669673d6394ddf46360d8c4c'/>
<id>807136685252de3d669673d6394ddf46360d8c4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert all the other man pages to DocBook, fix rabbitmq-multi usage message.</title>
<updated>2010-02-25T13:49:02+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@lshift.net</email>
</author>
<published>2010-02-25T13:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=c2a4431b59d492bd734df6878bd6d14490712add'/>
<id>c2a4431b59d492bd734df6878bd6d14490712add</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
