Skip to content

Instantly share code, notes, and snippets.

@redstar
redstar / output.txt
Created July 15, 2016 20:45
Output cpuid for Intel(R) Core(TM) i5-3320M CPU @ 2.6 GHz
################ Unified Information ################
Vendor: GenuineIntel
Brand: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
Cores per CPU: 2
Threads per CPU: 4
------------------ TLB Information ------------------
Instruction TLB:
- - - - - ITLB1: - - - - - - - - - - - - - - - - - -
Page size = 4 KB
Pages count = 64
@redstar
redstar / gist:f4fbc682e03471064fbe
Last active March 9, 2016 17:12
Testsuite failures
Wed Mar 9 03:37:56 CET 2016
UpdateCTestConfiguration from :/nightly/ldc/DartConfiguration.tcl
UpdateCTestConfiguration from :/nightly/ldc/DartConfiguration.tcl
Test project /nightly/ldc
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
@redstar
redstar / install.log
Created February 20, 2015 19:19
dub install.log
CreateDirectory: "C:\Program Files (x86)\dub" created
CreateDirectory: "C:\Program Files (x86)\dub" (0)
File: overwriteflag=0, allowskipfilesflag=2, name="dub.exe"
File: wrote 5700972 to "C:\Program Files (x86)\dub\dub.exe"
File: overwriteflag=0, allowskipfilesflag=2, name="libcurl.dll"
File: wrote 349696 to "C:\Program Files (x86)\dub\libcurl.dll"
File: overwriteflag=0, allowskipfilesflag=2, name="libeay32.dll"
File: wrote 1178112 to "C:\Program Files (x86)\dub\libeay32.dll"
File: overwriteflag=0, allowskipfilesflag=2, name="ssleay32.dll"
File: wrote 265216 to "C:\Program Files (x86)\dub\ssleay32.dll"
@redstar
redstar / math.diff
Created June 28, 2014 17:10
Fix std.math for win64
diff --git a/src/core/stdc/math.d b/src/core/stdc/math.d
index 78d6894..85d6287 100644
--- a/src/core/stdc/math.d
+++ b/src/core/stdc/math.d
@@ -105,12 +105,19 @@ version( none )
version( DigitalMars )
{
version( Win32 )
- version = DigitalMarsWin32;
+ version = DMC_RUNTIME;
@redstar
redstar / CMakeLists.txt
Created May 15, 2014 05:35
CMakeLists.txt file for libconfig++
# CMake build file for libconfig++
cmake_minimum_required(VERSION 2.8)
project(libconfig++)
set(LIBCONFIG++_SOURCE_DIR ${PROJECT_SOURCE_DIR}/lib)
set(LIBCONFIG++__BINARY_DIR ${PROJECT_BINARY_DIR})
set(LIBCONFIG++_SOURCES
${LIBCONFIG++_SOURCE_DIR}/grammar.c
@redstar
redstar / gist:5251945
Created March 27, 2013 05:34
This .ll is derived from std.range with ldc2 -O3 and reduced with bugpoint. It crashes all versions of LLVM.
This file has been truncated, but you can view the full file.
; ModuleID = 'bugpoint-reduced-simplified.bc'
target datalayout = "e-p:64:64:64-S128-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f16:16:16-f32:32:32-f64:64:64-f128:128:128-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-unknown-linux-gnu"
%"std.complex.Complex!(real).Complex.795.13692.29455.39486.52383.71012.72445.76744.81043.83909.85342.86775.89641.92507.93940.99672.101105.103971.105404.106837.111136.114002.115435.118301.122600.124033.125466.128332.131198.148394.149827.150465" = type { x86_fp80, x86_fp80 }
%object.Object.2.12899.28662.38693.51590.70219.71652.75951.80250.83116.84549.85982.88848.91714.93147.98879.100312.103178.104611.106044.110343.113209.114642.117508.121807.123240.124673.127539.130405.147601.149034.150473 = type { %object.Object.__vtbl.1.12898.28661.38692.51589.70218.71651.75950.80249.83115.84548.85981.88847.91713.93146.98878.100311.103177.104610.106043.110342.113208.114641.117507.121806.123239.124672.127538.130404.147600.149033.150472*, i8* }
%object