1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 22 hours ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initialise all globals appropriately before use. Fixed Incbin regression. Added bool long/double tests.
Brucey
as woollybah
More... about 11 years ago
Improved handling of whitespace after ..
Brucey
as woollybah
More... about 11 years ago
Private parts should not be exposed to interface. App is a module container. Improved error reporting, and output to stderr. Support build with no defined framework.
Brucey
as woollybah
More... about 11 years ago
Added support for Object Ptr Ptr. Removed generation of stubs for extern objects. Fixed .x parser for no params. Added check for string at end of function declaration. (eg. "win32")
Brucey
as woollybah
More... about 11 years ago
Implemented metadata generation.
Brucey
as woollybah
More... about 11 years ago
Defer init semanting for globals.
Brucey
as woollybah
More... about 11 years ago
Standard methods may be implemented by super class.
Brucey
as woollybah
More... about 11 years ago
Class super may not have implemented Delete()
Brucey
as woollybah
More... about 11 years ago
Assert first param is a bool.
Brucey
as woollybah
More... about 11 years ago
Removed some "Monkey" specific stuff interfering with actual methods of the same name.
Brucey
as woollybah
More... about 11 years ago
Handle non-breaking spaces (ascii 160).
Brucey
as woollybah
More... about 11 years ago
Added support for power operator. Fixes #27.
Brucey
as woollybah
More... about 11 years ago
Merge branch 'master' of https://github.com/GWRon/bcc
Brucey
as woollybah
More... about 11 years ago
Use offsetof() to determine field offsets for debugscope structs. Use atomic new for objects which do not reference other pointers (objects, strings, arrays).
Brucey
as woollybah
More... about 11 years ago
added new global test More... about 11 years ago
- extended numerics test num_02 to utilize the power-of sign "^" in various ways + modulo operator "mod" More... about 11 years ago
Fixes for Array casting.
Brucey
as woollybah
More... about 11 years ago
Fixed a missing abort() on null checks, under certain situations.
Brucey
as woollybah
More... about 11 years ago
Double check that string consts are stored before using them. This tends to happen when consts are used from imported files.
Brucey
as woollybah
More... about 11 years ago
Fixed interface init values not being set correctly.
Brucey
as woollybah
More... about 11 years ago
Fixed some array casting issues. Handle variable type usage better.
Brucey
as woollybah
More... about 11 years ago
Fixed generation of custom Compare() method. Added 1 to count of debug decls - to include the terminator part.
Brucey
as woollybah
More... about 11 years ago
Pointer updates. Fixed some debugscope issues.
Brucey
as woollybah
More... about 11 years ago
Generate debug/reflection data. (Yet) More function pointer tweaks. Fixed array casting. Fixed issue where some strings might be optimized out, and later used :-) Version bump...
Brucey
as woollybah
More... about 11 years ago
Removed Exceptions and Method Calls sections. Added Debug/Reflection section.
Brucey
as woollybah
More... about 11 years ago
Sanitize all chars.
Brucey
as woollybah
More... about 11 years ago
Regression. Fixes #25.
Brucey
as woollybah
More... about 11 years ago
Replaced various Replace()-calls with Sanitize() More... about 11 years ago
Regression. Fixes #23. Some tweaks for Var Ptrs.
Brucey
as woollybah
More... about 11 years ago
added helper with sanitize() function More... about 11 years ago