Author: Armin Rigo
Branch: extradoc
Changeset: r473:ee04263f4041
Date: 2014-02-09 09:51 +0100
http://bitbucket.org/pypy/pypy.org/changeset/ee04263f4041/
Log:Add an "Update" paragraph at the beginning of each donation page, as
discussed on pypy-z.
diff --git a/numpydonate.html b/numpy
Author: Armin Rigo
Branch: extradoc
Changeset: r474:7ee79d52e112
Date: 2014-02-09 10:01 +0100
http://bitbucket.org/pypy/pypy.org/changeset/7ee79d52e112/
Log:Link to all posts tagged "stm".
diff --git a/source/tmdonate.txt b/source/tmdonate.txt
--- a/source/tmdonate.txt
+++ b/source/tmdonate.
Author: Armin Rigo
Branch: c7
Changeset: r711:c6989ce5e182
Date: 2014-02-09 10:26 +0100
http://bitbucket.org/pypy/stmgc/changeset/c6989ce5e182/
Log:Mention other OSes
diff --git a/c7/README.txt b/c7/README.txt
--- a/c7/README.txt
+++ b/c7/README.txt
@@ -45,6 +45,11 @@
memory, which gives a
Author: Armin Rigo
Branch: extradoc
Changeset: r5152:b05e14b5a97b
Date: 2014-02-09 10:54 +0100
http://bitbucket.org/pypy/extradoc/changeset/b05e14b5a97b/
Log:Draft blog post about the current status of stm
diff --git a/blog/draft/stm-feb2014.txt b/blog/draft/stm-feb2014.txt
new file mode 100
Author: Armin Rigo
Branch:
Changeset: r69106:d1d0468da79f
Date: 2014-02-09 18:17 +0100
http://bitbucket.org/pypy/pypy/changeset/d1d0468da79f/
Log:merge
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/py
Author: Armin Rigo
Branch:
Changeset: r69105:0897cf9a54c9
Date: 2014-02-09 18:16 +0100
http://bitbucket.org/pypy/pypy/changeset/0897cf9a54c9/
Log:Document the branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew
Author: Armin Rigo
Branch: c7-refactor
Changeset: r712:c5fdbd84fd92
Date: 2014-02-09 18:29 +0100
http://bitbucket.org/pypy/stmgc/changeset/c5fdbd84fd92/
Log:A branch to refactor c7.
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.p
Author: Armin Rigo
Branch: c7-refactor
Changeset: r714:3ffcf3c3473c
Date: 2014-02-09 16:00 +0100
http://bitbucket.org/pypy/stmgc/changeset/3ffcf3c3473c/
Log:progress
diff --git a/c7/stmgc.h b/c7/stmgc.h
--- a/c7/stmgc.h
+++ b/c7/stmgc.h
@@ -36,7 +36,7 @@
#define TLPREFIX __attribute__((addr
Author: Armin Rigo
Branch: c7-refactor
Changeset: r716:e6463fbbe6f9
Date: 2014-02-09 18:27 +0100
http://bitbucket.org/pypy/stmgc/changeset/e6463fbbe6f9/
Log:in-progress
diff --git a/c7/stm/setup.c b/c7/stm/setup.c
--- a/c7/stm/setup.c
+++ b/c7/stm/setup.c
@@ -84,3 +84,7 @@
}
#endif
}
Author: Armin Rigo
Branch: c7-refactor
Changeset: r715:3650a3e0e16c
Date: 2014-02-09 17:50 +0100
http://bitbucket.org/pypy/stmgc/changeset/3650a3e0e16c/
Log:in-progress
diff --git a/c7/core.c b/c7/core.c
deleted file mode 100644
--- a/c7/core.c
+++ /dev/null
@@ -1,511 +0,0 @@
-#define _GNU_S
Author: Armin Rigo
Branch: c7-refactor
Changeset: r713:d8932faafda2
Date: 2014-02-09 14:51 +0100
http://bitbucket.org/pypy/stmgc/changeset/d8932faafda2/
Log:Start a refactoring step. Goal: the user program includes only
"stmgc.h", and compiles only "stmgc.c".
diff --git a/c7/stmgc.h
Author: Matti Picus
Branch:
Changeset: r69107:1f3ad486ca96
Date: 2014-02-09 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/1f3ad486ca96/
Log:msvc makefile fixes for debug builds
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
Author: Matti Picus
Branch:
Changeset: r69109:682b833547c5
Date: 2014-02-09 22:11 +0200
http://bitbucket.org/pypy/pypy/changeset/682b833547c5/
Log:more fixes for debug build on windows
diff --git a/rpython/translator/platform/windows.py
b/rpython/translator/platform/windows.py
--- a/rpytho
Author: Matti Picus
Branch:
Changeset: r69108:a6787c81b80b
Date: 2014-02-09 21:59 +0200
http://bitbucket.org/pypy/pypy/changeset/a6787c81b80b/
Log:skip select(file) tests on windows
diff --git a/rpython/rlib/test/test_rpoll.py b/rpython/rlib/test/test_rpoll.py
--- a/rpython/rlib/test/test_r
Author: Armin Rigo
Branch: extradoc
Changeset: r5153:f63e8aa171a5
Date: 2014-02-09 23:11 +0100
http://bitbucket.org/pypy/extradoc/changeset/f63e8aa171a5/
Log:Updates
diff --git a/blog/draft/stm-feb2014.txt b/blog/draft/stm-feb2014.txt
--- a/blog/draft/stm-feb2014.txt
+++ b/blog/draft/stm-feb
Author: Tobias Pape
Branch:
Changeset: r69110:3c8a727d84e0
Date: 2014-02-10 00:00 +0100
http://bitbucket.org/pypy/pypy/changeset/3c8a727d84e0/
Log:Tiny color ramp refactoring.
I promise, it is the last
diff --git a/rpython/tool/ansiramp.py b/rpython/tool/ansiramp.py
--- a/rpython/t
Author: Tobias Pape
Branch:
Changeset: r69111:b224e605f614
Date: 2014-02-10 00:00 +0100
http://bitbucket.org/pypy/pypy/changeset/b224e605f614/
Log:Automated merge with ssh://bitbucket.org/pypy/pypy
diff --git a/rpython/tool/ansiramp.py b/rpython/tool/ansiramp.py
--- a/rpython/tool/ansiramp.
17 matches
Mail list logo