| 1 |
DATE AUTHOR CHANGE |
|---|
| 2 |
---------- ------------ ------------------------------------------------------- |
|---|
| 3 |
2004-03-01 patrickh Renamed the variable $_EXTRA_FLAGS variable in abi.m4 |
|---|
| 4 |
to the more meaningful $ABI_FLAGS. |
|---|
| 5 |
NEW VERSION: 1.99.15 |
|---|
| 6 |
2003-11-23 patrickh Fully synchronized with RELENG_1_5. |
|---|
| 7 |
NEW VERSION: 1.99.14 |
|---|
| 8 |
2003-11-23 patrickh Added support for generating Python code from IDL. |
|---|
| 9 |
2003-11-23 patrickh Added a "warning level" feature for compiling with |
|---|
| 10 |
different degrees of strictness. |
|---|
| 11 |
2003-06-10 patrickh Changed the command-line arguments --with-awroot, |
|---|
| 12 |
--with-paroot, --with-synroot, and --with-glutroot to |
|---|
| 13 |
--with-audioworks, --with-portaudio, --with-subsynth, |
|---|
| 14 |
and --with-glut respectively. |
|---|
| 15 |
NEW VERSION: 1.99.12 |
|---|
| 16 |
2003-05-23 patrickh Merged the compiler warning level features from |
|---|
| 17 |
RELENG_1_5. |
|---|
| 18 |
NEW VERSION: 1.99.11 |
|---|
| 19 |
2003-01-25 patrickh Changed the command-line arguments --with-oglroot and |
|---|
| 20 |
--with-oalroot to --with-opengl and --with-openal |
|---|
| 21 |
respectively. |
|---|
| 22 |
NEW VERSION: 1.99.10 |
|---|
| 23 |
2002-12-02 patrickh Added macros for determining which linker to use and if |
|---|
| 24 |
that linker is GNU ld. |
|---|
| 25 |
NEW VERSION: 1.99.9 |
|---|
| 26 |
2002-12-02 patrickh Swapped the order of the first two arguments to |
|---|
| 27 |
DPP_HAVE_CPPUNIT. |
|---|
| 28 |
Added the new macro DPP_CHECK_DYNLAOD_LIB. |
|---|
| 29 |
NEW VERSION: 1.99.8 |
|---|
| 30 |
2002-11-27 patrickh Rewrote the CppUnit detection macro. The command-line |
|---|
| 31 |
argument it adds has been changed to --with-cppunit. |
|---|
| 32 |
It now takes another argument specifying the minimum |
|---|
| 33 |
required version. |
|---|
| 34 |
2002-11-17 patrickh Resynchronized with RELENG_1_5 as of today. |
|---|
| 35 |
NEW VERSION: 1.99.7 |
|---|
| 36 |
2002-09-18 nonchocoboy Renamed dos2unix and unix2dos to unixpath and dospath |
|---|
| 37 |
respectively. |
|---|
| 38 |
NEW VERSION: 1.99.6 |
|---|
| 39 |
2002-08-16 patrickh Removed the empty macro DPP_SYSTEM_SETUP(). |
|---|
| 40 |
NEW VERSION: 1.99.5 |
|---|
| 41 |
2002-08-16 patrickh Separated compiler-sepcific setup from system-specific |
|---|
| 42 |
setup. There is now a macro called DPP_COMPILER_SETUP |
|---|
| 43 |
that handles the compiler-specific configuration. It |
|---|
| 44 |
is called automaticaly by DPP_PROG_CC and DPP_PROG_CXX. |
|---|
| 45 |
NEW VERSION: 1.99.4 |
|---|
| 46 |
2002-07-31 patrickh Revamped DPP_PERL_VER to work better and to deal with |
|---|
| 47 |
the version numbering change between Perl 5.005 and |
|---|
| 48 |
5.6.0. |
|---|
| 49 |
NEW VERSION: 1.99.3 |
|---|
| 50 |
2002-05-28 patrickh Added a version check to DPP_HAVE_BOOST(). The minimum |
|---|
| 51 |
version number is the first argument. All the other |
|---|
| 52 |
arguments have been "shifted over" one position. This |
|---|
| 53 |
was merged from the 1.5 release branch. |
|---|
| 54 |
NEW VERSION: 1.99.2 |
|---|
| 55 |
2002-04-06 patrickh Improved support for forcing the use of GCC for |
|---|
| 56 |
compiling. |
|---|
| 57 |
NEW VERSION: 1.99.1 |
|---|
| 58 |
2002-04-03 patrickh Moved package-detection macros into pkgs, a new |
|---|
| 59 |
subdirectory of config. |
|---|
| 60 |
NEW VERSION: 1.99.0 |
|---|
| 61 |
2002-12-14 patrickh Added the ability to specify the path to the NSPR |
|---|
| 62 |
headers in the DPP_HAVE_NSPR macro through the use of |
|---|
| 63 |
a new command line option (--with-nspr-includes). Part |
|---|
| 64 |
of this change included a modifcation to the argument |
|---|
| 65 |
list of DPP_NSPR_VER. |
|---|
| 66 |
NEW VERSION: 1.4.101 |
|---|
| 67 |
2002-01-13 subatomic Added tests for CppUnit and Boost. |
|---|
| 68 |
2002-01-02 patrickh Added dpp.simple-app.mk, a backend makefile stub for |
|---|
| 69 |
compiling a single application from a (potentially |
|---|
| 70 |
complex) source base. |
|---|
| 71 |
2002-01-02 patrickh Fixed DPP_VERSION_COMPARE for all platforms. ksh(1) is |
|---|
| 72 |
no longer required at all on Solaris. |
|---|
| 73 |
NEW VERSION: 1.4.99 |
|---|
| 74 |
2001-12-19 patrickh Initial support for building profiled libraries in |
|---|
| 75 |
addition to debugging and optimized versions. |
|---|
| 76 |
NEW VERSION: 1.4.98 |
|---|
| 77 |
2001-12-10 patrickh Fixed a major bug in DPP_VERSION_COMPARE that prevented |
|---|
| 78 |
it from ever working correctly. |
|---|
| 79 |
NEW VERSION: 1.4.97 |
|---|
| 80 |
2001-12-06 patrickh Changed the search order for the macro DPP_PATH_JAVA. |
|---|
| 81 |
The new order gives preference to the |
|---|
| 82 |
command-line-specified path which makes sense. |
|---|
| 83 |
2001-11-18 patrickh Added -DPIC to the C and C++ compiler's dynamic library |
|---|
| 84 |
command-line arguments. |
|---|
| 85 |
2001-11-15 patrickh Added recognition of a new variable to dpp.install.mk |
|---|
| 86 |
that allows users to list subdirectories for recursion |
|---|
| 87 |
where only installation will occur. |
|---|
| 88 |
2001-11-13 patrickh Version number changed to 1.4.95 after the addition of |
|---|
| 89 |
DPP_JDK_VERSION. |
|---|
| 90 |
2001-11-10 patrickh Generalized the IDL support. |
|---|
| 91 |
2001-10-12 patrickh Increased version to 1.4.94 after successful testing |
|---|
| 92 |
with Autoconf 2.52 and Automake 1.5. ace.m4 and |
|---|
| 93 |
nspr.m4 had circular dependencies that Autoconf 2.5x |
|---|
| 94 |
does not allow. |
|---|
| 95 |
2001-09-06 patrickh The targets for building shared libraries (DLLs) have |
|---|
| 96 |
been renamed to avoid confusion. |
|---|