Thu, 11 Apr 2019 11:20:47 -0400 |
Ethan Lee |
Apply some MSC_VER special cases to WIN32 as well (thanks Vincent!)
|
file |
diff |
annotate
|
Wed, 23 May 2018 11:07:59 -0400 |
Ethan Lee |
Move zeromalloc trickery to internal malloc/free functions
|
file |
diff |
annotate
|
Thu, 12 Oct 2017 16:35:50 -0400 |
Ryan C. Gordon |
A bunch of fixes for bugs that that American Fuzzy Lop exposed.
|
file |
diff |
annotate
|
Sun, 29 May 2016 00:21:34 -0400 |
Ryan C. Gordon |
Explicitly initial a bunch of bits of MOJOSHADER_out_of_mem_data.
|
file |
diff |
annotate
|
Fri, 27 May 2016 13:54:16 -0400 |
Ryan C. Gordon |
Fixed up a few Visual Studio warnings, compiling as C++, etc.
|
file |
diff |
annotate
|
Mon, 18 Apr 2016 12:06:17 -0400 |
Baldur Karlsson |
Deal with quirks of MSVC's vsnprintf() implementation.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 02:12:19 -0500 |
Ethan Lee |
- Add ability to build MojoShader as a shared library
|
file |
diff |
annotate
|
Sat, 03 Jan 2015 00:50:43 -0500 |
Ryan C. Gordon |
Moved some simple things into mojoshader_common.c.
|
file |
diff |
annotate
|
Mon, 23 Jun 2014 14:56:00 -0400 |
Ryan C. Gordon |
Reduce malloc pressure in stringcache (thanks, Max!).
|
file |
diff |
annotate
|
Mon, 23 Jun 2014 14:50:56 -0400 |
Ryan C. Gordon |
Fixed incorrect variable in buffer_append_va (thanks, Max!).
|
file |
diff |
annotate
|
Wed, 10 Oct 2012 21:33:36 -0400 |
Ryan C. Gordon |
Added stringcache_iscached().
|
file |
diff |
annotate
|
Mon, 17 Sep 2012 12:37:22 -0400 |
Ryan C. Gordon |
Fixed logic error.
|
file |
diff |
annotate
|
Fri, 03 Aug 2012 13:39:36 -0400 |
Ryan C. Gordon |
Some static analysis fixes from Clang 4.0.
|
file |
diff |
annotate
|
Fri, 13 Apr 2012 16:10:48 -0400 |
Ryan C. Gordon |
M4X4 opcode can actually overflow some string buffers.
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 02:20:05 -0500 |
Ryan C. Gordon |
Implemented hash_iter_keys().
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 02:19:48 -0500 |
Ryan C. Gordon |
Minor hash_iter() code cleanup.
|
file |
diff |
annotate
|
Thu, 20 Oct 2011 12:08:12 -0400 |
Ryan C. Gordon |
Fixed must-copy version of stringmap_insert().
|
file |
diff |
annotate
|
Sun, 12 Dec 2010 02:42:45 -0500 |
Ryan C. Gordon |
Added hash_iter() function, for iterating all matching entries in a hashtable.
|
file |
diff |
annotate
|
Mon, 06 Dec 2010 02:42:31 -0500 |
Ryan C. Gordon |
Removed return statement from void function.
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 22:42:58 -0500 |
Ryan C. Gordon |
Patched to compile on Windows.
|
file |
diff |
annotate
|
Wed, 10 Nov 2010 00:52:01 -0500 |
Ryan C. Gordon |
Technical debt: cleaned up things in the assembler that should've used Buffer.
|
file |
diff |
annotate
|
Tue, 09 Nov 2010 05:05:41 -0500 |
Ryan C. Gordon |
Made ErrorList struct opaque to callers.
|
file |
diff |
annotate
|
Tue, 09 Nov 2010 05:00:03 -0500 |
Ryan C. Gordon |
Paying off more technical debt: unified growable buffers into one place.
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 22:54:17 -0400 |
Ryan C. Gordon |
Cut-and-paste cleanup: unified the ErrorList functionality.
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 08:52:46 +0200 |
Aras Pranckevicius |
make compile on MSVC, and fix stringmap_insert
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:42:16 -0500 |
Ryan C. Gordon |
Patched to compile.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 03:20:50 -0500 |
Ryan C. Gordon |
Implemented StringMap, for future use.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 01:21:21 -0500 |
Ryan C. Gordon |
Formalized the compiler's string cache into a real API.
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 00:29:15 -0400 |
Ryan C. Gordon |
Patched to compile.
|
file |
diff |
annotate
|
Sun, 05 Apr 2009 03:32:33 -0400 |
Ryan C. Gordon |
Added string hash/compare functions.
|
file |
diff |
annotate
|
Sun, 05 Apr 2009 03:31:52 -0400 |
Ryan C. Gordon |
Reworked hashtable create/destroy functions.
|
file |
diff |
annotate
|
Sun, 05 Apr 2009 03:20:53 -0400 |
Ryan C. Gordon |
Added mojoshader_common.c with first shot at generic hashtable.
|
file |
diff |
annotate
|