aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* reformat .so files to include version numberJakob Odersky2012-06-181-3/+2
|
* *add testsJakob Odersky2012-06-185-10/+239
| | | | | *add debug setting *modify header comments
* move sources back to top-level src directoryJakob Odersky2012-06-173-0/+0
|
* move source files to src/c to prepare support for other languagesJakob Odersky2012-06-173-0/+0
|
* refactor a forgotten int to boolJakob Odersky2012-06-172-4/+4
|
* add ability to get currentr output statusJakob Odersky2012-06-172-27/+86
|
* format codeJakob Odersky2012-06-152-79/+80
|
* use stdboolJakob Odersky2012-06-142-4/+6
|
* total refactorJakob Odersky2012-06-142-173/+128
| | | | | *Devices are no longer handled by their port numbers but by passing a `device structure'. This eliminates the need of a global variable, associating port numbers to devices. *Analog inputs/outputs and counters are zero-indexed in their names, i.e. `analog1' is now called `analog0' in any definitions
* add program installation/uninstallation rulesJakob Odersky2012-06-041-1/+1
|
* refactoringJakob Odersky2012-05-292-12/+12
|
* refactor code, adding prefix 'k8055' to every public functionJakob Odersky2012-05-292-124/+124
|
* support for c++ compilersJakob Odersky2012-05-291-0/+8
|
* fix bug on port indicesJakob Odersky2012-05-071-2/+2
|
* refactor code: typedef instead of structJakob Odersky2012-04-051-13/+13
|
* add quick readJakob Odersky2012-04-012-4/+27
|
* initial commitJakob Odersky2012-03-313-0/+577