The D Programming Language - Digitalmars-d-learn
March 2013 Archives by thread
Starting: Fri Mar 1 00:37:17 PST 2013
Ending: Sun Mar 31 23:32:32 PDT 2013
Messages: 890
- gui libs
Andrea Fontana
- gui libs
thedeemon
- Concurrency and program speed
thedeemon
- What can be done with copy constructors / post blits
Johannes Pfau
- Chain two different struct specialization
Andrea Fontana
- Inlining a "pure" ASM function
Johannes Pfau
- How to initialize an immutable array
Sparsh Mittal
- Passing a value by reference to function in taskPool
Sparsh Mittal
- Aliasing specialized template stuct in his module leads troubles
Rob T
- What xml libraries are people using?
simendsjo
- Aliasing specialized template stuct in his module leads troubles
Rob T
- Lexer in D
Namespace
- Ctor, setters and invariant
simendsjo
- unpredictableSeed
Joseph Rushton Wakeling
- Possible to view D strings in gdb?
Samuel Lampa
- unpredictableSeed
Ivan Kazmenko
- unpredictableSeed
jerro
- Interval type
simendsjo
- wxD - dead or alive?
SaltySugar
- Getting core.exception.OutOfMemoryError error on allocating large arrays
Sparsh Mittal
- Workaround for foreward declaration ?
Peter Sommerfeld
- Initializing structure that is a member of a const structure
Maksim Zholudev
- Pointers to methods
nazriel
- iasm, call and dolar sign
nazriel
- What xml libraries are people using?
timotheecour
- unpredictableSeed
Rob T
- @safe, @trusted and @system
Jack Applegame
- Appender cannot add struct with immutable members
Namespace
- map! filter! and range algorithm
Andrea Fontana
- A little of coordination for Rosettacode
bearophile
- randomAccessRange.sort() vs randomAccessRange.array.sort()
deed
- unpredictableSeed
Rob T
- Presence of constructor causes type deduced to be mutable
Ali Çehreli
- To lessen the function pointers/delegates distinction
bearophile
- __traits(compiles) + mixin
cal
- map! filter! and range algorithm
bearophile
- "string".mixin;
Andre
- "string".mixin;
Andre
- Why don't underscores in numbers enforce proper formatting?
ixid
- Using char* and C code
Jeremy DeHaan
- Using char* and C code
Jeremy DeHaan
- Using char* and C code
Jeremy DeHaan
- question when writing to a file
bioinfornatics
- Tid between classes
Stephen Jones
- Why don't underscores in numbers enforce proper formatting?
Era Scarecrow
- Rethrow an exception like in C++?
Rob T
- Rethrow an exception like in C++?
Rob T
- Rethrow an exception like in C++?
Rob T
- Rethrow an exception like in C++?
Rob T
- Rethrow an exception like in C++?
Chris Cain
- how to get top N distinct elements from range?
Andrea Fontana
- Reading bigger file
bioinfornatics
- Rethrow an exception like in C++?
Rob T
- Rethrow an exception like in C++?
Rob T
- Throw in a pre-condition of a nothrow function
bearophile
- Rethrow an exception like in C++?
Rob T
- Rethrow an exception like in C++?
Rob T
- Rethrow an exception like in C++?
Rob T
- typeof([2,2]) !=? int[2]
Zhenya
- question with compile-time reflection
Zhenya
- dmd output executable vs valgrind --tool=massif
Druzhinin Alexandr
- valgrind
simendsjo
- using debug version of phobos and druntime on linux
Druzhinin Alexandr
- rdmd - How to build shared/static libs on Linux
alex
- rdmd - How to build shared/static libs on Linux
alex
- Rethrow an exception like in C++?
Rob T
- Variant confusion
Peter Sommerfeld
- UDA status
simendsjo
- traits allMembers and imported modules
cal
- traits allMembers and imported modules
cal
- traits allMembers and imported modules
cal
- No monitor for immutable class instances?
bearophile
- alias this and array popFront: is this a bug?
monarch_dodra
- Questions about shared
weltensturm
- GC, memory leaks and 32/64 bit
Alexandr Druzhinin
- GC, memory leaks and 32/64 bit
bearophile
- GC, memory leaks and 32/64 bit
Benjamin Thaut
- GC, memory leaks and 32/64 bit
Benjamin Thaut
- GC, memory leaks and 32/64 bit
bearophile
- GC, memory leaks and 32/64 bit
simendsjo
- GC, memory leaks and 32/64 bit
Benjamin Thaut
- GC, memory leaks and 32/64 bit
Rob T
- GC, memory leaks and 32/64 bit
Marco Leise
- GC, memory leaks and 32/64 bit
Rob T
- GC, memory leaks and 32/64 bit
Marco Leise
- GC, memory leaks and 32/64 bit
Benjamin Thaut
- GC, memory leaks and 32/64 bit
bearophile
- GC, memory leaks and 32/64 bit
Rob T
- GC, memory leaks and 32/64 bit
Benjamin Thaut
- GC, memory leaks and 32/64 bit
Druzhinin Alexandr
- GC, memory leaks and 32/64 bit
Rainer Schuetze
- GC, memory leaks and 32/64 bit
Druzhinin Alexandr
- GC, memory leaks and 32/64 bit
Rainer Schuetze
- alias this and array popFront: is this a bug?
monarch_dodra
- joiner and map, strange behavior
Stephan Schiffels
- Variadic function not recognizing static array length
Zach the Mystic
- joiner and map, strange behavior
bearophile
- most ddoc examples not runnable; Edit is buggy; DDOC generates wrong Example tag
timotheecour
- What do you use to generate documentation?
Andrea Fontana
- Passing several tuples (T...) to templates without expanding them
simendsjo
- application icon
Gimsom
- UTF escape
Stephen Jones
- Any python-like generator patterns in D?
Ali Çehreli
- Overhead when using a C library
Jeremy DeHaan
- coding standard for D progrimming language
AngryLemming
- What do you use to generate documentation?
Andrea Fontana
- Is this range behaviour correct?
Andrea Fontana
- shared attrribute
Jack Applegame
- Array operation with boolean operator
n00b
- Using D-object with C-executable
stas
- -cov doesn't check templated code
simendsjo
- Lexer in D
Dmitry Olshansky
- D locking strategies
estew
- nice how D's pieces fit together
anonymous
- Lexer in D
Namespace
- Struct polymorphism?
mysyljr
- Generic range to read array or a file as a phobos range
bioinfornatics
- Question about auto ref
Namespace
- Question about auto ref
Namespace
- .stringof might call function?
simendsjo
- Question about auto ref
Namespace
- How to catenate a string multiple times ?
Peter Sommerfeld
- Question about auto ref
Namespace
- RAW UDP Packets
Jeremiah James
- "this" member for structs with methods
simendsjo
- template cannot use local as parameter to non-global template
simendsjo
- Shared db pool
Alex Khmara
- template instance is nested in both A and B
simendsjo
- problem with filter.
Knud Soerensen
- rdmd -cov generates bad file names with absolute directories or .. directories in -I flag
timotheecour
- compile time coverage: dmd -staticcov
timotheecour
- rdmd -cov generates bad file names with absolute directories or .. directories in -I flag
timotheecour
- Folding algorithm help.
rookie
- uniqStable
timotheecour
- recursive equal, and firstDifference functions
timotheecour
- recursive equal, and firstDifference functions
monarch_dodra
- recursive equal, and firstDifference functions
bearophile
- recursive equal, and firstDifference functions
monarch_dodra
- recursive equal, and firstDifference functions
John Colvin
- recursive equal, and firstDifference functions
John Colvin
- recursive equal, and firstDifference functions
timotheecour
- recursive equal, and firstDifference functions
Jonathan M Davis
- recursive equal, and firstDifference functions
timotheecour
- recursive equal, and firstDifference functions
Jonathan M Davis
- recursive equal, and firstDifference functions
H. S. Teoh
- recursive equal, and firstDifference functions
Jonathan M Davis
- recursive equal, and firstDifference functions
Dan
- recursive equal, and firstDifference functions
timotheecour
- recursive equal, and firstDifference functions
Jonathan M Davis
- OpenCL bindings
Lemonfiend
- A little of coordination for Rosettacode
ixid
- initializing const(Date)
Dan
- recursive equal, and firstDifference functions
timotheecour
- recursive equal, and firstDifference functions
timotheecour
- recursive equal, and firstDifference functions
Dan
- recursive equal, and firstDifference functions
Dan
- Trying to implement a reference counting mechanism
Martin
- replace phobos makefile and tools makefile with D
timotheecour
- recursive equal, and firstDifference functions
Dan
- recursive equal, and firstDifference functions
Dan
- replace phobos makefile and tools makefile with D
timotheecour
- recursive equal, and firstDifference functions
Dan
- recursive equal, and firstDifference functions
Dan
- looking for V[string] workarounds
Dan
- SocketStream and weird 0xA character
Regan Heath
- initializing const maps with value types having aliasing
Dan
- initializing const maps with value types having aliasing
Dan
- getChar() vs. getChar!true()
Peter Sommerfeld
- Are there D bindings for Win7's Core Audio anywhere?
Andrej Mitrovic
- Access Violation in callback from sort
Stefan
- static functions associated with enums
Dan
- Access Violation in callback from sort
Ali Çehreli
- When to call setAssertHandler?
Benjamin Thaut
- how to demangle a string ending __ModuleInfoZ ?
timotheecour
- bug or not? with(mystruct()) { code; } calls struct destructor before code
J
- Efficiency of using array as stack
Ivan Kazmenko
- Can std.json handle Unicode?
Jacob Carlborg
- [OT] Information about "Access to site You requested denied by Federal Law"
Denis Shelomovskij
- template in struct
dsmith
- Efficiency of using array as stack
Ivan Kazmenko
- Efficiency of using array as stack
Ivan Kazmenko
- error when attempting unittest
Patrick Tinkham
- error when attempting unittest
Patrick Tinkham
- Can std.json handle Unicode?
Jacob Carlborg
- A little of coordination for Rosettacode
bearophile
- Text UI for D
DLearner
- Possible bug
Sergei Nosov
- Thrift D bindings: make check broken under ubuntu 12.04. Where to report?
J
- Question about auto ref
Namespace
- Question about auto ref
Namespace
- Named Tuple Names
Jonathan Crapuchettes
- Question about auto ref
Namespace
- isExpression with bool template parameter
cal
- Question about auto ref
Namespace
- fullyQualifiedName doesn't work with SortedRange
Timothee Cour
- Orange lib help
Dan
- When to call setAssertHandler?
Benjamin Thaut
- how to get paths to files compiled by rdmd in resulting binary
Timothee Cour
- how to parse mangled/demangled name into function name, arguments etc.
Timothee Cour
- Question about auto ref
Minas Mina
- A little of coordination for Rosettacode
bearophile
- No subclass member loopup in derived class, bug?
Henning Pohl
- Question about auto ref
Namespace
- how to parse mangled/demangled name into function name, arguments etc.
Jacob Carlborg
- Question about auto ref
Minas Mina
- Text from the Internet page
SaltySugar
- static enum member of incomplete type, valid or not?
TommiT
- Exiting blocked threads (socket.accept)
Tim
- Exiting blocked threads (socket.accept)
Tim
- Using inout in delegate
Jacob Carlborg
- Exiting blocked threads (socket.accept)
Tim
- When to call setAssertHandler?
Benjamin Thaut
- Exiting blocked threads (socket.accept)
Tim
- Status of AA's?
Rob T
- detect anonymous union at compile time
cal
- enum type changes according to context ?
Timothee Cour
- enum type changes according to context ?
cal
- Question about auto ref
Namespace
- alias this + std.array.popFront
Tobias Pankrath
- GtkD "No GSettings schemas installed"
Josh
- how to define opCast outside class
Timothee Cour
- how to define opCast outside class
Maxim Fomin
- how to define opCast outside class
Maxim Fomin
- alias this + std.array.popFront
Tobias Pankrath
- alias this + std.array.popFront
monarch_dodra
- Passing revision tag to the compiler
Leandro Motta Barros
- Passing revision tag to the compiler
bearophile
- Passing revision tag to the compiler
Tobias Pankrath
- Finalizing GC
monarch_dodra
- Differing semantics between multidimensional fixed-length array and slice initialization
Nicholas Smith
- dmd asm output
John Colvin
Last message date:
Sun Mar 31 23:32:32 PDT 2013
Archived on: Sun Mar 31 23:35:04 PDT 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).