1. 7f9fc20 Use full_path_subst on more places, to avoid replacing the wrong occurrences in by Vencislav Atanasov · 5 years ago
  2. 4c933a1 build: Properly generate build dependency for autogenerated bitmap .h files by Solomon Peachy · 6 years ago
  3. b959655 Fix unsafe substitutions in Makefile. by Amaury Pouly · 7 years ago
  4. cadb362 Add rbcodecplatform.h and rbcodecconfig.h. by Sean Bartell · 13 years ago
  5. 4b56ee0 Refactor and unify objcopy calls in the build system. Also now properly handles DEBUG builds on hosted targets to keep debug symbols if necessary. by Thomas Martitz · 13 years ago
  6. f269aa0 build system: unify/simplify library handling a bit. by Thomas Martitz · 13 years ago
  7. adb1b52 remove obsolete comment by Rafaël Carré · 13 years ago
  8. 27c509f makefiles by Rafaël Carré · 14 years ago
  9. e3fc65c change dependencies in make files: by Teruaki Kawashima · 15 years ago
  10. 4fc0022 Dependency generation now uses all cores on multi-core machines. by Björn Stenberg · 15 years ago
  11. 54715e6 Small fix for asmdefs, make sure $var is cleared the line after it is read, so that value *must* follow label immediately. by Andrew Mahone · 15 years ago
  12. fec4206 Handle sh and m68k compiler's output correctly in asmdefs2file by Andrew Mahone · 15 years ago
  13. 668a769 Add new asmdefs mechanism for exporting information only available to the C compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details. by Andrew Mahone · 15 years ago
  14. 541072a Rework addtargetdir.pl to also fix prefix generated-file depedencies with the target directory, and simplify the sed expression for mkdepfile. by Andrew Mahone · 15 years ago
  15. 4fb5864 Move generated lang-related files to their own directory in preparation of localizable plugins. by Tom Ross · 16 years ago
  16. e8da447 Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators under Windows using MingW by Maurus Cuelenaere · 16 years ago
  17. 0d97a5f Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644. by Björn Stenberg · 16 years ago
  18. 3eece18 Write dependencies to a temporary file until they are completed. This fixes the problem with an aborted dependency generation not being detected. by Björn Stenberg · 16 years ago
  19. a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
  20. 6640978 Altered mkdepfile to use a single gcc call and post-process the output. This speeds up the dependency generation, especially in cygwin. by Björn Stenberg · 16 years ago
  21. 344ad68 FS#9566: Change regex to make it work on old versions of sed. by Björn Stenberg · 16 years ago
  22. 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