annotate demos/gl.d @ 811:8e6135be6999

Fixed ModuleInfo generation to no longer use the ModuleInfo class' default initializer for types/defaults, it's unsafe as initializers don't necesarily match the "formal" type. There might be explicit padding. Changed -g switch to emit DW_LANG_D debug info, make demangling work with a patched GDB, still more work to do for full support of D's Dwarf extensions. Added getNullValue helper method.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 02:10:16 +0100
parents 0b9b286b67b6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
0b9b286b67b6 [svn r46] fix for shift operations
lindquist
parents:
diff changeset
1 module gl;
0b9b286b67b6 [svn r46] fix for shift operations
lindquist
parents:
diff changeset
2
0b9b286b67b6 [svn r46] fix for shift operations
lindquist
parents:
diff changeset
3 public {
0b9b286b67b6 [svn r46] fix for shift operations
lindquist
parents:
diff changeset
4 import gltypes;
0b9b286b67b6 [svn r46] fix for shift operations
lindquist
parents:
diff changeset
5 import glfuncs;
0b9b286b67b6 [svn r46] fix for shift operations
lindquist
parents:
diff changeset
6 }