Earlier this year
-
r132
(note to self: check before commiting unknown changes) committed by obriencj
- note to self: check before commiting unknown changes
note to self: check before commiting unknown changes
-
r131
(I forget... these changes were just sitting around.) committed by obriencj
- I forget... these changes were just sitting around.
I forget... these changes were just sitting around.
-
r130
(more memoize madness) committed by obriencj
- more memoize madness
-
r129
(replaced some functions that cache their returns to use a me...) committed by obriencj
- replaced some functions that cache their returns to use a memoizing decorator. Fixed classinfo's
major,minor number reversal
replaced some functions that cache their returns to use a memoizing decorator. Fixed classinfo's
major,minor number reversal
-
r128
(replaced the 'owner' attribute with 'cpool' to make it more ...) committed by obriencj
- replaced the 'owner' attribute with 'cpool' to make it more obvious that's what it needs to be.
Renamed Asciz to Utf8 to match the class spec document. Removed some asserts and replaced them with
exceptions. Added some useful Exception subclasses
replaced the 'owner' attribute with 'cpool' to make it more obvious that's what it needs to be.
Renamed Asciz to Utf8 to match the class spec document. Removed some asserts and replaced them with
exceptions. Added some useful Exception subclasses
-
r127
(fixing and cleanup) committed by obriencj
- fixing and cleanup
-
-
-
r124
(cleanup for readability, if anyone out there is actually rea...) committed by obriencj
- cleanup for readability, if anyone out there is actually reading
cleanup for readability, if anyone out there is actually reading
-
r123
(got it working! Sounds pretty spiffy, especially once the ar...) committed by obriencj
- got it working! Sounds pretty spiffy, especially once the artifacts from the R/2R DAC are filtered
out, heh.
got it working! Sounds pretty spiffy, especially once the artifacts from the R/2R DAC are filtered
out, heh.
-
r122
(changed to using two interrupts, one for fiddling the speake...) committed by obriencj
- changed to using two interrupts, one for fiddling the speaker pins, the other for dealing with the
tempo. Also added some 'bumping' on another knob. Need to add an ifdef to turn that off.
changed to using two interrupts, one for fiddling the speaker pins, the other for dealing with the
tempo. Also added some 'bumping' on another knob. Need to add an ifdef to turn that off.
-
r121
(I got tired of the pin arrangement here, so I moved things a...) committed by obriencj
- I got tired of the pin arrangement here, so I moved things around
I got tired of the pin arrangement here, so I moved things around
-
r120
(update the comments for people who read them on sequencer_2....) committed by obriencj
- update the comments for people who read them on sequencer_2. Also begun work on sequencer_3... aka:
let's start playing with a DAC
update the comments for people who read them on sequencer_2. Also begun work on sequencer_3... aka:
let's start playing with a DAC
-
r119
(fixed some silliness with the freq division in the new seque...) committed by obriencj
- fixed some silliness with the freq division in the new sequencer, and turned debugging off on the
old sequencer.
fixed some silliness with the freq division in the new sequencer, and turned debugging off on the
old sequencer.
-
r118
(now with the power of INTERRUPTS) committed by obriencj
- now with the power of INTERRUPTS
now with the power of INTERRUPTS
-
r117
(now with the power of INTERRUPTS) committed by obriencj
- now with the power of INTERRUPTS
now with the power of INTERRUPTS
-
r116
(some cleanup and pin re-placment. I need to look into moving...) committed by obriencj
- some cleanup and pin re-placment. I need to look into moving the frequency generating code into a
PWR interrupt next
some cleanup and pin re-placment. I need to look into moving the frequency generating code into a
PWR interrupt next
-
r115
(added a directional switch which can also halt the progressi...) committed by obriencj
- added a directional switch which can also halt the progression of the sequence
added a directional switch which can also halt the progression of the sequence
-
-
-
r112
(fix for lack of an LNT) committed by obriencj
- fix for lack of an LNT
-
r111
(ok, that tabbing was stupid.) committed by obriencj
- ok, that tabbing was stupid.
ok, that tabbing was stupid.
-
r110
(switching to tabs, moving the synthetic, bridge, and varargs...) committed by obriencj
- switching to tabs, moving the synthetic, bridge, and varargs flags out of keywords and into a
display like the Deprecated attribute uses (use --verbose to see them, now)
switching to tabs, moving the synthetic, bridge, and varargs flags out of keywords and into a
display like the Deprecated attribute uses (use --verbose to see them, now)
-
r109
(synthetic can be indicated either via an access flag ACC_SYN...) committed by obriencj
- synthetic can be indicated either via an access flag ACC_SYNTHETIC or an attribute Synthetic. TODO
add support for RuntimeVisibleAnnotations attributes
synthetic can be indicated either via an access flag ACC_SYNTHETIC or an attribute Synthetic. TODO
add support for RuntimeVisibleAnnotations attributes
-
r108
(forgot that get_const_val for a method index returned a tupl...) committed by obriencj
- forgot that get_const_val for a method index returned a tuple, not a string. This fixes the
EnclosingMethod attribute in classinfo
forgot that get_const_val for a method index returned a tuple, not a string. This fixes the
EnclosingMethod attribute in classinfo
-
r107
(added support for the -o option to classinfo, which will ena...) committed by obriencj
- added support for the -o option to classinfo, which will enable display of the local variables and
the local variable types tables
added support for the -o option to classinfo, which will enable display of the local variables and
the local variable types tables
-
r106
(added understanding for Bridge methods, also added support f...) committed by obriencj
- added understanding for Bridge methods, also added support for grabbing the Signature and
EmbeddingMethod properties where they exist
added understanding for Bridge methods, also added support for grabbing the Signature and
EmbeddingMethod properties where they exist
-
r105
(the idea here is to send queued serial data (or read buffere...) committed by obriencj
- the idea here is to send queued serial data (or read buffered serial data) only when it won't cause
a delay in other scheduled systems
the idea here is to send queued serial data (or read buffered serial data) only when it won't cause
a delay in other scheduled systems
-
r104
(Do be fair, this is the first time I've ever written C++) committed by obriencj
- Do be fair, this is the first time I've ever written C++
Do be fair, this is the first time I've ever written C++
-
r103
(don't know if these build, but they might.) committed by obriencj
- don't know if these build, but they might.
don't know if these build, but they might.
-
r102
(some enhancements. I've also had an idea for an excellent bu...) committed by obriencj
- some enhancements. I've also had an idea for an excellent buffering source/sink attached to serial
lines to permit serial communication to happen in-between tightly scheduled events without
interferring or delaying them
some enhancements. I've also had an idea for an excellent buffering source/sink attached to serial
lines to permit serial communication to happen in-between tightly scheduled events without
interferring or delaying them
-
r101
(fixed the scheduler) committed by obriencj
- fixed the scheduler
-
r100
(just some Work In Progress stuff) committed by obriencj
- just some Work In Progress stuff
just some Work In Progress stuff
-
-
r98
(playing with a scheduler) committed by obriencj
- playing with a scheduler
-
-
-
r95
(let's start to clean up this project so we can add an eagle ...) committed by obriencj
- let's start to clean up this project so we can add an eagle layout for the arduino shield and some
python modules
let's start to clean up this project so we can add an eagle layout for the arduino shield and some
python modules
-
-
r93
(I can spell.) committed by obriencj
- I can spell.
-
r92
(actually builds now) committed by obriencj
- actually builds now
-
-
r90
(version bump) committed by obriencj
- version bump
-
r89
(fixing some broken stuff in classinfo for abstract methods) committed by obriencj
- fixing some broken stuff in classinfo for abstract methods
fixing some broken stuff in classinfo for abstract methods
-
r88
(now it works) committed by obriencj
- now it works
-
r87
(some jarinfo work) committed by obriencj
- some jarinfo work
-
r86
(some jarinfo work) committed by obriencj
- some jarinfo work
-
r85
(some jarinfo work) committed by obriencj
- some jarinfo work
-
r84
(renaming one module, getting a place-holder set up for the j...) committed by obriencj
- renaming one module, getting a place-holder set up for the jarinfo utility
renaming one module, getting a place-holder set up for the jarinfo utility
-
r83
(whoops, missed an email) committed by obriencj
- whoops, missed an email
|