The D Programming Language - Digitalmars-d-learn
March 2016 Archives by thread
Starting: Tue Mar 1 00:34:53 PST 2016
Ending: Thu Mar 31 22:00:08 PDT 2016
Messages: 901
- Member Access Based On A Runtime String
Andrea Fontana via Digitalmars-d-learn
- BitArray: count the number of bits set
yawniek via Digitalmars-d-learn
- Lazy param with nothrow
Andrea Fontana via Digitalmars-d-learn
- Assoc Array for Concurrency
Chris via Digitalmars-d-learn
- ErrnoException
Steven Schveighoffer via Digitalmars-d-learn
- Where to go after "Programming in D"
karabuta via Digitalmars-d-learn
- Three Cool Things about D?
Wulfrick via Digitalmars-d-learn
- Warning: statement is not reachable
Tamas via Digitalmars-d-learn
- Weird struct stuff
asdf via Digitalmars-d-learn
- Formatting a string on a variadic parameter function without using GC
David G. Maziero via Digitalmars-d-learn
- typeof(0x123f).stringof
ric maicle via Digitalmars-d-learn
- In language tooling
Charles via Digitalmars-d-learn
- Auto field member?
Hanh via Digitalmars-d-learn
- Installing DUB on OSX
Joel via Digitalmars-d-learn
- std.range: Lockstep vs. Zip
Manuel Maier via Digitalmars-d-learn
- Template mixins and struct constructors
Adrian Matoga via Digitalmars-d-learn
- How to set the Path to access the phone on windows?
FrankLike via Digitalmars-d-learn
- Unable to instantiate template with same name as function
Shriramana Sharma via Digitalmars-d-learn
- Error with associative array initializer DMD32 D Compiler v2.070.0
MGW via Digitalmars-d-learn
- Empty Associative Aarray Literal
Jack Stouffer via Digitalmars-d-learn
- Is it safe to use 'is' to compare types?
Yuxuan Shui via Digitalmars-d-learn
- Forwarding varadic function arguments
Nicholas Wilson via Digitalmars-d-learn
- Aliases
Nicholas Wilson via Digitalmars-d-learn
- efficient and safe way to iterate on associative array?
aki via Digitalmars-d-learn
- D thinks it is OK to mess around with TypeInfo
Yuxuan Shui via Digitalmars-d-learn
- Whether there is a same module likt C#'s "Windows.Storage" NameSpace?
FrankLike via Digitalmars-d-learn
- Application with WinMain does not start
Minas Mina via Digitalmars-d-learn
- If stdout is __gshared, why does this throw / crash?
Atila Neves via Digitalmars-d-learn
- Dub and unit-threaded import problem
Casey via Digitalmars-d-learn
- Wrap array into a range.
Alexandru Ermicioi via Digitalmars-d-learn
- Inline assembly and Profiling
Marco Leise via Digitalmars-d-learn
- Backslash escaping weirdness
Marco Leise via Digitalmars-d-learn
- Create Windows "shortcut" (.lnk) with D?
岩倉 澪 via Digitalmars-d-learn
- is module ( std.experimental.logger) thread-safe.
Dsby via Digitalmars-d-learn
- Had not Dllimport in D?
xky via Digitalmars-d-learn
- Is there a standard for whar opAssign/opOpAssign should return?
HSteffenhagen via Digitalmars-d-learn
- Const vs Non const method
Namespace via Digitalmars-d-learn
- Speed up `dub`.
ciechowoj via Digitalmars-d-learn
- Determine decimal separator (comma vs point)
Andre via Digitalmars-d-learn
- Error: constructor Foo.this default constructor for structs only allowed with @disable, no body, and no parameters
Nicholas Wilson via Digitalmars-d-learn
- Memory Efficient HashSet
Nordlöw via Digitalmars-d-learn
- Missing Symbol Accessing Templated Function Through Interface
Peter via Digitalmars-d-learn
- Needed return type in static method? bug or feature?
Antonio Corbi via Digitalmars-d-learn
- Trying to build a Scheme interpreter in D
John via Digitalmars-d-learn
- D and devkitARM
TheGag96 via Digitalmars-d-learn
- How to sort a range
rcorre via Digitalmars-d-learn
- What can _not_ be marked pure?
Guillaume Piolat via Digitalmars-d-learn
- RAII and classes
John Colvin via Digitalmars-d-learn
- GC scan for pointers
Gerald Jansen via Digitalmars-d-learn
- Cannot compile program with DMD built from source
Minas Mina via Digitalmars-d-learn
- Use of GUID constants
KlausO via Digitalmars-d-learn
- How to import for mixin contents only.
Taylor Hillegeist via Digitalmars-d-learn
- Classes and CTFE
Andrea Fontana via Digitalmars-d-learn
- static if else behavior and is type comparison
Fynn Schröder via Digitalmars-d-learn
- Iterating over thread local storage variables
maik klein via Digitalmars-d-learn
- asserting dmd has a problem?
Russel Winder via Digitalmars-d-learn
- Simple call to static member function
WhatMeWorry via Digitalmars-d-learn
- BZ2 library
stunaep via Digitalmars-d-learn
- Constructor - the both look the same
Joel via Digitalmars-d-learn
- Why does array loses it internal capacity on length change?
Uldis via Digitalmars-d-learn
- Clearing associative array.
ciechowoj via Digitalmars-d-learn
- Why is it not possible to write to a file from a const member function ?
user42 via Digitalmars-d-learn
- Filling an array
Alex via Digitalmars-d-learn
- Bikeshed: Implementing a command queue.
maik klein via Digitalmars-d-learn
- Using tango or other static lib in static lib
Voitech via Digitalmars-d-learn
- Is there a sorted map?
stunaep via Digitalmars-d-learn
- std.stdio.File.seek error
stunaep via Digitalmars-d-learn
- Is D a good choice for embedding python/octave/julia
Bastien via Digitalmars-d-learn
- Gdmd compiling error
Orkhan via Digitalmars-d-learn
- In D, lexically, which are the chars that can follow $, exactly ?
Basile B. via Digitalmars-d-learn
- How to list all version identifiers?
Iakh via Digitalmars-d-learn
- Get address of object in constructor.
MGW via Digitalmars-d-learn
- Programming in D vs The D Programming Language
gour via Digitalmars-d-learn
- Where do I learn to use GtkD
karabuta via Digitalmars-d-learn
- How to return a const handle (view) to a mutable member of an agregate
ParticlePeter via Digitalmars-d-learn
- Specialized template in different module
John via Digitalmars-d-learn
- Sort using Uniform call syntax
Jerry via Digitalmars-d-learn
- Can DUB --combined builds be faster?
Guillaume Piolat via Digitalmars-d-learn
- Not sure how to translate this C++ variable to D.
WhatMeWorry via Digitalmars-d-learn
- Tracing InvalidMemoryOperationError
stunaep via Digitalmars-d-learn
- Is there anybody who used FireBird DB?
Suliman via Digitalmars-d-learn
- C.h to D conversion (structs)
Chris via Digitalmars-d-learn
- TypeInfo for highest type in hierarhy (class) when passed base type
Voitech via Digitalmars-d-learn
- Solution to "statement is not reachable" depending on template variables?
Johan Engelen via Digitalmars-d-learn
- size_t index=-1;
Laeeth Isharc via Digitalmars-d-learn
- Need help with delegates and vibed
Suliman via Digitalmars-d-learn
- Obtaining argument names in (variadic) functions
data pulverizer via Digitalmars-d-learn
- Checking if a port is listening
Lucien via Digitalmars-d-learn
- immutable array in constructor
Jeff Thompson via Digitalmars-d-learn
- string and char[] in Phobos
Puming via Digitalmars-d-learn
- Destructor order
Temtaime via Digitalmars-d-learn
- Whitch can replace std::bind/boost::bind ?
Dsby via Digitalmars-d-learn
- casting to a voldemort type
Alex via Digitalmars-d-learn
- module renaming by declaration
Christof Schardt via Digitalmars-d-learn
- How do I extend an enum?
Lass Safin via Digitalmars-d-learn
- No property error message
ric maicle via Digitalmars-d-learn
- Class member always has the same address
szymski via Digitalmars-d-learn
- Implementing virtual dispatch in D
maik klein via Digitalmars-d-learn
- What is the best minimal runtime for d?
Taylor Hillegeist via Digitalmars-d-learn
- Something wrong with GC
stunaep via Digitalmars-d-learn
- Linux blocked on file read on exit, need select
Darrell Gallion via Digitalmars-d-learn
- setting stringImportPaths in dub.json
cy via Digitalmars-d-learn
- /usr/bin/ld: cannot find -lphobos2
ZombineDev via Digitalmars-d-learn
- Enabling Only Top-Level Unittests
Nordlöw via Digitalmars-d-learn
- Can't Compile Global Semaphores?
denizzzka via Digitalmars-d-learn
- Using ffmpeg in command line with D
Karabuta via Digitalmars-d-learn
- pass a struct by value/ref and size of the struct
ref2401 via Digitalmars-d-learn
- way to warn about __traits(compiles , ...) that fail due to compile time interpretation lacking body ?
Nicholas Wilson via Digitalmars-d-learn
- byChunk odd behavior?
Hanh via Digitalmars-d-learn
- Trying to use Dustmite on windows
Jerry via Digitalmars-d-learn
- Variant.type bug ?
Voitech via Digitalmars-d-learn
- parsing HTML for a web robot (crawler) like application
Martin Tschierschke via Digitalmars-d-learn
- Does something like std.algorithm.iteration:splitter with multiple seperators exist?
ParticlePeter via Digitalmars-d-learn
- Updating D-based apps without recompiling it
Ozan via Digitalmars-d-learn
- Finding out names in shared libraries
Ozan via Digitalmars-d-learn
- Compiler Specific dub Dependencies
Jack Stouffer via Digitalmars-d-learn
- If I understand const right...
cy via Digitalmars-d-learn
- getOverloads, but also include all the imported members
Yuxuan Shui via Digitalmars-d-learn
- inout and templates don't mix...
cy via Digitalmars-d-learn
- How do you append to a dynamic array using move semantics?
cy via Digitalmars-d-learn
- parsing fastq files with D
eastanon via Digitalmars-d-learn
- iota result as member variable
Alex via Digitalmars-d-learn
- Usage of custom class with JSONValue
Andre via Digitalmars-d-learn
- Containers, Allocators and Purity
Nordlöw via Digitalmars-d-learn
- Struct array assignment behaviour using example from Programming in D, chapter 78
data pulverizer via Digitalmars-d-learn
- Does GtkD work well on Windows?
Web Biz Owner via Digitalmars-d-learn
- Strange behavior in console with UTF-8
Jonathan Villa via Digitalmars-d-learn
- rawWrite of a struct suggestions
Charles Hixson via Digitalmars-d-learn
- Initializing global delegate variable - bug or on purpose?
Atila Neves via Digitalmars-d-learn
- Template recursion error on table struct
data pulverizer via Digitalmars-d-learn
- Random Access I/O
Chris Williams via Digitalmars-d-learn
- I need some help benchmarking SoA vs AoS
maik klein via Digitalmars-d-learn
- SDL Error: identifier expected following '.', not 'version'
Pedro Lopes via Digitalmars-d-learn
- Vibelog: dyaml compilation problems
Nicholas Wilson via Digitalmars-d-learn
- how to declare C's static function?
aki via Digitalmars-d-learn
- How to be more careful about null pointers?
cy via Digitalmars-d-learn
- char array weirdness
Jack Stouffer via Digitalmars-d-learn
- Joining AliasSeq/TypeTuple s
Voitech via Digitalmars-d-learn
- infer type argument in classe constructor?
Puming via Digitalmars-d-learn
- Error: template instance does not match template declaration
ref2401 via Digitalmars-d-learn
- Part of D available to run at compile time
Carl Sturtivant via Digitalmars-d-learn
- Debugging D DLL from C# app with C linkage for native Unity 5 plugin
Thalamus via Digitalmars-d-learn
- key in aa.keys, but aa[key] give range violation?
Yuxuan Shui via Digitalmars-d-learn
- Dustmiting a dmft assert
Nicholas Wilson via Digitalmars-d-learn
- Linking a shared library in dub
maik klein via Digitalmars-d-learn
- Array Indexing/Slicing Range Checking, Exceptions and @nogc
Nordlöw via Digitalmars-d-learn
- Issue Turning Template into Variadic Template
jmh530 via Digitalmars-d-learn
- const(int) cannot be sent as int message
Ali Çehreli via Digitalmars-d-learn
- Async read an output stream but how many bytes ?
Basile B. via Digitalmars-d-learn
- How to escape control characters?
cy via Digitalmars-d-learn
- dub, copyFiles and linux
Andre via Digitalmars-d-learn
- Can i get a array Slicing where the top from?and how?
Dsby via Digitalmars-d-learn
- pure opApply
Q. Schroll via Digitalmars-d-learn
- Continuous integral range predicate
Nordlöw via Digitalmars-d-learn
- D --> C++ --> D
MGW via Digitalmars-d-learn
- foreach UFCS
ixid via Digitalmars-d-learn
- std.format.formattedRead docs example does not work with a string literal as input, why?
ParticlePeter via Digitalmars-d-learn
- trying to implement lock-free fixedsize queue
jacob via Digitalmars-d-learn
- How can convert the folowing to D.
learner via Digitalmars-d-learn
- Direntries seems to on other drives. (windows)
Taylor Hillegeist via Digitalmars-d-learn
Last message date:
Thu Mar 31 22:00:08 PDT 2016
Archived on: Thu Mar 31 22:05:05 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).