]> gitweb.factorcode.org Git - factor.git/history - basis
windows.fonts: speed up cached fonts.
[factor.git] / basis /
2012-09-20 John Benediktssonwindows.fonts: speed up cached fonts.
2012-09-20 Doug Colemancpu.x86.features: Rename rdrnd to rdrand!
2012-09-20 Doug Colemancpu.x86: Add ghetto RDRAND support. Proper support...
2012-09-20 John Benediktssonui.gadgets.tables: some performance improvements.
2012-09-20 John Benediktssontools.annotations: add total number of calls to timing...
2012-09-20 John Benediktssonwrap: more speedups.
2012-09-20 Doug Colemanmath.bitwise: Fix bit-range and test it.
2012-09-19 Doug Colemanmath.bitwise: Fix on-bits for negative values, which...
2012-09-19 Doug Colemanmath.bitwise: Inline bit-range
2012-09-19 Doug Colemancombinators.smart: Add cleave>sequence.
2012-09-19 Doug Colemancpu.x86: Use bit-range, don't call cpuid so many times
2012-09-19 Doug Colemanmath.bitwise: Add bit-range
2012-09-19 Doug Colemancpu.x86: Some calls to CPUID take a parameter in ECX...
2012-09-19 John Benediktssoncpu.x86.features: temporary fix for bootstrap issue.
2012-09-19 John Benediktssoninterval-maps: bit more speed using unsafe words.
2012-09-19 John Benediktssonunicode.breaks: inline word-break-classes.
2012-09-19 Doug Colemancpu.x86.features: Add some words to check cpu features...
2012-09-19 Doug Colemancpu.x86.assember: Add RDMSR for completeness, but it...
2012-09-19 Doug Colemancpu.x86.features: Unbiased CPUID test.
2012-09-19 Doug Colemancpu.x86: Fix load order.
2012-09-19 Doug Colemancpu.x86.features: Fix cpuid for win64.
2012-09-19 Doug Colemancpu.x86.features: Implement cpuid with help from joe...
2012-09-19 Doug Colemancpu.x86: Fix the popcnt? word alien-assembly. XOR the...
2012-09-18 John Benediktssonui.baseline-alignment: add concept of "aligned-gadget".
2012-09-18 John BenediktssonRevert "ui.gadgets.labels: use font-metrics directly."
2012-09-18 Alex Vondrakcompiler.cfg.gvn.math: missed some availability checks...
2012-09-18 John Benediktssonui.gadgets: add some inline.
2012-09-17 John Benediktssonui.text.pango: don't create unnecessary font objects.
2012-09-17 John Benediktssonui.gadgets.labels: use font-metrics directly.
2012-09-17 John Benediktssonui.gadgets.paragraphs: cache the wrapped paragraph...
2012-09-17 John Benediktssonui.gadgets: inline gadget-child and nth-gadget.
2012-09-17 John Benediktssonclasses.struct: removing unused bad-type-for-bits error.
2012-09-17 Doug Colemanwindows: Start adding GetBestInterface.
2012-09-17 Doug Colemanwindows.iphlpapi: Add a way to get interfaces, mac...
2012-09-17 Doug Colemanwindows.winsock: Add sockaddr>ip.
2012-09-17 Doug Colemancombinators.smart: Add cleave>array.
2012-09-17 Doug Colemanwindows.kernel32: Add HeapAlloc, HeapFree but don't...
2012-09-17 Doug Colemanio.files.info: On my Windows7 box, D: is "not really...
2012-09-16 Doug Colemanalien.c-types: Add c-type-signed to protocol, which...
2012-09-14 John Benediktssonheaps: inline heap-size also.
2012-09-14 John Benediktssonheaps: speed up heaps benchmark.
2012-09-12 Alex Vondrakcompiler.cfg.copy-prop: kludge to make sure ##phis...
2012-09-12 Alex Vondrakmove compiler.cfg.graphviz & compiler.cfg.gvn from...
2012-09-12 Alex Vondrakcompiler.cfg.graphviz: tweak code & output a little
2012-09-12 Alex Vondrakcompiler.cfg.graphviz: refactoring
2012-09-12 Alex Vondrakadd crappy experimental code for compiler.cfg.graphviz...
2012-09-12 John Benediktssonregexp.classes: bit more speed with read-only slots.
2012-09-12 John Benediktssonregexp.classes: inline class-member?.
2012-09-12 John Benediktssonunicode.data: inline category#.
2012-09-11 John Benediktssonxml.tokenize: slight fix to reduce number of namespace...
2012-09-11 John Benediktssonhints: cleanup some hint setting.
2012-09-11 John Benediktssoncircular: fix minor typo in copyright url.
2012-09-11 Doug Colemanmath.ratios: Add unit tests for bug #668.
2012-09-11 John Benediktssoncompiler.tree.propagation: fix >fraction types.
2012-09-11 John Benediktssonmath.ratios: speed up some operations on ratios.
2012-09-11 John Benediktssoncompiler.tree.cleanup: fix "-1 shift" tests.
2012-09-11 John Benediktssonmath: cleaner "2/" speedup by using custom inlining.
2012-09-05 John Benediktssonmath.combinatorics: factorial could be memoized...
2012-09-05 John Benediktssoncompiler.cfg.representations.selection: removing 10...
2012-09-05 Doug Colemanmath.statistics: add rank-values
2012-09-02 John Benediktssonmath.ratios: slight fix to M\ ratio recip for negative...
2012-09-02 John Benediktssonmath: faster recip for integers and ratios.
2012-08-31 John Benediktssonmath.bitwise: some cleanup of zero handling.
2012-08-31 John Benediktssonmath.functions: faster (integer) m^n.
2012-08-30 Doug Colemanmath.vectors: Implement infinity p-norm and special...
2012-08-30 John Benediktssonunicode.case: fix tests for i-dot? and lithuanian?...
2012-08-30 John Benediktssonunicode.case: slightly cleaner locale case handling.
2012-08-29 John Benediktssonwrap: 25% faster on benchmark.
2012-08-26 Doug Colemansqlite: Fix using.
2012-08-26 Doug Colemandb.sqlite: Fix using.
2012-08-26 Doug Colemandb.sqlite: Append layouts:cell to sqlite file test...
2012-08-26 Doug Colemanio.sockets: Minor cleanup.
2012-08-26 Doug Colemanspecialized-array: The day of doing everything twice.
2012-08-26 Doug Colemanenvironment: Don't depend on unix for docs.
2012-08-26 Doug Colemanenvironment: I dont even..
2012-08-26 Doug Colemanenvironment: Fix using again.
2012-08-26 Doug Colemanio.ports: More correct memory handling. There are still...
2012-08-26 Doug Colemanenvironment: Fix using lists..
2012-08-26 Doug Colemanlogging.server: Modernize a bit.
2012-08-26 Doug Colemanspecialized-arrays: Don't leak in unit test.
2012-08-26 Doug Colemanenvironment: set-os-envs leaks memory on unix systems...
2012-08-26 Doug Colemanio: Make stream-contents call stream-contents* and...
2012-08-25 Doug Colemanimages: gdiplus had a resource leak (file descriptor...
2012-08-24 Doug Colemancore: in-definition -> with-definition.
2012-08-24 Doug Colemancore: rename in-word-definition to in-definition
2012-08-24 Doug Colemancore: Don't allow nested defintions in :, ::, M:, M...
2012-08-24 John Benediktssonxml.tokenize: minor speedups.
2012-08-24 John Benediktssonunicode.case: slightly faster >title.
2012-08-24 John Benediktssonunicode.breaks: removing unused word.
2012-08-24 John Benediktssonunicode.breaks: better version of previous patch.
2012-08-24 John Benediktssoninterval-maps: allow interval-at and interval-key?...
2012-08-24 John Benediktssoninterval-maps: first2 is faster.
2012-08-24 John BenediktssonRevert "unicode.breaks: use find-index-from instead...
2012-08-24 John Benediktssonunicode.breaks: use find-index-from instead of slices.
2012-08-24 John Benediktssoninterval-maps: speed up interval-at.
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2012-08-24 John Benediktssonxml.name: simpler parse-name makes benchmark 12% faster.
2012-08-24 John BenediktssonRevert "memoize: faster memoize for single argument...
2012-08-24 John Benediktssonmemoize: faster memoize for single argument words.
2012-08-23 John Benediktssonmath.primes.erato: bit faster by inlining.
next