1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
git-svn-id: https://enigma-dev.svn.sourceforge.net/svnroot/enigma-dev/trunk@56 726d713c-bd1a-46cb-9ef0-1b6e075168bb More... almost 16 years ago
Closer to templates working in full. More... almost 16 years ago
Random commit More... almost 16 years ago
Commit for serp More... about 16 years ago
Random Commit More... about 16 years ago
Created a trunk, branches, and tags. Moved serprex's new folder to branches More... about 16 years ago
Fixing whatever serp did More... about 16 years ago
git-svn-id: https://enigma-dev.svn.sourceforge.net/svnroot/enigma-dev@49 726d713c-bd1a-46cb-9ef0-1b6e075168bb More... about 16 years ago
Revised some 9001 year old code More... about 16 years ago
The C headers all compile on Linux. Working on C++ basics, as in <cstdlib> More... about 16 years ago
git-svn-id: https://enigma-dev.svn.sourceforge.net/svnroot/enigma-dev@46 726d713c-bd1a-46cb-9ef0-1b6e075168bb More... about 16 years ago
Fixed __CONCAT (meaning ## and # and all affiliated nastiness). Added __const. Did some other stuff so stdio compiles on Linux. Working on Math.h Next challenge is an "extern" problem. Then onto stdlib. Then I can start swinging at the C++ headers. More... about 16 years ago
C headers parse correctly on Vista. This includes stdio, stdlib, string, and math. (All .h, regular string and cstdio are untested thus far.) More... about 16 years ago
Closer, works on Vista as well as on linux before this commit. Linux may not work anymore, I'll see... More... about 16 years ago
More progress. Should compile now. More... about 16 years ago
Left out this bastard. <_< More... about 16 years ago
Forgot these. More... about 16 years ago
More progress. More... about 16 years ago
Random update. Closer to completion, again. Most things work. Current problem is something I overlooked regarding *(), but I'm too tired to think what it is right now. It's probably something simple. Haven't looked into it yet, it just popped up now which is why I'ma bed. No one reads this anyway, really, so. More... about 16 years ago
git-svn-id: https://enigma-dev.svn.sourceforge.net/svnroot/enigma-dev@37 726d713c-bd1a-46cb-9ef0-1b6e075168bb More... about 16 years ago
Integrating expression evaluator into preprocessors. Finishing preprocessors. More... about 16 years ago
Limited template support; revised ExtRegister to support structs so code could be simplified in that area. See diff and think for yourself for details. More... about 16 years ago
This is a test file for the C parser. Any changes are irrelevant. More... about 16 years ago
git-svn-id: https://enigma-dev.svn.sourceforge.net/svnroot/enigma-dev@33 726d713c-bd1a-46cb-9ef0-1b6e075168bb More... about 16 years ago
Closer to done. More... about 16 years ago
Modularized the plugin's initialization routine. This will make it easier to fix a bug where loading in LGM causes the Enigma tree items to go away. More... over 16 years ago
Enigma Plugin now detects missing/corrupt SvnKit better. * Achieved by catching an Error to abort the update module. * LGM should consider catching Errors to abort failed plugins. More... over 16 years ago
Linked up the updater with the rest of the plugin UNTESTED - I've only tested with SUBFOLDER set to true, not false. More... over 16 years ago
More complex svn handling for EnigmaPlugin * Now able to checkout, update, and determine whether checkout/update are needed * Asks user before checking out or updating More... over 16 years ago
Added an Updater class to begin work with SvnKit * Not nearly done yet, but should work, if you have SvnKit * classpath and manifest edited for SvnKit More... over 16 years ago