From: Erik W. <ome...@us...> - 2003-02-19 23:59:17
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/19 15:59:16 Modified files: specialib : specialib.h Log message: fixed stupid cut&paste bug |
From: Erik W. <ome...@us...> - 2003-02-21 04:01:39
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 20:01:38 Modified files: scripts : sl-functions-stub specialib : specialib.c specialib.h Log message: updates to use a totally different style of generated header |
From: Erik W. <ome...@us...> - 2003-02-21 04:25:19
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 20:25:18 Modified files: scripts : sl-functions-stub specialib : sl_random.c sl_random.h specialib.c specialib.h Log message: Added a terminator to the function list Added sl_random_U8_range(min,max) and friends Fixed up the global function list management |
From: Erik W. <ome...@us...> - 2003-02-21 05:08:15
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 21:08:07 Modified files: specialib : Makefile.am specialib.c specialib.h Log message: Fixed CFLAGS line Added code so select_impl will store the current sl_arch Rewrote validate and time routines to take just a single sl_func_impl |
From: Erik W. <ome...@us...> - 2003-02-21 05:40:26
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 21:40:25 Modified files: scripts : sl-functions-stub Log message: assume there is *always* a __ version that is the default |
From: Erik W. <ome...@us...> - 2003-02-21 05:53:30
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 21:53:29 Modified files: scripts : sl-exp-functions-stub sl-functions-stub sl-metaspecialize sl-object-stub sl_arch.py sl_parser.py specialize Log message: convert back to python instead of python2, but we're *not* python 1.x friendly |
From: Erik W. <ome...@us...> - 2003-02-21 06:05:46
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 22:05:45 Added files: specialib : sl_types.h Log message: added sl_types.h where SL_TYPE_U8 is uint8_t, etc. |
From: Erik W. <ome...@us...> - 2003-02-21 06:28:45
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 22:28:44 Modified files: specialib : sl_preamble.h Log message: sl_preamble.h brings in sl_types.h so generated headers work |
From: Erik W. <ome...@us...> - 2003-02-21 06:33:45
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 22:33:44 Modified files: scripts : sl_common.py Log message: added code to normalize argument lists for whitespace |
From: Erik W. <ome...@us...> - 2003-02-22 01:47:29
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/21 17:47:27 Modified files: specialib : specialib.h Log message: added SL_ACCURACY() |
From: Erik W. <ome...@us...> - 2003-02-22 01:48:47
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/21 17:48:46 Modified files: scripts : sl-functions-stub sl-metaspecialize sl_arch.py sl_common.py sl_parser.py Log message: Significant rewrite of the sl_arch/sl_impl/sl_func objects, along with the parser and function-stub generator. Now keeps explicit track of the actual symbol associated with the implementation, and allows the symbol to be anything the author wants. WARNING: #define'd functions do *not* work yet |
From: Erik W. <ome...@us...> - 2003-02-24 23:40:45
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/24 15:40:45 Modified files: scripts : sl-functions-stub sl_arch.py sl_common.py sl_parser.py Log message: Rework the #define'd functions stuff so it works with the new sl_impl stuff. |
From: Erik W. <ome...@us...> - 2003-02-25 03:43:22
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/24 19:43:21 Modified files: scripts : sl-exp-functions-stub sl-functions-stub sl_arch.py sl_common.py specialib : specialib.c specialib.h Log message: fixes to the expansion-lib routines and the comment parser |
From: Erik W. <ome...@us...> - 2003-02-25 04:03:15
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/24 20:03:14 Modified files: scripts : sl_parser.py Log message: minor tweak so the parser ignores comments not fully left-justified (probably need even more discimination here) |
From: Erik W. <ome...@us...> - 2003-02-25 04:18:50
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/24 20:18:49 Modified files: scripts : sl-functions-stub sl_common.py Log message: Sort the functions before writing to the stubs, so they're easier to wade through. Cache the sorted list for performance. |
From: Erik W. <ome...@us...> - 2003-02-25 04:32:41
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/24 20:32:39 Modified files: scripts : sl_arch.py specialib : architectures.h sl_timestamp.h Log message: cleaned up ds's pet peeve (ppc->powerpc) |
From: Erik W. <ome...@us...> - 2003-02-25 08:02:09
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/25 00:02:09 Modified files: scripts : sl_common.py sl_parser.py Log message: added linenum for errors, fixed the regexp for #define's to handle embedded spaces in the args |
From: Erik W. <ome...@us...> - 2003-02-25 09:07:33
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/25 01:07:32 Modified files: scripts : sl-functions-stub Log message: significantly rearranged the generated code order to support routines calling others in their own library |
From: Erik W. <ome...@us...> - 2003-02-25 21:09:32
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/25 13:09:31 Modified files: scripts : sl_parser.py Log message: stupid off-by-one errors |
From: Erik W. <ome...@us...> - 2003-02-26 01:17:57
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/25 17:17:55 Modified files: scripts : sl_common.py Log message: added check so the details header doesn't have to have a name at all |
From: Erik W. <ome...@us...> - 2003-02-26 08:21:37
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/26 00:21:36 Modified files: scripts : sl_arch.py Log message: use correct accuracy values |
From: Erik W. <ome...@us...> - 2003-03-05 13:56:06
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/03/05 05:56:04 Modified files: scripts : sl_arch.py Log message: fixed SL_ARCH_ACCURACY usage |
From: Erik W. <ome...@us...> - 2003-03-05 13:59:21
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/03/05 05:59:20 Modified files: specialib : Makefile.am sl_arch.c sl_arch.h specialib.c specialib.h Log message: added most of the fuzzy sl_arch matching code |
From: Erik W. <ome...@us...> - 2003-03-12 21:59:35
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/03/12 13:59:34 Modified files: docs : sl_arch.txt scripts : sl-functions-stub specialib : sl_arch.c specialib.c Log message: Updated custom flags handling, plus docs Commented out some fprintfs |
From: Erik W. <ome...@us...> - 2003-03-25 00:52:58
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/03/24 16:52:57 Modified files: scripts : sl-functions-stub sl-metaspecialize sl_arch.py specialize Log message: updates to help make libmpeg build again |