1. 43f9e0a Code health: Remove base address setting for mingw by Richard Levitte · 8 years ago
  2. f46661d HPUX: Add the forgotten $(DSTDIR) when linking DSOs by Richard Levitte · 8 years ago
  3. 075f7e2 Remove automatic RPATH by Richard Levitte · 8 years ago
  4. f780eaa Configurations/10-main.cf: AIX "facelift". by Andy Polyakov · 9 years ago
  5. 02f603f Makefile.shared: revert Haiku support commit. by Andy Polyakov · 9 years ago
  6. 8f41ff2 Add support for RC / WINDRES env variables by Richard Levitte · 9 years ago
  7. 6e08e9e Add Haiku support. by Jérôme Duval · 9 years ago
  8. 150a479 FreeBSD, at least, can restrict symbols in a shared library - so use the by Ben Laurie · 9 years ago
  9. 3752992 Solaris DSOs were still named libFOO.so, fixed by Richard Levitte · 9 years ago
  10. 1cb7757 correct name of GNU shared libraries by Roumen Petrov · 9 years ago
  11. d784bcf Fix DSO name on HP/UX by Richard Levitte · 9 years ago
  12. 35b3a61 Don't include all symbols from static libraries when building a DSO by Richard Levitte · 9 years ago
  13. 2b9608b Fix incorrect SO name on GNU platforms by Richard Levitte · 9 years ago
  14. 464dadb Makefile.shared: limit .dll image base pinning to FIPS builds. by Andy Polyakov · 9 years ago
  15. 520f434 Big rename fest of MingW shared libraries by Richard Levitte · 9 years ago
  16. 9ee0ed3 Big rename fest of engine DSO names, from libFOO.so to FOO.so by Richard Levitte · 9 years ago
  17. 24e7572 Simplify the generation of ld scripts for Linux and Solaris by Richard Levitte · 9 years ago
  18. e048fd5 Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dso by Richard Levitte · 9 years ago
  19. 3a55c92 Rethink the uplink / applink story by Richard Levitte · 9 years ago
  20. 4ad3864 Fix Solaris link_a and link_o by Richard Levitte · 9 years ago
  21. 7b86662 Display the windres command by Richard Levitte · 9 years ago
  22. 1407f85 Make util/mkrc.pl location agnostic and adapt Makefile.shared by Richard Levitte · 9 years ago
  23. 64c443e Add support for shared_rcflag, useful for windres (Cygwin and Mingw) by Richard Levitte · 9 years ago
  24. fcf80c4 unified build scheme: add the tweaks to build on Cygwin & Mingw by Richard Levitte · 9 years ago
  25. d746591 unified build scheme: adjust some scripts by Richard Levitte · 9 years ago
  26. f3ac500 Display the linking commands that are performed by Richard Levitte · 9 years ago
  27. c86ddbe Enhance and clear the support of linker flags by Richard Levitte · 9 years ago
  28. 2baf803 Don't export local symbols on Solaris by Matt Caswell · 9 years ago
  29. 42b8f14 Don't strip object files on Cygwin by Corinna Vinschen · 9 years ago
  30. e863d92 Don't export internal symbols by Matt Caswell · 9 years ago
  31. fcf64ba RT3548: Remove some unsupported platforms. by Rich Salz · 10 years ago
  32. 6c23ca0 RT3548: unsupported platforms by Rich Salz · 10 years ago
  33. 72f4219 Makefile.share: fix brown-bag typo in link_o.darwin. by Andy Polyakov · 15 years ago
  34. 75db4b2 Makefile.shared: link_o.darwin comment update. by Andy Polyakov · 15 years ago
  35. 1dc02bb Makefile.shared: debugging line slipped through in previous commit. by Andy Polyakov · 15 years ago
  36. cad6650 Makefile.shared: update link_o.dawrin rule. PR: 2306 by Andy Polyakov · 15 years ago
  37. 3477592 Fixes to CROSS_COMPILE, don't override command line option from environment by Dr. Stephen Henson · 15 years ago
  38. 6727565 PR: 2003 by Dr. Stephen Henson · 16 years ago
  39. ab4d689 Makefile.shared: improve portability of commit#17753. by Andy Polyakov · 16 years ago
  40. b3b201b Styling update to makefiles: eliminate redundant pipes. by Andy Polyakov · 16 years ago
  41. a370537 Styling update to makefiles: $() to denote make substitutions and $${} - by Andy Polyakov · 16 years ago
  42. 492279f AIX build updates. by Andy Polyakov · 17 years ago
  43. 4c1a6e0 Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev by Lutz Jänicke · 17 years ago
  44. 7df4c86 Minor fix in link_[oa].hpux. by Andy Polyakov · 18 years ago
  45. ae4eb3c IRIX and Tru64 platform updates. by Andy Polyakov · 18 years ago
  46. d6c7645 Proper support for shared build under MacOS X. by Andy Polyakov · 18 years ago
  47. cb1fbf9 --enable-auto-image-base in cygwin build. by Andy Polyakov · 18 years ago
  48. b506821 Allow shared builds for aix[64]-gcc targets. by Andy Polyakov · 18 years ago
  49. 0d1aa74 Fixes for aix-shared rules. by Andy Polyakov · 18 years ago
  50. 5b50f99 Further mingw build procedure updates. by Andy Polyakov · 18 years ago
  51. b8994b6 Harmonize dll naming in mingw builds. by Andy Polyakov · 18 years ago
  52. 08a6382 Allow for mingw cross-compile configuration. by Andy Polyakov · 18 years ago
  53. cbfb39d Rudimentary support for cross-compiling. by Andy Polyakov · 18 years ago
  54. 74aa1a4 Tiny up hpux targets. by Andy Polyakov · 19 years ago
  55. 4700aea Add BeOS support. by Ulf Möller · 19 years ago
  56. 9ab5170 Fix typos in osf1 shared rules. PR: 1248 Submitted by: Nikola Milutinovic by Andy Polyakov · 19 years ago
  57. 4f92a76 AIX -blibpath is not accumulative, one apparently has to specify even by Andy Polyakov · 19 years ago
  58. 99c675b Add -install_name in link_a.darwin rule. PR: 1218 by Andy Polyakov · 19 years ago
  59. 755c5b3 Fix install problems on MacOS X and HP-UX. PR: 1218,1185 by Andy Polyakov · 19 years ago
  60. ab6cf1b Darwin specific update for Configure and Makefile.shared. by Andy Polyakov · 20 years ago
  61. a41b0aa HP-UX specific updates to Makefile.org and Makefile.shared. by Andy Polyakov · 20 years ago
  62. 7858cc0 Solaris-specific Makefile.shared update from 098. by Andy Polyakov · 20 years ago
  63. 447aa49 Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com> by Richard Levitte · 20 years ago
  64. 0978dec Improve shell portability of new rules in Makefile.shared. by Andy Polyakov · 20 years ago
  65. c4cd925 Make Makefile.shared quiet again. by Andy Polyakov · 20 years ago
  66. f210eb7 Simplify shared rules, link run-path into applications only. by Andy Polyakov · 20 years ago
  67. 94c1672 Cygwin/mingw sync with stable. by Andy Polyakov · 20 years ago
  68. 8861ba3 Parameterize do_solaris rules in Makefile.shared. by Andy Polyakov · 20 years ago
  69. 0abfd60 Extend Solaris x86 support to amd64. by Andy Polyakov · 20 years ago
  70. db3cb0e Get rid of irritating noise. by Ben Laurie · 20 years ago
  71. fe28866 Make Makefile.shared BSD make-friendly, remove more redundant -lc, set up by Andy Polyakov · 20 years ago
  72. 485e30d Drop redundant -lc from a number of rules in Makefile.shared. It's by Andy Polyakov · 20 years ago
  73. 4aca929 The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, and by Richard Levitte · 20 years ago
  74. bd16cd6 As new major IRIX release is highly unlikely to appear [and break following], by Andy Polyakov · 20 years ago
  75. 07d488d Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoid by Andy Polyakov · 21 years ago
  76. 16760a3 Proper support for OpenBSD-i386 shared build, including assember modules! by Andy Polyakov · 21 years ago
  77. ec38ddc Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified" by Andy Polyakov · 21 years ago
  78. 8611934 Minor HP-UX make update. IA-64-based HP-UX favor .so extension for shared by Andy Polyakov · 21 years ago
  79. d0590fe Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes. by Andy Polyakov · 21 years ago
  80. 393b704 Minimal work-around for ./engine shared builds. "Minimal" means that I by Andy Polyakov · 21 years ago
  81. bef26f1 32-bit PA-RISC requires -Bsymbolic when linking libcrypto.sl. Without by Andy Polyakov · 21 years ago
  82. bc1ca86 Working on HP-UX shared support... by Andy Polyakov · 21 years ago
  83. 15fd2de hpux-shared rules to cover even for GNU ld. by Andy Polyakov · 21 years ago
  84. 1a83c37 Unified hpux-shared rule. Verified with both 32- and 64-bit builds and by Andy Polyakov · 21 years ago
  85. 2bbc970 Attempt to unify hpux-shared rules. More adjustments might be required by Andy Polyakov · 21 years ago
  86. 30fbcaa IRIX 6.x shared build fix-up. by Andy Polyakov · 21 years ago
  87. a109220 Correct a few typos. by Richard Levitte · 22 years ago
  88. 4a4a046 A single quote too many. by Richard Levitte · 22 years ago
  89. d6fd88f I forgot to continuation mark. by Richard Levitte · 22 years ago
  90. e96133e It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search for by Richard Levitte · 22 years ago
  91. 24692fc It seems like gcc-drivven shared library building on OpenUnix 8 requires by Richard Levitte · 22 years ago
  92. 132eaa5 Allow building applications against static libraries with Makefile.shared. by Richard Levitte · 22 years ago
  93. 2d3de72 Add full support for -rpath/-R, both in shared libraries and by Richard Levitte · 22 years ago
  94. f968059 To avoid any future programming glitches, let's make each and every by Richard Levitte · 22 years ago
  95. 62966f3 'a=b c=$a; echo $c' doesn't necessarily prints "b", '' vs. "", $s in by Andy Polyakov · 22 years ago
  96. c445142 Transfer the Solaris shared library building changes from 0.9.7-stable. by Richard Levitte · 22 years ago
  97. 0654bba Solaris shared build fix-ups. See RT#238,239 for details. by Andy Polyakov · 22 years ago
  98. 4d77d5b New DETECT_GNU_LD procedure. by Andy Polyakov · 22 years ago
  99. bfa96bc Add the INHIBIT_SYMLINKS flag variable to help Cygwin. by Richard Levitte · 22 years ago
  100. 8d6fc30 Keep on using ${CC}, since gcc may act in disguise. by Richard Levitte · 22 years ago