forked from RIOT-OS/RIOT
-
Notifications
You must be signed in to change notification settings - Fork 0
release statistics
Oleg Hahm edited this page Jun 2, 2014
·
11 revisions
RIOT-OS version | number of files (1) | lines of code (w/o docs) (2) | development time(3) | commits (4) | diffstat (5) | top 5 commiters (6) |
2013.08 | 372 | 49212 (42989) | --- | --- | --- | 222 Oliver Hahm 140 Kaspar Schleiser 104 Oleg Hahm 85 mlenders 46 Stephan Zeisberg |
2014.01 | 741 | 136097 (82777) | 120 days | 584 | 655 files changed, 59590 insertions(+), 17450 deletions(-) |
155 Ludwig Ortmann 141 Oleg Hahm 76 Christian Mehlis 52 Oliver Hahm 32 Kaspar Schleiser |
2014.05 | 1271 | 173578 (132041) | 126 days | 617 | 1170 files changed, 87997 insertions(+), 53701 deletions(-) | 145 Ludwig Ortmann 117 René Kijewski 83 Oleg Hahm 69 Martin Lenders 65 Christian Mehlis |
find . -type f -not -regex '\./\.git/.*' | wc -l
find . -type f -not -regex '\./\.git.*' | xargs cat | wc -l; echo "($(find . -name *.[hcS] -not -regex '\./\.git.*' | xargs cat | wc -l))"
- START=
git log --pretty="format:%at %d" | grep 'tag: A' | awk '{print $1}'
; END=git log --pretty="format:%at %d" | grep 'tag: B' | awk '{print $1}'
; echo $(( (END - START) /(606024) git log --no-merges --pretty=oneline A..B | wc -l
git diff --shortstat A..B
git shortlog --no-merges -n -s A..B |head -n 5
RIOT - The friendly Operating System for the Internet of Things
Homepage | [GitHub] (https://github.com/RIOT-OS/) | Developers Mailing List | Users Mailing List | Twitter @RIOT_OS
- Family: ARM
- Board: Airfy Beacon
- Board: Arduino Due
- Board: IoT LAB_M3
- Board: mbed_lpc1768
- Board: MSB-IoT
- Board: MSBA2
- Board: OpenMote
- Board: PCA1000x (nRF51822 Development Kit)
- Board: UDOO
- Board: Samr21 xpro
- Board: Spark Core
- Board: STM32F0discovery
- Board: STM32F3discovery
- Board: STM32F4discovery
- Board: yunjia-nrf51822
- Family: ATmega
- Board: Arduino Mega2560
- Family: MSP430
- Board: MSB-430H
- Board: TelosB
- Board: WSN430
- Board: Zolertia Z1
- Board: eZ430-Chronos
- Family: native
- Board: native
- Family: x86
- Board: Intel Galileo