Commit graph

535 commits

Author SHA1 Message Date
David Brown
d457ce0662 Merge changes from master. 2016-08-25 14:25:46 +01:00
David Brown
77fe7d211c Resnap test binaries with improved buinary extraction. 2016-08-24 18:54:46 +01:00
David Brown
1f41d80b1e Resnap test binaries with improved buinary extraction. 2016-08-24 18:45:52 +01:00
David Brown
3a7b742ea7 Update binary test process. 2016-08-24 16:26:43 +01:00
David Brown
c4de965083 Update binary test process. 2016-08-24 16:03:43 +01:00
David Brown
ca2cc52a44 Port updated tests and binary snapping, with corrected Reals code, from tidy branch. 2016-08-24 14:10:06 +01:00
David Brown
73ce62db28 Add textTexts as a confidence test and tidy up a couple of other tests. 2016-08-24 12:55:36 +01:00
David Brown
37ba47a202 Add debug for intermittent failure only on OpenBSD. 2016-08-23 20:08:17 +01:00
David Brown
b63bfd4b4a %zd not supportd by mingw, cast strnlen return to int. 2016-08-23 19:48:22 +01:00
David Brown
7eda4c830f Update bootstrap sources. 2016-08-23 18:59:24 +01:00
David Brown
95673fce64 Detect 64 bit on FreeBSD, and size_t defined on OpenBSD. 2016-08-23 18:57:46 +01:00
David Brown
fcefd3c444 Update bootstrap source. Fix MSC build and prontf format %zd. 2016-08-23 18:26:55 +01:00
David Brown
3d356298cc Oh heck, I'm going around in circles to get size_t working cross platform. Trying again. 2016-08-23 17:54:17 +01:00
David Brown
745c827c96 Missing semicolon typo. 2016-08-23 17:20:10 +01:00
David Brown
2967a9b99e Sad hack to make FreeBSD and OpenBSD happy with memcpy declaration. 2016-08-23 17:13:53 +01:00
David Brown
3744c3d0ae Replace uses of uintptr_t and size_t with SYSTEM_ADDRESS. 2016-08-23 16:44:51 +01:00
David Brown
3c36cbd111 Fix ref to undefined uint32_t on windows and rebuild bootstrap. 2016-08-22 20:08:36 +01:00
David Brown
d73e80cd09 Move _SIZE_T_DEFINED_ to SYSTEM.h. 2016-08-22 19:52:50 +01:00
David Brown
cc9f3609a9 Define _SIZE_T_DEFINED_ in configure.c for OpenBSD. 2016-08-22 19:05:52 +01:00
David Brown
2a26759e70 Remove __cdecl from memcpy declaration - unnecessary and wrong on some platforms. 2016-08-22 18:47:46 +01:00
David Brown
f3ecbd5c2b Remove SYSTEM.H includes (string.h and stdint.h). 2016-08-22 18:24:03 +01:00
David Brown
a39eefaf18 Add SYSTEM_INT64 and make tests name independent. 2016-08-22 16:50:27 +01:00
David Brown
f5e97fdd87 Move symbol constants from OPM to OPS. 2016-08-22 13:03:47 +01:00
David Brown
298da0d13c Move table constants from OPM to OPT. 2016-08-22 12:49:50 +01:00
David Brown
02803ae1fb typ.size aware OPV.Convert 2016-08-21 14:59:11 +01:00
David Brown
731f2215aa Prepare for typ.size aware version of OPV.Convert 2016-08-21 14:26:12 +01:00
David Brown
c1228e4ae0 Replace alignment constants with calcualted alignment. 2016-08-20 23:41:49 +01:00
David Brown
899ab6ff3f Add test for alignment computability 2016-08-20 20:51:31 +01:00
David Brown
e33255b08c OPB little simplifications and ShorterSize/LongerSize functions. 2016-08-20 18:53:28 +01:00
David Brown
dd4de5aeed ByteSized and PointerSized functions. 2016-08-19 12:55:12 +01:00
David Brown
2271062636 Implement fraction, IsInfinity and IsNaN in oocLowReal.Mod. 2016-08-18 20:39:23 +01:00
David Brown
c0d5b8dbfd Make Reals.Mod independent of INTEGER size and add reals tests. 2016-08-17 17:03:36 +01:00
David Brown
80f5e51789 Original meaning of VAL restored. Many library files disabled until use of VAL in 64 bits fixed. 2016-08-16 20:30:05 +01:00
David Brown
8f82f6e47b Refactor SetIntType to work with byte size directly. Prepare to revert my incorrect VAL changes. 2016-08-16 17:22:40 +01:00
David Brown
b35ac4a32d Common code for SInt/Int/LInt in Op parameter preparation. 2016-08-14 12:25:01 +01:00
David Brown
5e1a9d5146 Common code for SInt/Int/LInt in ConstOp parameter preparation. 2016-08-14 11:57:28 +01:00
David Brown
d424697aa1 Common code for MIN and MAX of integer types. 2016-08-13 18:39:26 +01:00
David Brown
b2263d933e First SInt/Int/LInt simplification. 2016-08-13 17:49:08 +01:00
David Brown
188836d25a More tidying CASE alignments for visibility. 2016-08-13 17:31:09 +01:00
David Brown
f28c1d22cf A bit more tidying of case alignment 2016-08-13 00:25:09 +01:00
David Brown
58556457bc Support non-printables in string literals and tidy case alignment and constant literals. 2016-08-12 20:41:58 +01:00
David Brown
fe03130fe1 Trigger a build after manually pulling cygwin 64 bit. 2016-08-12 16:11:34 +01:00
David Brown
28bff470c6 Still trying to get branch switching to work. 2016-08-12 15:40:27 +01:00
David Brown
9382162aff Still trying to make build switch branches properly. 2016-08-12 15:29:37 +01:00
David Brown
5bac0c5818 buildall needs to pull both before *and* after branch checkout. 2016-08-12 15:10:06 +01:00
David Brown
021f1f0798 Show enlistment branch in makefiles 2016-08-12 15:01:36 +01:00
David Brown
aa0ec53964 Force checkout on branch switch in buildall. 2016-08-12 12:28:24 +01:00
David Brown
0049d88a0f Update bootstrap sources. 2016-08-12 12:19:02 +01:00
David Brown
f5ae1af37d Fix postpush buildall script to force checkout of updated buildall. 2016-08-12 11:21:32 +01:00
David Brown
aea81809e6 Must git pull before git checkout <branch>. 2016-08-11 18:53:58 +01:00