The D Programming Language - Digitalmars-d-learn
July 2015 Archives by thread
Starting: Wed Jul 1 00:37:45 PDT 2015
Ending: Fri Jul 31 21:11:00 PDT 2015
Messages: 859
- tkd - basic compilation problem
Paul via Digitalmars-d-learn
- Packing enums
ketmar via Digitalmars-d-learn
- is it safe to call `GC.removeRange` in dtor?
ketmar via Digitalmars-d-learn
- goroutines vs vibe.d tasks
Daniel Kozák via Digitalmars-d-learn
- Static constructors guaranteed to run?
ketmar via Digitalmars-d-learn
- Mutable reference to const objects
Yuxuan Shui via Digitalmars-d-learn
- Nullable with reference types
Jonathan M Davis via Digitalmars-d-learn
- how to avoid "cycle detected"?
aki via Digitalmars-d-learn
- std.concurrent Tid vector initialization problem
via Digitalmars-d-learn
- Template Declarations - Why not Template definitions?
via Digitalmars-d-learn
- Adam Ruppe's COM library - calling COM object from dynamic code eg VBA
Kagamin via Digitalmars-d-learn
- Array operations, dynamic arrays and length
via Digitalmars-d-learn
- Concurrency in DLL
Chris via Digitalmars-d-learn
- Pure delegate not quite pure?
Steven Schveighoffer via Digitalmars-d-learn
- Best way to count character spaces.
Steven Schveighoffer via Digitalmars-d-learn
- Multi-dimensional fixed arrays
DLearner via Digitalmars-d-learn
- Same process to different results?
Taylor Hillegeist via Digitalmars-d-learn
- wrong struct alignment
dd0s via Digitalmars-d-learn
- etc.c.zlib help
Matthew Gamble via Digitalmars-d-learn
- ddoc - modules with same name
armando sano via Digitalmars-d-learn
- linking external libs
Nicholas Wilson via Digitalmars-d-learn
- lovely compiler error message - incompatible types
Laeeth Isharc via Digitalmars-d-learn
- time difference - beautify my code
dd0s via Digitalmars-d-learn
- Best way to convert datetime betwen Python and D
Laeeth Isharc via Digitalmars-d-learn
- bigint compile time errors
Paul D Anderson via Digitalmars-d-learn
- DMD unittest doesn't work when using visual studio with a "Windows" Subsystem and Winmain combination
Ronnie via Digitalmars-d-learn
- turning an array of structs into a struct of arrays
Laeeth Isharc via Digitalmars-d-learn
- How to setup GDC with Visual D?
Marko Grdinic via Digitalmars-d-learn
- Linear algebra library with no dependency & Why every linear algebra library has LAPACK dependency
kerdemdemir via Digitalmars-d-learn
- Switching rows with columns
via Digitalmars-d-learn
- code review based on what I learned from D
Szabo Bogdan via Digitalmars-d-learn
- How to strip struct/class invariants?
Artem Tarasov via Digitalmars-d-learn
- incorrect data when returning static array in place of dynamic
sigod via Digitalmars-d-learn
- std.experimental.allocator destructor safe?
Laeeth Isharc via Digitalmars-d-learn
- Array operations with array of structs
Peter via Digitalmars-d-learn
- Which XMM are safe to erase in asm{} blocks?
ponce via Digitalmars-d-learn
- FFMPEG Bindings
via Digitalmars-d-learn
- Malloc struct
codenstuff via Digitalmars-d-learn
- Coercing ranges to the same type
Matt Kline via Digitalmars-d-learn
- Correctly implementing a bidirectional range on a linked list?
Gary Willoughby via Digitalmars-d-learn
- optimizing struct/class members
lobo via Digitalmars-d-learn
- documenting compile-time constants
Vlad Levenfeld via Digitalmars-d-learn
- Squaring Arrays without Overlapping Array Error
jmh530 via Digitalmars-d-learn
- Wrapping a C-style Array (Pointer + Length) in a Range Interface
via Digitalmars-d-learn
- Understanding Safety of Function Pointers vs. Addresses of Functions
jmh530 via Digitalmars-d-learn
- Check an entire XML document for well-formedness in KXML
Sergey via Digitalmars-d-learn
- kxml help.
Sergey via Digitalmars-d-learn
- I'm getting NAN out of nowhere
Binarydepth via Digitalmars-d-learn
- Fixed Length Array Syntax in extern(C) Function Signatures
"Nordlöw" via Digitalmars-d-learn
- How to get value of enum without casting
tcak via Digitalmars-d-learn
- Import module
codenstuff via Digitalmars-d-learn
- Binding Nested C Structs
Craig Dillabaugh via Digitalmars-d-learn
- DUB Build Linker Library Search Path
"Nordlöw" via Digitalmars-d-learn
- Is it legal to have a function taking two aliased slices?
ponce via Digitalmars-d-learn
- std.concurrency: The fate of unmatched messages
E.S. Quinn via Digitalmars-d-learn
- why adding extern(C) cause a runtime error?
mzfhhhh via Digitalmars-d-learn
- Function pointer array slice?
Tofu Ninja via Digitalmars-d-learn
- DUB Different Library Name
serh via Digitalmars-d-learn
- socket server help
Adwelean via Digitalmars-d-learn
- Calling D Code from Assembly
John via Digitalmars-d-learn
- Manually allocate delegate?
Tofu Ninja via Digitalmars-d-learn
- opApply compilation woes
Gary Willoughby via Digitalmars-d-learn
- if you fancy stressing your json implementation, string processing, allocation etc with some real data...
Laeeth Isharc via Digitalmars-d-learn
- How to abort compilation
tcak via Digitalmars-d-learn
- Delayed const variable initialization
Yuxuan Shui via Digitalmars-d-learn
- Using executeShell in multiple thread causes access violation error
Minas Mina via Digitalmars-d-learn
- Align object to vector using Dgame framework
codenstuff via Digitalmars-d-learn
- Linked variables
via Digitalmars-d-learn
- how to manage the list of immutable objects
aki via Digitalmars-d-learn
- Profile Ouput
Mike Parker via Digitalmars-d-learn
- Covariant callback functions, or assigning base class members through a subclass reference
Rene Zwanenburg via Digitalmars-d-learn
- static class vs. static struct
creiglee via Digitalmars-d-learn
- Casting random type to random struct - is this a bug?
rumbu via Digitalmars-d-learn
- question about the semantics of unshared variables
aki via Digitalmars-d-learn
- Template function that accept strings and array of strings
badlink via Digitalmars-d-learn
- Weird behavior of "this" in a subclass, I think?
seashell86 via Digitalmars-d-learn
- LNK2019 error from using a function pointer to core.bitop functions?
Matthew Gamble via Digitalmars-d-learn
- Are Lua tables possible to do with D?
Robert M. Münch via Digitalmars-d-learn
- How to use core.thread.Thread
aki via Digitalmars-d-learn
- Functional oriented programming in D
via Digitalmars-d-learn
- access violation With dll?
Taylor Hillegeist via Digitalmars-d-learn
- Working functionally with third party libraries
via Digitalmars-d-learn
- Environment variable for application storage under OSX ?
anonymous via Digitalmars-d-learn
- Infinite range of nullable elements
Roland Hadinger via Digitalmars-d-learn
- Getting Nth Row and Column from MatrixView, Scid library
kerdemdemir via Digitalmars-d-learn
- Comparison of struct with Nullable member
TC via Digitalmars-d-learn
- How to convert byte array to float
DLangLearner via Digitalmars-d-learn
- Can you add a remote repository to DUB?
Zekereth via Digitalmars-d-learn
- Virtual value types during compile-time for static type safety, static optimizations and function overloading.
Tamas via Digitalmars-d-learn
- Implicit conversion in constructor
rcorre via Digitalmars-d-learn
- VisualD building with GDC setting library path
kerdemdemir via Digitalmars-d-learn
- String Metaprogramming
Clayton via Digitalmars-d-learn
- Sending an immutable object to a thread
Frank Pagliughi via Digitalmars-d-learn
- Does shared prevent compiler reordering?
rsw0x via Digitalmars-d-learn
- static opCall not working?
TC via Digitalmars-d-learn
- Can't use toHexString
badlink via Digitalmars-d-learn
- static-if cant compile
Clayton via Digitalmars-d-learn
- Customization of User Defined Logger
Suliman via Digitalmars-d-learn
- What is the std.stream replacement?
Charles Hixson via Digitalmars-d-learn
- Replacement of std.stream
Charles Hixson via Digitalmars-d-learn
- Dangular - D Rest server + Angular frontend
via Digitalmars-d-learn
- exclude current directory from search path in dmd ?
Timothee Cour via Digitalmars-d-learn
- monitoring variable evaluation time
Clayton via Digitalmars-d-learn
- OPTLINK checkpoint(256)
Lemonfiend via Digitalmars-d-learn
- std.algorithm each documentation terse
jmh530 via Digitalmars-d-learn
- C bindings: typedef struct conflicts with method
yawniek via Digitalmars-d-learn
- Why does this script BSOD-ize windows ?
Baz via Digitalmars-d-learn
- GLU in DerelictOrg
Spacen Jasset via Digitalmars-d-learn
- idiom for C error strings
yawniek via Digitalmars-d-learn
- How do i sanitize a string for database query?
ddos via Digitalmars-d-learn
- Code Coverage Analysis, how do I skip (ignore) a line?
antropod via Digitalmars-d-learn
- Passing struct and struct[] into a template
Taylor Gronka via Digitalmars-d-learn
- Measuring Execution time
Clayton via Digitalmars-d-learn
- std.net.curl and PATCH
Andrea Fontana via Digitalmars-d-learn
- Thread pools
Chris via Digitalmars-d-learn
- How to get *32mscoff libraries for phobos?
Taylor Hillegeist via Digitalmars-d-learn
- Getting "this" to work similar to "self" in Python
nurfz via Digitalmars-d-learn
- Connection to server socket "Invalid argument"
VlasovRoman via Digitalmars-d-learn
- Converting uint[] slice to string for the purpose of hashing?
Enjoys Math via Digitalmars-d-learn
- Overloading Based on Constraints
jmh530 via Digitalmars-d-learn
- How do you make a copy TO and object when you're INSIDE of it?
Enjoys Math via Digitalmars-d-learn
- How does __traits and std.traits differ?
WhatMeWorry via Digitalmars-d-learn
- Dynamic memory
Binarydepth via Digitalmars-d-learn
- Looking for MQTT client library
TC via Digitalmars-d-learn
- GC stats
via Digitalmars-d-learn
- GC stats
Martin Nowak via Digitalmars-d-learn
- GC stats
Gary Willoughby via Digitalmars-d-learn
- GC stats
simendsjo via Digitalmars-d-learn
- GC stats
Martin Nowak via Digitalmars-d-learn
- GC stats
via Digitalmars-d-learn
- static linking
Laeeth Isharc via Digitalmars-d-learn
- What D really needs :D
Daniel Kozak via Digitalmars-d-learn
- Struct that destroys its original handle on copy-by-value
Joseph Rushton Wakeling via Digitalmars-d-learn
- Why hide a trusted function as safe?
simendsjo via Digitalmars-d-learn
- Where can i find examples of multi-threaded fibers?
Gary Willoughby via Digitalmars-d-learn
- [Rosettacode] sum of powers conjecture
bearophile via Digitalmars-d-learn
- Problem with casting instance reference to void* and back.
Vlad Leberstein via Digitalmars-d-learn
- Yes or No Options
Alex via Digitalmars-d-learn
- Can't Compile Global Semaphores?
Jack Stouffer via Digitalmars-d-learn
- Why approxEqual not working for integers in dmd 2068-b2
lobo via Digitalmars-d-learn
- Shouldn't __FUNCTION__ return function name?
Andrea Fontana via Digitalmars-d-learn
- Select value from list, indexed by a type
Johan Engelen via Digitalmars-d-learn
- forward range properties with alias this - how?
Ivan Kazmenko via Digitalmars-d-learn
- How disruptive is the GC?
Snape via Digitalmars-d-learn
- No Unix socket support?
simendsjo via Digitalmars-d-learn
- Typed Message Passing between D Processes
Atila Neves via Digitalmars-d-learn
- Compare types with `static if` in template function.
vladde via Digitalmars-d-learn
- extern(C) with function returning user type
Kyoji Klyden via Digitalmars-d-learn
- Changes on dynamic shared library writing
tcak via Digitalmars-d-learn
- Type inference of a function parameter
Adel Mamin via Digitalmars-d-learn
- Error: 'this' is only defined in non-static member functions, not main
remi thebault via Digitalmars-d-learn
- How to make a standalone .a using dub?
Yuxuan Shui via Digitalmars-d-learn
- Compiling a DLL with DMC
Mike Parker via Digitalmars-d-learn
- std.container.array - are these arrays passed by reference?
Harry P via Digitalmars-d-learn
- Subclasses in std.concurrency.receive pattern match
Marek Janukowicz via Digitalmars-d-learn
- alias overloading strange error
vitus via Digitalmars-d-learn
- Weird error after moving code from Linux to Windows
Hamburger-san via Digitalmars-d-learn
Last message date:
Fri Jul 31 21:11:00 PDT 2015
Archived on: Fri Jul 31 21:15:03 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).