index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
decompressor
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-18
Add KEEP() around vectors in linker scripts.
Boris Gjenero
1
-1
/
+1
2011-11-09
Fix assembler .size directives. Currently used binutils don't complain, but 2...
Boris Gjenero
1
-1
/
+1
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
1
-0
/
+1
2008-11-07
Fix tabs galore.
Jens Arnold
1
-42
/
+42
2008-11-07
Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...
Jens Arnold
1
-0
/
+1
2008-11-01
Shave off another 4 instructions (8 bytes).
Jens Arnold
1
-15
/
+11
2008-10-29
Save another 4 bytes without sacrificing performance by subroutine rearrangem...
Jens Arnold
1
-11
/
+9
2008-10-28
Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ...
Jens Arnold
3
-72
/
+164
2008-09-25
Make a local function static.
Jens Arnold
1
-4
/
+4
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2
-4
/
+8
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2
-0
/
+0
2006-10-28
Make the build process informative again for 'make' 3.80 and earlier. Those '...
Jens Arnold
1
-1
/
+1
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
1
-14
/
+8
2006-10-22
Speed up build process in general by using internal functions of make instead...
Jens Arnold
1
-7
/
+7
2006-03-07
Fixed dependency problem in compressed firmware build. (archos recorder v1)
Jens Arnold
1
-1
/
+1
2006-02-13
Hopefully fix highly parallel build of recorder 8mb
Brandon Low
1
-1
/
+4
2005-12-05
Adjusted the decompressor work to build a compressed image for the Archos
Daniel Stenberg
1
-22
/
+25
2005-11-30
Self-extracting loader: Cleaner method for inclusion of the UCL-compressed im...
Jens Arnold
3
-17
/
+19
2005-11-28
Fixed self-extracting loader: (1) Proper startup code, ensuring the stack poi...
Jens Arnold
3
-24
/
+68
2005-11-27
Archos targets: Self-extractor for on-disk firmware images to work around the...
Jens Arnold
3
-0
/
+266