Android CTS 6.0 release 3
  1. fafaf56 mklib: clean up abi flags for x86 targets by Mike Frysinger · 12 years ago
  2. b352d67 bin/mklib: remove '-m32' for arm linux by Han Shen(沈涵) · 12 years ago
  3. ac8a933 mklib: tab cleanup, no functional change by Alexander von Gluck · 13 years ago
  4. a5608a5 mklib: Add Haiku build support by Alexander von Gluck · 13 years ago
  5. beef101 mklib: fix static lib building by filtering out -L, -l options by Wayne E. Robertz · 13 years ago
  6. 93db12a mesa: Remove support for BeOS by Ian Romanick · 13 years ago
  7. 2835c51 darwin: mklib: Make the real file match the id by Jeremy Huddleston · 13 years ago
  8. 8fd8de3 mesa: fix build for NetBSD by Pierre Allegraud · 13 years ago
  9. c085cd6 Cygwin: Adjust mklib so -linker and -cplusplus options are processed more like they are for linux by Jon TURNEY · 14 years ago
  10. c55a8a7 Cygwin: Teach mklib/minstall to properly install libraries on cygwin by Jon TURNEY · 14 years ago
  11. 36b1953 Cygwin: Change mklib not to report the full archname on cygwin by Jon TURNEY · 14 years ago
  12. 8fee182 Cygwin: Have mklib exit with error code if link fails by Jon TURNEY · 14 years ago
  13. 5d66fc6 mklib: Fix amd64 builds on Solaris when using Sun compilers by Alan Coopersmith · 14 years ago
  14. 54f9c50 Fixed mklib to properly merge static libraries on darwin. by Alex Weiss · 14 years ago
  15. edd85bc bin/mklib: Clear CDPATH to avoid damaging expand_archive output by Keith Packard · 14 years ago
  16. e3114d3 Cygwin build fix: Fix linkage by Jon TURNEY · 14 years ago
  17. 79cc455 Revert "Make mklib propogate all errors" by Dan Nicholson · 14 years ago
  18. cc66847 mklib: remove unused -contents_of_archives(), add comments by Brian Paul · 14 years ago
  19. d6f5549 Make mklib propogate all errors by Jon TURNEY · 14 years ago
  20. 205c965 mklib: Teach mklib to fail build if link fails on cygwin by Brian Paul · 14 years ago
  21. 77c0800 mklib: Fix static library generation/installation on Solaris by Alan Coopersmith · 14 years ago
  22. a1de400 mklib: Extract archives into temporary directories by Dan Nicholson · 14 years ago
  23. 12039aa mklib: use a wrapper for ar by Brian Paul · 15 years ago
  24. 57cce7a mklib: put usage info into usage() function by Brian Paul · 15 years ago
  25. 191d965 mklib: expand .a into .o files on FreeBSD, put common code into subroutines by Brian Paul · 15 years ago
  26. ad7f9d7 darwin: mklib: Use lipo rather than file to figure out architectures of object files by Jeremy Huddleston · 15 years ago
  27. 23671e5 mklib: Ensure target directory exists for library by Dan Nicholson · 15 years ago
  28. 7eed6ab Cygwin build fixes by Jon TURNEY · 15 years ago
  29. eef79d5 mklib: replace if/expr with case by Tormod Volden · 15 years ago
  30. 9cb3cde mesa: Prepend "-Wl," to linking options by Tormod Volden · 15 years ago
  31. 3cf6e62 mklib improvements for Solaris by Alan Coopersmith · 15 years ago
  32. 145d498 mesa: fix static library construction by Brian Paul · 16 years ago
  33. ac0d196 Apple: Cleaned up some linking and dylib ids issues by Jeremy Huddleston · 16 years ago
  34. f7eb0ce mklib: don't version symbols when using --exports by Julien Cristau · 16 years ago
  35. e1f9adc Solaris port of Mesa 7.1 with autoconf support by Alan Coopersmith · 16 years ago
  36. f9c8af3 Add support for dfbsd to mklib script. by Hasso Tepper · 16 years ago
  37. 9993ccc Apple: Pulled in changes from Apple's patchset to allow mesa to build on darwin again by Jeremy Huddleston · 16 years ago
  38. 5c0c883 added -altopts to allow overriding all other opts by Andy Skinner · 16 years ago
  39. fc7ddea Use -Bsymbolic for linking all shared objects. by Michel Dänzer · 17 years ago
  40. 2a3e338 add support for LDFLAGS env var by Dan Nicholson · 17 years ago
  41. 1a413b4 Use -pthread instead of -lpthread on FreeBSD. by Eric Anholt · 17 years ago
  42. ed2fddc special case for -pthread (bug 10876) by Brian · 17 years ago
  43. 98abd1b simplify .a suffixing by Brian · 17 years ago
  44. a9455bb remove static lib before building to make more bulletproof by Bernardo Innocenti · 17 years ago
  45. 0a3a1c6 fix -noprefix option for Solaris (bug 7722) by Brian Paul · 18 years ago
  46. 5beff7c updates for GNU/Hurd (bug 6657) by Brian Paul · 18 years ago
  47. b3282a3 assorted AIX, IRIX fixes from Dan Schikore by Brian Paul · 18 years ago
  48. 1e1af99 Use 'file' command in more places to determine the library ABI (IRIX, SunOS, by Brian Paul · 18 years ago
  49. 56e0ee8 remove the -dlopen option. Always make both kinds of libs for AIX, Darwin. by Brian Paul · 18 years ago
  50. fe14cf6 Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modules by Brian Paul · 18 years ago
  51. 59ebe1f pass -m32 or -m64 to linker for SunOS as needed (bug 6484) by Brian Paul · 18 years ago
  52. ef8b89f some comments for Darwin by Brian Paul · 18 years ago
  53. 1c04be5 Fix FreeBSD build by building libGL in the order desired, and doing a fix to my by Eric Anholt · 19 years ago
  54. 32a7ab2 Darwin version fix (SF bug 1334274) by Brian Paul · 19 years ago
  55. b83435f Attempt to fix libGL on FreeBSD, where the library was being built without any by Eric Anholt · 19 years ago
  56. 7a534dc remove .a file before creating new one by Brian Paul · 19 years ago
  57. aba4864 Make the linux-dri-x86 builds work on x86-64 again. mklib now by Ian Romanick · 19 years ago
  58. f1a2613 Since this isn't a bash script, don't use function and instead inline the usage by Eric Anholt · 19 years ago
  59. 7c1ab40 Add license/copyright. Add -h/--help option for usage. Minor clean-ups. by Brian Paul · 19 years ago
  60. 8dcc673 Added -linker option to mklib, used to specify a particular program for by Brian Paul · 19 years ago
  61. ccda216 fix Darwin dynamic lib naming by Brian Paul · 19 years ago
  62. 3e19618 if building 32-bit objects in 64-bit environment, use -m32 flag by Brian Paul · 19 years ago
  63. 0d5e6cc fixed OSF/1 shared lib problem (bug 1065260) by Brian Paul · 20 years ago
  64. b17a1a1 merge the AIX and AIX64 cases by Brian Paul · 20 years ago
  65. 158a251 added initial support for -exports option, Linux/OpenBSD only for now by Brian Paul · 20 years ago
  66. c498742 if CXX or CC env vars aren't set, use g++, gcc by default (Linux) by Brian Paul · 20 years ago
  67. a16bdb5 Enable builds on AIX 64-bit by Karl Schultz · 20 years ago
  68. b784b8f indentation fixes by Brian Paul · 20 years ago
  69. ef4dd5a Update BeOS mklib to set mimetype and version. Static lib build support added. by Philippe Houdoin · 20 years ago
  70. 76cfed8 added commands for AIX shared libs (Shane Blackett) by Brian Paul · 20 years ago
  71. 9eecb03 Make sure mklib sees the definition of CC and CXX. Make mklib respect by Ian Romanick · 20 years ago
  72. ac0cfee fix HP-UX typo (bug 941576) by Brian Paul · 20 years ago
  73. 580548d added CYGWIN support by Brian Paul · 20 years ago
  74. c50d77a minor tweak for Darwin by Brian Paul · 20 years ago
  75. dd74e36 added -noprefix option for making DRI drivers by Brian Paul · 20 years ago
  76. 52fb07e merge from 6.0.1 branch by Brian Paul · 20 years ago
  77. c05658d more Darwin tweaks by Brian Paul · 20 years ago
  78. aaba075 tweaks to Darwin code by Brian Paul · 20 years ago
  79. c193bd0 assorted updates and new AIX support (Dan Schikore) by Brian Paul · 20 years ago
  80. 09a4f91 fix library naming glitches (bug 904867) by Brian Paul · 20 years ago
  81. 6e450f2 some minor tweaks by Brian Paul · 20 years ago
  82. 5396ab2 bunch of assorted updates/changes by Brian Paul · 20 years ago
  83. f8c31fc more IRIX tweaks by Brian Paul · 20 years ago
  84. dc8f8bd fix ARCHOPT typo by Brian Paul · 20 years ago
  85. 9ca723f fix C++ link issues on IRIX by Brian Paul · 20 years ago
  86. 5b9a9d4 tweak OpenBSD and SunOS commands by Brian Paul · 20 years ago
  87. 4b60344 use -G not -shared for gcc on SunOS by Brian Paul · 20 years ago
  88. 12d6cae Use same steps for Linux and OpenBSD. Added AIX/gcc support. by Brian Paul · 20 years ago
  89. b3b725b Assorted mklib tweaks. Added Intel icc support to mklib. by Brian Paul · 21 years ago
  90. 1a644b3 tweaks for SunOS by Brian Paul · 21 years ago
  91. f023391 another tweak from Matt Sealey by Brian Paul · 21 years ago
  92. e96a121 prefix MAKELIB with TOP in default case (Matt Sealey) by Brian Paul · 21 years ago
  93. 65e2ab3 added MorphOS instructions (Matt Sealey) by Brian Paul · 21 years ago
  94. 1c4b711 Eric Plante's updates for OSMesa16. by Brian Paul · 21 years ago
  95. 1761087 SunOS tweaks (Greg Menke) by Brian Paul · 21 years ago
  96. 8c20c7b Replace most mklib.* scripts with a new uber-mklib script with more features. by Brian Paul · 21 years ago