1. c6b3d38 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. by Björn Stenberg · 16 years ago
  2. 2c52dee Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler - less than half the size of the compiled C function, and ~45% faster. by Jens Arnold · 16 years ago
  3. 56e75be Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning). by Jens Arnold · 18 years ago
  4. a796260 Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. by Jens Arnold · 18 years ago
  5. 0cc8b71 Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible. by Jens Arnold · 18 years ago
  6. 761652a Fixed dependency problem in compressed firmware build. (archos recorder v1) by Jens Arnold · 19 years ago
  7. b55f20a Hopefully fix highly parallel build of recorder 8mb by Brandon Low · 19 years ago
  8. e1108ab Adjusted the decompressor work to build a compressed image for the Archos by Daniel Stenberg · 19 years ago
  9. 4c38514 Self-extracting loader: Cleaner method for inclusion of the UCL-compressed image. The input image is now checked for correctness and converted to C source. The Makefile still needs fixing... by Jens Arnold · 19 years ago
  10. 104b81e Fixed self-extracting loader: (1) Proper startup code, ensuring the stack pointer is set to the desired location. (2) Code cleanup. by Jens Arnold · 19 years ago
  11. dbff1f2 Archos targets: Self-extractor for on-disk firmware images to work around the file size limit. Re-uses rockbox.ucl. Not yet integrated with build system. by Jens Arnold · 19 years ago