The D Programming Language - Digitalmars-d-learn
August 2016 Archives by thread
Starting: Mon Aug 1 01:53:30 PDT 2016
Ending: Wed Aug 31 23:44:13 PDT 2016
Messages: 841
- Question regarding Base64 decoding
Kagamin via Digitalmars-d-learn
- FunctionTypeOf behaves unexpectedly for function pointers?
pineapple via Digitalmars-d-learn
- Why Does Dscanner Warn About a Missing toHash if opEquals is Defined?
pineapple via Digitalmars-d-learn
- Indexing with an arbitrary type
Alex via Digitalmars-d-learn
- Struct dtor on ref variable
Patric via Digitalmars-d-learn
- [OT] Re: Why D isn't the next "big thing" already
LaTeigne via Digitalmars-d-learn
- FP magic in std.math.pow
Seb via Digitalmars-d-learn
- prolog and epilog code
Rufus Smith via Digitalmars-d-learn
- Autodecode in the wild and An Awful Hack to std.regex
Joakim via Digitalmars-d-learn
- LDC with ARM backend
Joakim via Digitalmars-d-learn
- Replace (ie: substitute) a type in varadic args
Saurabh Das via Digitalmars-d-learn
- [Derelict-Lua] compiler error when lua_register is called
Jack via Digitalmars-d-learn
- Never-returning functions
Enamex via Digitalmars-d-learn
- DMD on ARM/Linux (for controlling EV3 Lego Mindstorm)?
Sai via Digitalmars-d-learn
- function core.checkedint.muls cannot inline function
Etranger via Digitalmars-d-learn
- Cannot compare object.opEquals is not nogc
Mark J Twain via Digitalmars-d-learn
- opAssign is not callable because it is annotated with @disable with SysTime(Possible bug?)
Jean-Mathieu Deschenes via Digitalmars-d-learn
- Error flabergastation
Mark J Twain via Digitalmars-d-learn
- Passing refs with delegates
Mark J Twain via Digitalmars-d-learn
- q about bindings to C (noob)
RomanZ via Digitalmars-d-learn
- C binding with D function
llaine via Digitalmars-d-learn
- alias to function literal, call without () not possible
Andre Pany via Digitalmars-d-learn
- Initialize array of objects not work
Andre Pany via Digitalmars-d-learn
- code examples on dlang.org
grm via Digitalmars-d-learn
- Instantiate C struct on heap
TencoDK via Digitalmars-d-learn
- vsprintf or printf variable arguments
Mark J Twain via Digitalmars-d-learn
- Pass Tid[string] to another thread (by send)
TencoDK via Digitalmars-d-learn
- assert or throw in range members?
Nordlöw via Digitalmars-d-learn
- Improper display of Cyrillic in `pragma (msg, ...)` on Windows
Dennis Ritchie via Digitalmars-d-learn
- Linking on MS Windows.
ciechowoj via Digitalmars-d-learn
- Get size of mem to free by free
Mark J Twain via Digitalmars-d-learn
- Using D in Games and bindings to c++ libraries
Neurone via Digitalmars-d-learn
- call stack tracing
Mark J Twain via Digitalmars-d-learn
- Library for serialization of data (with cycles) to JSON and binary
Neurone via Digitalmars-d-learn
- Windows 10 Linux Bash Shell: Compiling linux app on windows
Andre Pany via Digitalmars-d-learn
- SortedRange.lowerBound from FrontTransversal
Alex via Digitalmars-d-learn
- Tracking memory usage
Alfred Pincher via Digitalmars-d-learn
- I need a @nogc version of hashOf(). What are the options?
Gary Willoughby via Digitalmars-d-learn
- callback craziness
Engine Machine via Digitalmars-d-learn
- Cannot distinguish between template function wtih 0 args and 1 arg
Engine Machine via Digitalmars-d-learn
- string mixup problem with stdin.byLine
torea via Digitalmars-d-learn
- method static-ness has no effect on the type?
Cauterite via Digitalmars-d-learn
- How do i convert this Makefile to dub
Adil via Digitalmars-d-learn
- encoding ISO-8859-1 to UTF-8 in std.net.curl
Alexsej via Digitalmars-d-learn
- arrays, mmu, addressing choices
Charles Hixson via Digitalmars-d-learn
- Pass RegexMatch to a function?
Gerald via Digitalmars-d-learn
- UFCS with implicit "this" ?
cy via Digitalmars-d-learn
- DUB: can I fully control the output file name?
timepp via Digitalmars-d-learn
- C-binding external array.
ciechowoj via Digitalmars-d-learn
- Specifying content-type for a POST request using std.net.curl
Joseph Rushton Wakeling via Digitalmars-d-learn
- I thought mixins didn't override?
Engine Machine via Digitalmars-d-learn
- Best way of checking for a templated function instantiation
Arafel via Digitalmars-d-learn
- Ddoc to HTML tool?
Jacob Carlborg via Digitalmars-d-learn
- Template method in interfaces
Arafel via Digitalmars-d-learn
- Unexpected foreach lowering
Lodovico Giaretta via Digitalmars-d-learn
- minor question of the difference between " and '
WhatMeWorry via Digitalmars-d-learn
- How to add nogc to delegate
Engine Machine via Digitalmars-d-learn
- mixin bug?
Engine Machine via Digitalmars-d-learn
- how to declare an immutable class?
Charles Hixson via Digitalmars-d-learn
- Template parameters that don't affect template type
Engine Machine via Digitalmars-d-learn
- Retreive method given object, name and arguments
Michael Coulombe via Digitalmars-d-learn
- How to use std. packages in so files written in dlang
grampus via Digitalmars-d-learn
- 'importing' threads — i.e. thread_attachThis()
Cauterite via Digitalmars-d-learn
- Passing Structs to function like in C
D.Rex via Digitalmars-d-learn
- std.range pipelike interface, inverting OutputStreams?
cy via Digitalmars-d-learn
- platform specific api usage
Brons via Digitalmars-d-learn
- DUB saying my Linux exe file is "not an executable file" even though DUB built it
WhatMeWorry via Digitalmars-d-learn
- if static member then call
Engine Machine via Digitalmars-d-learn
- Caesar Cipher Cracking
Antonio Corbi via Digitalmars-d-learn
- Privacy violation depending on who passes a compile-time argument?
rcorre via Digitalmars-d-learn
- static immutable and lambdas inside struct or class. Is that bug or not?
Uranuz via Digitalmars-d-learn
- Multi-Thread message passing approach
Charles Hixson via Digitalmars-d-learn
- Virus detected
Joel via Digitalmars-d-learn
- Command Line Utility Library
UDW via Digitalmars-d-learn
- Using shared libraries for external scripts, looking for advice (windows)
Tofu Ninja via Digitalmars-d-learn
- new XML and JSON libs and replacement of std.net.curl
Oleg B via Digitalmars-d-learn
- Template type reduction
Engine Machine via Digitalmars-d-learn
- Heterogeneous CT array like structure
Engine Machine via Digitalmars-d-learn
- Converting a Visual Studio Solution with many Projects into DUB package?
WhatMeWorry via Digitalmars-d-learn
- ARSD PNG memory usage
Guillaume Piolat via Digitalmars-d-learn
- Sequence separation
Engine Machine via Digitalmars-d-learn
- When does take modify the underlying iterator?
cy via Digitalmars-d-learn
- Log in an @nogc function
Saurabh Das via Digitalmars-d-learn
- typeof.stringof wrong type
Eugene Wissner via Digitalmars-d-learn
- having a trivial anonymous function call in template prevents compilation?
Cauterite via Digitalmars-d-learn
- DerelictGL3.reload with specified path question.
WhatMeWorry via Digitalmars-d-learn
- Virtual Classes?
Engine Machine via Digitalmars-d-learn
- compile error while use `extern(C++, class)`
mogu via Digitalmars-d-learn
- RSA library
Andre Pany via Digitalmars-d-learn
- Static CT Factory
Engine Machine via Digitalmars-d-learn
- Serialize/Deserialize Tuple
Steve Biedermann via Digitalmars-d-learn
- MurmurHash3 behaviour
Cauterite via Digitalmars-d-learn
- CT Inheritence structures
Engine Machine via Digitalmars-d-learn
- Rebind template
Engine Machine via Digitalmars-d-learn
- What is the correct way to run the auto-tester tests on FreeBSD?
Jeremy DeHaan via Digitalmars-d-learn
- Linking to static libraries with a local DMD install
Henry GOuk via Digitalmars-d-learn
- Is it's possible to install DMD/LDC/GDC on CoreOS?
Suliman via Digitalmars-d-learn
- Mem Mgmt: With & Without the GC
Zane via Digitalmars-d-learn
- Thread affinity?
cpupinner via Digitalmars-d-learn
- How to avoid ctRegex (solved)
cy via Digitalmars-d-learn
- Creating an array of user-defined structs
brian via Digitalmars-d-learn
- Is there a d analog of strncmp?
dan via Digitalmars-d-learn
- Variant and immutable struct
Øivind via Digitalmars-d-learn
- Float values are wrong in union
stunaep via Digitalmars-d-learn
- Get current date and time with std.datetime
Joel via Digitalmars-d-learn
- __traits(getOverloads, Type, member) order of elements in tuple.
Alexandru Ermicioi via Digitalmars-d-learn
- Metaprogramming, generate argument list.
ciechowoj via Digitalmars-d-learn
- pow exponent type issue
jmh530 via Digitalmars-d-learn
- Hosting a vibe.d website
Karabuta via Digitalmars-d-learn
- nested enum
Illuminati via Digitalmars-d-learn
- std.functional.compose compilation error
Antonio Corbi via Digitalmars-d-learn
- union mutability
Jack Applegame via Digitalmars-d-learn
- Nogc Associative Array?
Illuminati via Digitalmars-d-learn
- Judy Arrays
Illuminati via Digitalmars-d-learn
- build dll project use VisualD with the "Use MS-COFF object file..." setting selected failed
magicdmer via Digitalmars-d-learn
- copy a JSONValue
Alex via Digitalmars-d-learn
- using .init reliably
Cauterite via Digitalmars-d-learn
- Does D have any construct like Python's with keyword?
pineapple via Digitalmars-d-learn
- Proper concurrent nearly lock free efficient nogc storage structures?
Illuminati via Digitalmars-d-learn
- How to call a method of class D from function of C++ in DLL?
MGW via Digitalmars-d-learn
- Few questions about concurrency
Suliman via Digitalmars-d-learn
- How to pass Compile Time info to source files
UDW via Digitalmars-d-learn
- Unicode function name? ∩
Tofu Ninja via Digitalmars-d-learn
- mutable destructor? WAT???
Jack Applegame via Digitalmars-d-learn
- InterlockedIncrement, InterlockedCompareExchange, etc
Illuminati via Digitalmars-d-learn
- Fast multidimensional Arrays
Steinhagelvoll via Digitalmars-d-learn
- Is this a bug or I made some mistake?
solidstate1991 via Digitalmars-d-learn
- Using dub to build tutorials
Resident_Tofu via Digitalmars-d-learn
- Error when running vibe.d example application, not sure of the cause.
e-y-e via Digitalmars-d-learn
- Does D have anything like the generators of Python and some other languages?
A D dev via Digitalmars-d-learn
- RDTSCP from dlang
kookman via Digitalmars-d-learn
- Debug prints in @nogc
Nordlöw via Digitalmars-d-learn
- D to C++
Nick via Digitalmars-d-learn
- D to C++
eugene via Digitalmars-d-learn
- D to C++
Nick via Digitalmars-d-learn
- D to C++
Michael via Digitalmars-d-learn
- D to C++
bachmeier via Digitalmars-d-learn
- D to C++
Cauterite via Digitalmars-d-learn
- D to C++
Laeeth Isharc via Digitalmars-d-learn
- is this a typographical bug?
WhatMeWorry via Digitalmars-d-learn
- Prevent copy of range in foreach
Yuxuan Shui via Digitalmars-d-learn
- Template not seeming to instantiate a second time with default alias parameter
wobbles via Digitalmars-d-learn
- Checking all elements are unique.
Dorian Haglund via Digitalmars-d-learn
- Multi-threading how-to
solidstate1991 via Digitalmars-d-learn
- About spinlock implementation
mogu via Digitalmars-d-learn
Last message date:
Wed Aug 31 23:44:13 PDT 2016
Archived on: Wed Aug 31 23:45:03 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).