Mercurial > almixer_isolated
log LinkedList.h @ 73:32757e494675
age | author | description |
---|---|---|
Mon, 16 Jul 2012 22:31:56 -0700 | Eric Wing |
Bug fix for unbalanced #if/#endif blocks. I think I broke it when removing the dllimport for Windows. |
Wed, 20 Jun 2012 10:46:03 -0700 | Eric Wing |
Removed use of dllimport for Windows. |
Tue, 29 May 2012 19:40:38 -0700 | Eric Wing | Added explicit symbol visibility markers to support files in ALmixer for public headers so they can be built as a dynamic library if needed. |
Sun, 07 Nov 2010 05:20:21 -0800 | Eric Wing |
Reverted linked list. |
Sun, 07 Nov 2010 05:14:02 -0800 | Eric Wing |
Accidentally overwrote LinkedList.h file with .c file |
Sat, 06 Nov 2010 04:00:44 -0700 | Eric Wing |
Needed new Front and Back (non-popping) functions for LinkedList. |
Sat, 06 Nov 2010 00:44:35 -0700 | Eric Wing |
Added copyright. |
Sat, 06 Nov 2010 00:37:29 -0700 | Eric Wing |
Added LinkedList class to project. |