Menu

Code Commit Log


Commit Date  
[r676] by w_cholmondeley

Very minor GCGB change: Made it easier to click on and select a programmer in the Preferences dialog

2017-12-19 15:07:12 Tree
[r675] by w_cholmondeley

Minor changes to GCGB source to allow re-use in Programmer Editor. Should be no changes to GCGB behaviour

2017-12-19 14:56:03 Tree
[r674] by w_cholmondeley

New tool: Programmer Editor. This is based on code from GCGB and allows easy editing of programmer settings.

2017-12-19 14:40:03 Tree
[r673] by w_cholmondeley

GCGB improvements:
- Programmer/Tool Editor window tidied up. Clearer layout, and a description of the various settings is now provided at the bottom of the window
- Added tick box to Preferences > Compiler tab to treat warnings as errors

2017-12-19 11:16:24 Tree
[r672] by w_cholmondeley

GCGB programmer selection improvements:
- Can now choose which programmers are preferred (drag and drop to reorder, or move between preferred and other programmers list)
- Can now edit UseIf setting for programmers
- Compile and Download With menu now makes the used programmer the most preferred one.
- Also fixed a GCGB bug, += and -= operations were being corrupted.

2017-12-18 18:00:14 Tree
[r671] by w_cholmondeley

Compiler change: Added error message for when a subroutine and a variable have the same name

2017-12-18 13:01:00 Tree
[r670] by w_cholmondeley

Minor compiler fix: use SP rather than SPL on some smaller AVR devices

2017-12-17 04:44:19 Tree
[r669] by evanvennn

Added SSD1331 library

2017-12-15 11:13:26 Tree
[r668] by evanvennn

Added Microchip RTCC library for PIC

2017-12-15 11:07:45 Tree
[r667] by w_cholmondeley

Compiler improvements:
- Added ShowProgressCounters option - add to [gcbasic] section of ini file and set to n to remove percentage complete display in verbose mode
- Compiler now returns exit code. Exit code will be 0xdeadbeef if errors found during compilation, exit code from programmer if programmer was run, or 0 otherwise.
- Compiler will now call appropriate programmer automatically. Add a UseIf = line to the [tool] section, specify multiple programmers in the programmer = line in the [gcbasic] section, and the first programmer with a value useif condition will be chosen.

2017-12-13 16:33:37 Tree
Older >