root/juggler/branches/2.2/Doozer++/ChangeLog

Revision 20955, 9.8 kB (checked in by patrick, 1 year ago)

Merged Doozer++ 2.1.12 from its vendor branch. This version adds support for
the x86_64 architecture on Mac OS X.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 DATE       AUTHOR       CHANGE
2 ---------- ------------ -------------------------------------------------------
3 2007-05-30 patrickh     Added support for x86_64 binaries on Mac OS X.
4                         NEW VERSION: 2.1.12
5 2007-05-30 patrickh     Added support for DragonFly (a fork of FreeBSD 4).
6                         NEW VERSION: 2.1.11
7 2006-12-19 patrickh     Fixed a serious bug in DPP_ABI_SETUP.
8                         NEW VERSION: 2.1.10
9 2006-11-20 patrickh     Extended the NSPR detection tests to provide more
10                         information to the caller regarding the NSPR
11                         installation.
12                         NEW VERSION: 2.1.9
13 2006-11-20 patrickh     Fixed NSPR detection tests.
14                         NEW VERSION: 2.1.8
15 2006-11-09 patrickh     Extended the tests for OpenAL, ALUT, GLUT, NSPR, and
16                         Audiere to be smarter about 64-bit installations and to
17                         report the directory containing the library (or
18                         libraries) for the package.
19                         NEW VERSION: 2.1.7
20 2006-11-09 patrickh     Extended DPP_HAVE_GLUT to handle the Mac OS X GLUT
21                         framework.
22                         NEW VERSION: 2.1.6
23 2006-11-09 patrickh     Store the Boost header directory path in
24                         $BOOST_INCLUDE_DIR.
25                         NEW VERSION: 2.1.5
26 2006-11-02 patrickh     Separated the ALUT test from DPP_HAVE_OPENAL. The new
27                         way to test for ALUT is to use DPP_HAVE_ALUT.
28                         NEW VERSION: 2.1.4
29 2006-08-31 patrickh     Callers of DPP_ABI_SETUP can now override the default
30                         set of architectures targeted when making universal
31                         binaries on Mac OS X.
32                         NEW VERSION: 2.1.3
33 2006-07-10 patrickh     Added compiler detection macros for Objective-C
34                         (DPP_PROG_OBJC) and Objective-C++ (DPP_PROG_OBJCXX).
35 2006-06-25 patrickh     Added support for universal binaries on Mac OS X.
36                         NEW VERSION: 2.1.2
37 2006-06-25 patrickh     Use libtool(1) instead of ar(1) on Mac OS X.
38 2006-05-17 patrickh     Fixed a version detection bug in DPP_HAVE_GNU_MAKE for
39                         the case of GNU Make pre-releases.
40                         NEW VERSION: 2.1.1
41 2006-04-14 patrickh     dpp.libs.targets.mk no longer dictates naming
42                         conventions for static and shared libraries.
43                         NEW VERSION: 2.1.0
44
45 [2.0.2 released - 4.14.2006]===================================================
46 2005-11-16 patrickh     Provide $BOOST_LIB_VERSION from DPP_HAVE_BOOST as
47                         extracted directly from boost/version.hpp.
48 2005-08-23 patrickh     Added awareness of GCJ in the JDK detection macros.
49 2005-07-01 patrickh     Fixed libjvm.so detection on Linux/amd64.
50
51 [2.0.1 released - 6.18.2005]===================================================
52 2005-03-20 patrickh     Introduced DPP_VERSION_CHECK_MSG_NO_CACHE.
53                         NEW VERSION: 2.0.1
54
55 [2.0.0 released - 2.16.2005]===================================================
56 2004-12-02 patrickh     Improved support for the Intel C/C++ compiler.
57                         NEW VERSION: 1.99.20
58 2004-12-02 patrickh     DPP_PROG_CC and DPP_PROG_CXX no longer call
59                         DPP_SETUP_COMPILER automatically.
60                         NEW VERSION: 1.99.19
61 2004-11-07 patrickh     Added initial support for Objective-C in the makefile
62                         stubs.
63                         NEW VERSION: 1.99.19
64 2004-11-05 patrickh     Updated, improved, and fixed DPP_CHECK_JNI.
65                         NEW VERSION: 1.99.18
66 2004-11-03 patrickh     Changed DPP_HAVE_OPENGL to use AC_PATH_XTRA instead of
67                         AC_PATH_X.  Use X_CFLAGS and X_LIBS instead of
68                         X_INCLUDES and X_LDFLAGS.
69                         NEW VERSION: 1.99.17
70 2004-10-21 patrickh     Fixed the macros in config/pkgs so that tests can now
71                         be disallowed using the --without-<pkg> option variant.
72                         NEW VERSION: 1.99.16
73 2004-03-01 patrickh     Renamed the variable $_EXTRA_FLAGS variable in abi.m4
74                         to the more meaningful $ABI_FLAGS.
75                         NEW VERSION: 1.99.15
76 2003-11-23 patrickh     Fully synchronized with RELENG_1_5.
77                         NEW VERSION: 1.99.14
78 2003-11-23 patrickh     Added support for generating Python code from IDL.
79 2003-11-23 patrickh     Added a "warning level" feature for compiling with
80                         different degrees of strictness.
81 2003-06-10 patrickh     Changed the command-line arguments --with-awroot,
82                         --with-paroot, --with-synroot, and --with-glutroot to
83                         --with-audioworks, --with-portaudio, --with-subsynth,
84                         and --with-glut respectively.
85                         NEW VERSION: 1.99.12
86 2003-05-23 patrickh     Merged the compiler warning level features from
87                         RELENG_1_5.
88                         NEW VERSION: 1.99.11
89 2003-01-25 patrickh     Changed the command-line arguments --with-oglroot and
90                         --with-oalroot to --with-opengl and --with-openal
91                         respectively.
92                         NEW VERSION: 1.99.10
93 2002-12-02 patrickh     Added macros for determining which linker to use and if
94                         that linker is GNU ld.
95                         NEW VERSION: 1.99.9
96 2002-12-02 patrickh     Swapped the order of the first two arguments to
97                         DPP_HAVE_CPPUNIT.
98                         Added the new macro DPP_CHECK_DYNLAOD_LIB.
99                         NEW VERSION: 1.99.8
100 2002-11-27 patrickh     Rewrote the CppUnit detection macro.  The command-line
101                         argument it adds has been changed to --with-cppunit.
102                         It now takes another argument specifying the minimum
103                         required version.
104 2002-11-17 patrickh     Resynchronized with RELENG_1_5 as of today.
105                         NEW VERSION: 1.99.7
106 2002-09-18 nonchocoboy  Renamed dos2unix and unix2dos to unixpath and dospath
107                         respectively.
108                         NEW VERSION: 1.99.6
109 2002-08-16 patrickh     Removed the empty macro DPP_SYSTEM_SETUP().
110                         NEW VERSION: 1.99.5
111 2002-08-16 patrickh     Separated compiler-sepcific setup from system-specific
112                         setup.  There is now a macro called DPP_COMPILER_SETUP
113                         that handles the compiler-specific configuration.  It
114                         is called automaticaly by DPP_PROG_CC and DPP_PROG_CXX.
115                         NEW VERSION: 1.99.4
116 2002-07-31 patrickh     Revamped DPP_PERL_VER to work better and to deal with
117                         the version numbering change between Perl 5.005 and
118                         5.6.0.
119                         NEW VERSION: 1.99.3
120 2002-05-28 patrickh     Added a version check to DPP_HAVE_BOOST().  The minimum
121                         version number is the first argument.  All the other
122                         arguments have been "shifted over" one position.  This
123                         was merged from the 1.5 release branch.
124                         NEW VERSION: 1.99.2
125 2002-04-06 patrickh     Improved support for forcing the use of GCC for
126                         compiling.
127                         NEW VERSION: 1.99.1
128 2002-04-03 patrickh     Moved package-detection macros into pkgs, a new
129                         subdirectory of config.
130                         NEW VERSION: 1.99.0
131 2002-12-14 patrickh     Added the ability to specify the path to the NSPR
132                         headers in the DPP_HAVE_NSPR macro through the use of
133                         a new command line option (--with-nspr-includes).  Part
134                         of this change included a modifcation to the argument
135                         list of DPP_NSPR_VER.
136                         NEW VERSION: 1.4.101
137 2002-01-13 subatomic    Added tests for CppUnit and Boost.
138 2002-01-02 patrickh     Added dpp.simple-app.mk, a backend makefile stub for
139                         compiling a single application from a (potentially
140                         complex) source base.
141 2002-01-02 patrickh     Fixed DPP_VERSION_COMPARE for all platforms.  ksh(1) is
142                         no longer required at all on Solaris.
143                         NEW VERSION: 1.4.99
144 2001-12-19 patrickh     Initial support for building profiled libraries in
145                         addition to debugging and optimized versions.
146                         NEW VERSION: 1.4.98
147 2001-12-10 patrickh     Fixed a major bug in DPP_VERSION_COMPARE that prevented
148                         it from ever working correctly.
149                         NEW VERSION: 1.4.97
150 2001-12-06 patrickh     Changed the search order for the macro DPP_PATH_JAVA.
151                         The new order gives preference to the
152                         command-line-specified path which makes sense.
153 2001-11-18 patrickh     Added -DPIC to the C and C++ compiler's dynamic library
154                         command-line arguments.
155 2001-11-15 patrickh     Added recognition of a new variable to dpp.install.mk
156                         that allows users to list subdirectories for recursion
157                         where only installation will occur.
158 2001-11-13 patrickh     Version number changed to 1.4.95 after the addition of
159                         DPP_JDK_VERSION.
160 2001-11-10 patrickh     Generalized the IDL support.
161 2001-10-12 patrickh     Increased version to 1.4.94 after successful testing
162                         with Autoconf 2.52 and Automake 1.5.  ace.m4 and
163                         nspr.m4 had circular dependencies that Autoconf 2.5x
164                         does not allow.
165 2001-09-06 patrickh     The targets for building shared libraries (DLLs) have
166                         been renamed to avoid confusion.
Note: See TracBrowser for help on using the browser.