John Benediktsson
|
2bac4a9695
|
checksums.sha: remove trailing whitespace.
|
2015-06-06 09:28:01 -07:00 |
John Benediktsson
|
2dba00745a
|
metar: simplify <taf-report>.
|
2015-06-06 09:28:01 -07:00 |
John Benediktsson
|
1723544b56
|
formatting: use nappend-as in sprintf.
|
2015-06-06 09:28:01 -07:00 |
John Benediktsson
|
5904690ae6
|
sequences.generalizations: use concat-as in nappend-as.
|
2015-06-06 09:28:01 -07:00 |
John Benediktsson
|
d07564532d
|
sequences: make concat-as inline and don't special-case empty.
|
2015-06-06 09:28:00 -07:00 |
Doug Coleman
|
fa2bf33659
|
compiler.tree: renaming is hard. cleanup -> cleanup-tree
|
2015-06-05 23:18:43 -07:00 |
Doug Coleman
|
16094d283b
|
compiler.tree.debugger: more "cleanup"
|
2015-06-05 23:04:05 -07:00 |
Doug Coleman
|
77c5783270
|
formatting: Welcome to the sprintf club, MSVC 2015. Fixes #1337.
|
2015-06-06 05:54:22 -07:00 |
Doug Coleman
|
a0cb7b4fd8
|
compiler.tree.cleanup: Fix docs
|
2015-06-05 21:22:50 -07:00 |
Doug Coleman
|
fbaa38be6d
|
bit-arrays: rename clean-up to zero-end-bits
|
2015-06-05 21:09:57 -07:00 |
Doug Coleman
|
808342076d
|
compiler: rename cleanup to cleanup-tree, cleanup* to cleanup-tree*
|
2015-06-05 21:08:18 -07:00 |
Doug Coleman
|
20a1c09a42
|
alien.libraries.finder: Allow library to match just by name. Related to #1099.
Add some more unit tests. Fix a typo fidner->finder.
|
2015-06-05 17:05:57 -07:00 |
Doug Coleman
|
1d58f827a2
|
platform.hpp: Indent so I can see wtf is going on with the preprocessor control flow.
Look for ``__linux__`` on linux instead of ``linux`` because compiling with
-std=c++11 removes the ``linux`` preprocessor symbol.
|
2015-06-05 10:53:02 -07:00 |
Doug Coleman
|
64ccac3572
|
Revert "GNUmakefile: Don't compile.gch with -std=c++11"
This wasn't the problem.
This reverts commit e97e74b682 .
|
2015-06-05 10:52:48 -07:00 |
Doug Coleman
|
e97e74b682
|
GNUmakefile: Don't compile.gch with -std=c++11
|
2015-06-05 10:35:03 -07:00 |
Doug Coleman
|
ad2c2c36bb
|
GNUmakefile: add -std=c++11 to CXXFLAGS
|
2015-06-05 10:31:49 -07:00 |
Doug Coleman
|
a83df49ecc
|
ffi_test.c: Casting a 32bit int to a 64bit pointer is invalid. Instead,
cast it to a 64bit int then to the pointer. Found with visual studio 2015.
|
2015-06-05 10:21:20 -07:00 |
Doug Coleman
|
f26c7fc66d
|
utilities.hpp: Use auto pointer instead of gcc extension typeof().
Fixes #1336.
|
2015-06-05 10:20:32 -07:00 |
John Benediktsson
|
c74ccdd33e
|
deques: use fry to simplify.
|
2015-06-04 23:15:51 -07:00 |
Björn Lindqvist
|
40b7805e0a
|
VM: fixes so that raw_fread and safe_fread returns a size_t again
|
2015-06-05 02:14:49 +02:00 |
Björn Lindqvist
|
428937dbeb
|
VM: make FACTOR_FOR_EACH not call .end() more than once
|
2015-06-05 02:14:49 +02:00 |
Björn Lindqvist
|
0713f28bdb
|
VM: safe_fread needs to return an int so you can return -1 on error
|
2015-06-05 02:14:49 +02:00 |
Björn Lindqvist
|
a0e7bb8770
|
VM: move free_list_allocator<Block>::next_allocated_block_after to
tenured_space::next_allocated_object_after, because it's only used there
|
2015-06-05 02:14:49 +02:00 |
Björn Lindqvist
|
f1ca83524a
|
VM: new functions raw_fclose and raw_fread
These need to be used when the image is loaded because there is no
context so you can't throw io errors yet.
|
2015-06-05 02:14:49 +02:00 |
Björn Lindqvist
|
9d289e35f4
|
VM: macro FACTOR_FOR_EACH used in more places to drive iteration
|
2015-06-05 02:14:49 +02:00 |
Björn Lindqvist
|
b7bd0668b3
|
VM: macro FACTOR_FOR_EACH to make stl container iteration easier to express
|
2015-06-05 02:14:48 +02:00 |
Doug Coleman
|
27590b514c
|
vm: Only call fclose() once. Rename io_error() to io_error_if_not_EINTR() to be more explicit.
Fixes #1335.
|
2015-06-03 14:35:48 -07:00 |
John Benediktsson
|
fbc146d97a
|
assocs.extras: minor changes to assoc-merge.
|
2015-06-03 08:59:41 -07:00 |
John Benediktsson
|
14ed9a5455
|
math.functions: some silly cleanup.
|
2015-06-02 11:54:05 -07:00 |
John Benediktsson
|
ec6e3c218c
|
benchmark.backtrack: some cleanup.
|
2015-06-01 19:46:40 -07:00 |
John Benediktsson
|
343e8d7b87
|
game.models.obj: some cleanup.
|
2015-06-01 19:46:15 -07:00 |
John Benediktsson
|
6480a46c1e
|
backtrack: some cleanup.
|
2015-06-01 19:46:08 -07:00 |
John Benediktsson
|
e2bead3328
|
editors.sublime: keep Sublime Text 2 support like we do on OS X.
|
2015-06-01 15:34:32 -07:00 |
Doug Coleman
|
2ee3516bf1
|
io.files.unique: Better docs for with-unique-directory.
|
2015-06-01 15:22:05 -07:00 |
Doug Coleman
|
51d60dd833
|
editors.sublime: Fix sublime for windows.
|
2015-06-01 15:00:40 -07:00 |
John Benediktsson
|
22402a2e07
|
Revert "io.standard-paths: adding support for PATHEXT."
This reverts commit be9bff0e5b .
|
2015-06-01 14:59:36 -07:00 |
John Benediktsson
|
be9bff0e5b
|
io.standard-paths: adding support for PATHEXT.
|
2015-06-01 14:57:47 -07:00 |
John Benediktsson
|
071704072c
|
editors: bunch of cleanup.
|
2015-06-01 14:39:30 -07:00 |
John Benediktsson
|
0d7c3c5291
|
io.standard-paths: add ?find-in-path.
|
2015-06-01 14:26:38 -07:00 |
John Benediktsson
|
2884f8dabe
|
io.standard-paths.windows: use map-find.
|
2015-06-01 14:26:27 -07:00 |
John Benediktsson
|
de9094b8d5
|
tools.which: add a convenience for "which or".
|
2015-06-01 09:11:19 -07:00 |
Doug Coleman
|
769af0673a
|
calendar.format: Add a word to output times in the format that git uses. Rename a paren word.
|
2015-05-31 15:08:51 -07:00 |
John Benediktsson
|
69a6fa72bc
|
io.binary.fast: adding fast version of signed> words.
|
2015-05-31 08:44:55 -07:00 |
John Benediktsson
|
e04dc6db29
|
io.binary: adding some tests for signed>.
|
2015-05-31 08:44:39 -07:00 |
John Benediktsson
|
ddb636c4c0
|
io.binary.fast: easier to read using stdint types.
|
2015-05-31 08:09:05 -07:00 |
John Benediktsson
|
0eea157d90
|
math.bitwise: bitfield should just use map-reduce.
|
2015-05-31 08:04:34 -07:00 |
John Benediktsson
|
b1ac83c908
|
io.binary.fast: speed up when used by byte-arrays.
|
2015-05-31 07:08:07 -07:00 |
John Benediktsson
|
f24bbffb2a
|
math.bitwise: change bitfield to reduce from first argument rather than zero.
|
2015-05-30 21:55:27 -07:00 |
John Benediktsson
|
040e61cbe7
|
english: fix copyright.
|
2015-05-30 21:55:16 -07:00 |
John Benediktsson
|
0f1f27dcee
|
math.bitwise: fix docs for bitfield.
|
2015-05-30 21:51:08 -07:00 |