<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/redis.git/src/zipmap.c, branch modules-replication</title>
<subtitle>github.com: antirez/redis.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/'/>
<entry>
<title>Allow all code tests to run using Redis args</title>
<updated>2014-12-23T14:31:03+00:00</updated>
<author>
<name>Matt Stancliff</name>
<email>matt@genges.com</email>
</author>
<published>2014-11-13T02:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=8febcffdc597566f1e307c0534014b2bdf687c02'/>
<id>8febcffdc597566f1e307c0534014b2bdf687c02</id>
<content type='text'>
Previously, many files had individual main() functions for testing,
but each required being compiled with their own testing flags.
That gets difficult when you have 8 different flags you need
to set just to run all tests (plus, some test files required
other files to be compiled aaginst them, and it seems some didn't
build at all without including the rest of Redis).

Now all individual test main() funcions are renamed to a test
function for the file itself and one global REDIS_TEST define enables
testing across the entire codebase.

Tests can now be run with:
  - `./redis-server test &lt;test&gt;`

  e.g. ./redis-server test ziplist

If REDIS_TEST is not defined, then no tests get included and no
tests are included in the final redis-server binary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, many files had individual main() functions for testing,
but each required being compiled with their own testing flags.
That gets difficult when you have 8 different flags you need
to set just to run all tests (plus, some test files required
other files to be compiled aaginst them, and it seems some didn't
build at all without including the rest of Redis).

Now all individual test main() funcions are renamed to a test
function for the file itself and one global REDIS_TEST define enables
testing across the entire codebase.

Tests can now be run with:
  - `./redis-server test &lt;test&gt;`

  e.g. ./redis-server test ziplist

If REDIS_TEST is not defined, then no tests get included and no
tests are included in the final redis-server binary.
</pre>
</div>
</content>
</entry>
<entry>
<title>zipmap.c: update comments above</title>
<updated>2014-11-25T13:58:05+00:00</updated>
<author>
<name>Sun He</name>
<email>sunheehnus@gmail.com</email>
</author>
<published>2014-11-25T13:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=9e579d91ccab01e78c8be46ae74b13e4058bac9d'/>
<id>9e579d91ccab01e78c8be46ae74b13e4058bac9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No more trailing spaces in Redis source code.</title>
<updated>2014-06-26T16:48:40+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2014-06-26T16:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=95b1979c321eb6353f75df892ab8be68cf8f9a77'/>
<id>95b1979c321eb6353f75df892ab8be68cf8f9a77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed grammar: before H the article is a, not an.</title>
<updated>2013-12-05T15:35:32+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2013-12-05T15:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=11e81a1e9ad1d1b4639aa8ed3fd2616ed8d1f176'/>
<id>11e81a1e9ad1d1b4639aa8ed3fd2616ed8d1f176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>assert.h replaced with redisassert.h when appropriate.</title>
<updated>2013-08-19T13:01:21+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2013-08-19T12:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=1c75408457841d94b2e9f6730861516555796341'/>
<id>1c75408457841d94b2e9f6730861516555796341</id>
<content type='text'>
Also a warning was suppressed by including unistd.h in redisassert.h
(needed for _exit()).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also a warning was suppressed by including unistd.h in redisassert.h
(needed for _exit()).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some spelling errors in the comments</title>
<updated>2012-04-07T12:40:29+00:00</updated>
<author>
<name>Erik Dubbelboer</name>
<email>erik@dubbelboer.com</email>
</author>
<published>2012-04-07T12:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=65fd32ab0a7ff1d3d052e3b70dcceac6719de58c'/>
<id>65fd32ab0a7ff1d3d052e3b70dcceac6719de58c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>endian.c/h -&gt; endianconv.c/h to avoid issues with broken libraries search paths.</title>
<updated>2012-02-14T15:11:46+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2012-02-14T15:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=7a3e372025b2a54486ce52d706b1da95be4b7e7e'/>
<id>7a3e372025b2a54486ce52d706b1da95be4b7e7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor typos.</title>
<updated>2011-11-01T19:58:09+00:00</updated>
<author>
<name>Jason Davies</name>
<email>jason@jasondavies.com</email>
</author>
<published>2011-11-01T19:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=b91cbf66bb527fbc7eef8079e9153fa5357186e2'/>
<id>b91cbf66bb527fbc7eef8079e9153fa5357186e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zipmaps are now endianess agnostic, needed for on disk serialization of zipmaps without convertions layers</title>
<updated>2011-03-09T16:31:02+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2011-03-09T16:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=336c82d58379205b789f3ca9cefc7c2090808fb8'/>
<id>336c82d58379205b789f3ca9cefc7c2090808fb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>encoded types API to get blob length</title>
<updated>2011-02-28T13:48:49+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2011-02-28T13:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=d4fb9f4144e72a7918e477c22a6c2a75d9c3c30d'/>
<id>d4fb9f4144e72a7918e477c22a6c2a75d9c3c30d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
