.. |
Config.arm
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.linux
|
Config.linux: Clean up warnings when compiling with clang on Linux. make CC=clang CPP=clang++
|
2013-03-29 10:25:14 -07:00 |
Config.linux.arm
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.linux.ppc.32
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.linux.ppc.64
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.linux.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.linux.x86.64
|
use -fPIC on all platforms for ffi lib
|
2009-03-27 15:39:13 -05:00 |
Config.macosx
|
Config.macosx: Try to support 10.5.
|
2013-03-29 14:36:11 -07:00 |
Config.macosx.x86.32
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.macosx.x86.64
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.macosx.x86.fat
|
Configs: CFLAGS isn't used by the GNUMakefile, change it to SITE_CFLAGS.
|
2013-03-23 12:10:37 -07:00 |
Config.unix
|
Configs: CFLAGS isn't used by the GNUMakefile, change it to SITE_CFLAGS.
|
2013-03-23 12:10:37 -07:00 |
Config.windows
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
Config.windows.x86.32
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.windows.x86.64
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.x86.32
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.x86.64
|
vm: Typo for SITE_CFLAGS. Fixes #491.
|
2012-04-10 16:28:04 -07:00 |
Config.x86.fat
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
aging_collector.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
aging_collector.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
aging_space.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
alien.cpp
|
VM: Refactor alien.cpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
allot.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
arrays.cpp
|
VM: Refactor arrays.cpp/hpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
arrays.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
assert.hpp
|
VM: Refactor assert.hpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic-cl-32.hpp
|
VM: Refactor atomic-* to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic-cl-64.hpp
|
VM: Refactor atomic-* to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic-gcc.hpp
|
VM: Refactor atomic-* to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic.hpp
|
VM: Refactor atomic.hpp to Factor style
|
2013-05-12 13:24:41 -04:00 |
bignum.cpp
|
VM: Refactor bignum to Factor style
|
2013-05-12 13:24:41 -04:00 |
bignum.hpp
|
VM: Refactor bignum to Factor style
|
2013-05-12 13:24:41 -04:00 |
bignumint.hpp
|
VM: Refactor bignum to Factor style
|
2013-05-12 13:24:41 -04:00 |
bitwise_hacks.hpp
|
VM: Refactor bitwise_hacks to Factor style
|
2013-05-12 13:24:41 -04:00 |
booleans.hpp
|
VM: Refactor booleans.hpp to Factor style
|
2013-05-12 13:24:41 -04:00 |
bump_allocator.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
byte_arrays.cpp
|
VM: Refactor byte_arrays to Factor style
|
2013-05-12 13:24:42 -04:00 |
byte_arrays.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
callbacks.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
callbacks.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
callstack.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
callstack.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
code_block_visitor.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
code_blocks.cpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
code_blocks.hpp
|
VM: Refactor code_blocks to Factor style
|
2013-05-12 13:24:42 -04:00 |
code_heap.cpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
code_heap.hpp
|
VM: Refactor code_heap to Factor style
|
2013-05-12 13:24:42 -04:00 |
code_roots.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
collector.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
compaction.cpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
contexts.cpp
|
VM: Refactor contexts to Factor style
|
2013-05-12 13:24:42 -04:00 |
contexts.hpp
|
VM: Refactor contexts to Factor style
|
2013-05-12 13:24:42 -04:00 |
copying_collector.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
cpu-arm.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
cpu-ppc.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
cpu-ppc.linux.S
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
cpu-x86.32.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
cpu-x86.64.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
cpu-x86.cpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
cpu-x86.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
data_heap.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
data_heap.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
data_heap_checker.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
data_roots.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
debug.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
dispatch.cpp
|
VM: Refactor dispatch to Factor style
|
2013-05-12 13:24:43 -04:00 |
dispatch.hpp
|
VM: Refactor dispatch to Factor style
|
2013-05-12 13:24:43 -04:00 |
entry_points.cpp
|
VM: Refactor entry_points to Factor style
|
2013-05-12 13:24:43 -04:00 |
entry_points.hpp
|
VM: Refactor entry_points to Factor style
|
2013-05-12 13:24:43 -04:00 |
errors.cpp
|
VM: Refactor errors to Factor style
|
2013-05-12 13:24:43 -04:00 |
errors.hpp
|
VM: Refactor errors to Factor style
|
2013-05-12 13:24:43 -04:00 |
factor.cpp
|
VM: Refactor factor.cpp/hpp to Factor style
|
2013-05-12 13:24:43 -04:00 |
factor.hpp
|
VM: Refactor factor.cpp/hpp to Factor style
|
2013-05-12 13:24:43 -04:00 |
factor.rs
|
vm: change id of windows app icon resource to more standard "APPICON"
|
2010-02-15 11:26:56 -08:00 |
ffi_test.c
|
VM: Refactor ffi_test to Factor style
|
2013-05-12 13:24:43 -04:00 |
ffi_test.h
|
VM: Refactor ffi_test to Factor style
|
2013-05-12 13:24:43 -04:00 |
fixup.hpp
|
VM: Refactor fixup.hpp to Factor style
|
2013-05-12 13:24:44 -04:00 |
float_bits.hpp
|
VM: Refactor float_bits.hpp to Factor style
|
2013-05-12 13:24:44 -04:00 |
free_list.cpp
|
VM: Refactor free_list to Factor style
|
2013-05-12 13:24:44 -04:00 |
free_list.hpp
|
VM: Refactor free_list to Factor style
|
2013-05-12 13:24:44 -04:00 |
free_list_allocator.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
full_collector.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
full_collector.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
gc.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
gc.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
gc_info.cpp
|
VM: Refactor gc* to Factor style
|
2013-05-12 13:24:44 -04:00 |
gc_info.hpp
|
VM: Refactor gc* to Factor style
|
2013-05-12 13:24:44 -04:00 |
generic_arrays.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
image.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
image.hpp
|
VM: Refactor image.cpp/hpp to Factor style
|
2013-05-12 13:24:44 -04:00 |
inline_cache.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
inline_cache.hpp
|
VM: Refactor inline_cache.cpp/hpp to Factor style
|
2013-05-12 13:24:44 -04:00 |
instruction_operands.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
instruction_operands.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
io.cpp
|
VM: Refactor io.cpp/hpp to Factor style
|
2013-05-12 13:24:45 -04:00 |
io.hpp
|
VM: Refactor io.cpp/hpp to Factor style
|
2013-05-12 13:24:45 -04:00 |
jit.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
jit.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
layouts.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
mach_signal.cpp
|
VM: Refactor mach_signal to Factor style
|
2013-05-12 13:24:45 -04:00 |
mach_signal.hpp
|
VM: Refactor mach_signal to Factor style
|
2013-05-12 13:24:45 -04:00 |
main-unix.cpp
|
VM: Refactor main-* to Factor style
|
2013-05-12 13:24:45 -04:00 |
main-windows.cpp
|
VM: Refactor main-* to Factor style
|
2013-05-12 13:24:45 -04:00 |
mark_bits.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
master.hpp
|
VM: Refactor master.hpp to Factor style
|
2013-05-12 13:24:46 -04:00 |
math.cpp
|
VM: Refactor math.hpp/cpp to Factor style
|
2013-05-12 13:24:46 -04:00 |
math.hpp
|
VM: Refactor math.hpp/cpp to Factor style
|
2013-05-12 13:24:46 -04:00 |
mvm-none.cpp
|
VM: Refactor mvm* to Factor style
|
2013-05-12 13:24:46 -04:00 |
mvm-unix.cpp
|
VM: Refactor mvm* to Factor style
|
2013-05-12 13:24:46 -04:00 |
mvm-windows.cpp
|
VM: Refactor mvm* to Factor style
|
2013-05-12 13:24:46 -04:00 |
mvm.cpp
|
VM: Refactor mvm* to Factor style
|
2013-05-12 13:24:46 -04:00 |
mvm.hpp
|
VM: Refactor mvm* to Factor style
|
2013-05-12 13:24:46 -04:00 |
nursery_collector.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
nursery_collector.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
nursery_space.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
object_start_map.cpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
object_start_map.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
objects.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
objects.hpp
|
VM: Refactor objects* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-genunix.cpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-genunix.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux-arm.cpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux-arm.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux-ppc.32.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux-ppc.64.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux-x86.32.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux-x86.64.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux.cpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-linux.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-macosx-x86.32.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-macosx-x86.64.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-macosx.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-macosx.mm
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-unix.cpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-unix.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-windows-x86.32.cpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-windows-x86.64.cpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-windows.32.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-windows.64.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-windows.cpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
os-windows.hpp
|
VM: Refactor os-* to Factor style
|
2013-05-12 13:24:46 -04:00 |
platform.hpp
|
VM: Refactor platform.hpp to Factor style
|
2013-05-12 13:24:46 -04:00 |
primitives.cpp
|
VM: Refactor primitives.cpp/hpp to Factor style
|
2013-05-12 13:24:46 -04:00 |
primitives.hpp
|
VM: Refactor primitives.cpp/hpp to Factor style
|
2013-05-12 13:24:46 -04:00 |
quotations.cpp
|
VM: Refactor quotations.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
quotations.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
run.cpp
|
VM: Refactor run.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
run.hpp
|
VM: Refactor run.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
safepoints.cpp
|
VM: Refactor safepoints.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
safepoints.hpp
|
VM: Refactor safepoints.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
safeseh.asm
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
sampling_profiler.cpp
|
VM: Refactor sampling_profiler.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
sampling_profiler.hpp
|
VM: Refactor sampling_profiler.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
segments.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
slot_visitor.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
strings.cpp
|
VM: Refactor strings.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
strings.hpp
|
VM: Refactor strings.cpp/hpp to Factor style
|
2013-05-12 13:24:47 -04:00 |
tagged.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
tenured_space.hpp
|
VM: Remove unnecessary explicit keywords
|
2013-05-12 21:48:38 -04:00 |
to_tenured_collector.cpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
to_tenured_collector.hpp
|
VM: Remove unnecessary _ suffix in constructors
|
2013-05-12 23:20:43 -04:00 |
tuples.cpp
|
VM: Refactor tuples.cpp/hpp to Factor style
|
2013-05-12 13:24:48 -04:00 |
tuples.hpp
|
VM: Refactor tuples.cpp/hpp to Factor style
|
2013-05-12 13:24:48 -04:00 |
utilities.cpp
|
VM: Refactor utilities.cpp/hpp to Factor style
|
2013-05-12 13:24:48 -04:00 |
utilities.hpp
|
VM: Refactor utilities.cpp/hpp to Factor style
|
2013-05-12 13:24:48 -04:00 |
vm.cpp
|
VM: Refactor vm.cpp/hpp to Factor style
|
2013-05-12 13:24:48 -04:00 |
vm.hpp
|
VM: Remove redundant #ifdef FACTOR_DEBUGs
|
2013-05-12 23:44:32 -04:00 |
words.cpp
|
VM: Refactor words.cpp to Factor style
|
2013-05-12 13:24:48 -04:00 |
write_barrier.hpp
|
VM: Refactor write_barrier.hpp to Factor style
|
2013-05-12 13:24:48 -04:00 |