|
|
@1767
|
10 years |
stefan |
treat thirdparty projects also as normal projects
|
|
|
@1728
|
10 years |
stefan |
fix last commit
|
|
|
@1727
|
10 years |
stefan |
the prefix is set in AC_OUTPUT (if not set by user) which is too late …
|
|
|
@1715
|
10 years |
stefan |
fix copy-and-paste typo
|
|
|
@1711
|
10 years |
stefan |
remove some macros that had been added just recently, but then renamed
|
|
|
@1708
|
10 years |
lou |
Fix a bug that doubled the project name when converting Data/trunk/Foo …
|
|
|
@1707
|
10 years |
lou |
Backmerge r1697 from stable/0.6 to trunk. Grab the opportunity to …
|
|
|
@1696
|
10 years |
stefan |
escape argument of pkg-config --modversion
|
|
|
@1693
|
10 years |
lou |
Changes to make cmdDir more robust against differences in shells …
|
|
|
@1692
|
10 years |
lou |
Trivial change to documentation, but this is a good time to slide it in.
|
|
|
@1691
|
10 years |
lou |
Make cmdDir robust (Solaris vs. Linux shell)
|
|
|
@1690
|
10 years |
lou |
Remove an errant `exit' from the script.
|
|
|
@1689
|
11 years |
stefan |
add AC_SUBST for CFLAGS in COIN_HAS_PACKAGE; make abs_lib_dir point to …
|
|
|
@1688
|
11 years |
lou |
Add CoinRootEscaped? macro; identical to CoinRoot? but with escaped …
|
|
|
@1687
|
11 years |
lou |
Use MS BaseTsd?.h for 64-bit types.
|
|
|
@1686
|
11 years |
lou |
First cut at alternate build strategy for Coin with Visual Studio.
|
|
|
@1677
|
11 years |
stefan |
disable debugging output
|
|
|
@1676
|
11 years |
stefan |
add new COIN_HAS_PACKAGE macros to setup target specific linking …
|
|
|
@1675
|
11 years |
lou |
Make XXX_SVN_REV be a numeric quantity so it can be used conditional …
|
|
|
@1674
|
11 years |
andreasw |
fixed creation of symbolic links in example directories for VPATH …
|
|
|
@1672
|
11 years |
stefan |
fix order of libraries in fallback; get also cflags if they do not …
|
|
|
@1663
|
11 years |
stefan |
add prefix to COIN_PKG_CONFIG_PATH, also if it does not exists at …
|
|
|
@1662
|
11 years |
lou |
Turn off chattiness in COIN_DOXYGEN.
|
|
|
@1660
|
11 years |
andreasw |
avoid shell error messages because of missing quotes
|
|
|
@1659
|
11 years |
lou |
On 64-bit Windows, pointers are 64-bit but long is only 32-bit. …
|
|
|
@1658
|
11 years |
lou |
COIN_DOXYGEN to support new doxygen build structure. Change to …
|
|
|
@1656
|
11 years |
stefan |
revise fallback: check also dependencies and augment libs and cflags; …
|
|
|
@1655
|
11 years |
lou |
My bad. Not sure how I managed to get this to work initially, but …
|
|
|
@1631
|
11 years |
stefan |
use COIN_PKG_CONFIG_PATH only for path of .pc files of installed …
|
|
|
@1623
|
11 years |
stefan |
use COIN_PKG_CONFIG_PATH also in AC_COIN_MAIN_PACKAGEDIR
|
|
|
@1622
|
11 years |
lou |
Small tweak to make COIN_VPATH_LINK insensitive to newlines in list of …
|
|
|
@1614
|
11 years |
stefan |
do not touch ADDLIBS variable in COIN_HAS_MODULE*; instead, assemble …
|
|
|
@1611
|
11 years |
stefan |
be more careful about what will happen if arugment 2 is empty in …
|
|
|
@1608
|
11 years |
stefan |
augment ADDLIBS variable at the beginning
|
|
|
@1600
|
11 years |
stefan |
correct RPATH_FLAGS (forgot coin); add cludge to COIN_MAIN_PROJECTDIR …
|
|
|
@1598
|
11 years |
lou |
Remove duplicate print statement, artifact of rewrite.
|
|
|
@1597
|
11 years |
lou |
Add some quoting to fix a bug Andreas found.
|
|
|
@1596
|
11 years |
lou |
Make run_autotools less aggressive about installing autotools …
|
|
|
@1595
|
11 years |
lou |
Restore command line specification of directories. Add parameters to …
|
|
|
@1594
|
11 years |
stefan |
add also /ThirdParty? to RPATH_FLAGS
|
|
|
@1593
|
11 years |
lou |
Release scripts *_new_release rewritten for new script architecture. …
|
|
|
@1590
|
11 years |
andreasw |
on my Ubuntu setup, I need this change in commit_new_release
|
|
|
@1581
|
11 years |
stefan |
do not set -fomit-frame-pointer explicitely, but let gcc decide …
|
|
|
@1580
|
11 years |
lou |
Added warning when directory holding run_autotools doesn't match …
|
|
|
@1573
|
11 years |
lou |
Tweak PROJECTDIR_INIT comments and layout for smooth transition from …
|
|
|
@1563
|
11 years |
lou |
Really should have the legal notices and svn id.
|
|
|
@1562
|
11 years |
lou |
Substantial revisions to allow more independent placement of projects. …
|
|
|
@1561
|
11 years |
lou |
Correctly handle case where directory used for external does not match …
|
|
|
@1560
|
11 years |
stefan |
fixes to AC_COIN_DOXYGEN: AC_CHECK_PROG already prints 'checking for …
|
|
|
@1559
|
11 years |
stefan |
fix COIN_HAS_MODULE_LAPACK for the case that lapack is included in …
|
|
|
@1558
|
11 years |
stefan |
append required packages to the beginning of its list, so that …
|
|
|
@1557
|
11 years |
lou |
Whoops. Make commit_new_stable generic and safe by default.
|
|
|
@1556
|
11 years |
lou |
New scripts for generating stable versions. Significantly different …
|
|
|
@1555
|
11 years |
lou |
Precursor; adding macro for doxygen in preparation for later changes.
|
|
|
@1551
|
11 years |
stefan |
do not set FLIBS to -link /NODEFAULTLIB:libc.lib, since it seem to be …
|
|
|
@1547
|
11 years |
stefan |
directory may not yet exists if it is configured after the current project
|
|
|
@1544
|
11 years |
stefan |
merge split branch rev. 1543 into trunk
|
|
|
@1517
|
11 years |
tkr |
How did that bug get recommitted again?
|
|
|
@1516
|
11 years |
tkr |
Removing 'stable' from version number
|
|
|
@1515
|
11 years |
tkr |
Putting quotes around the revision number
|
|
|
@1506
|
11 years |
tkr |
More bug fixes for the case where arguments are missing…
|
|
|
@1505
|
11 years |
tkr |
Fixing conflict with changes Stefan made to allow version info to be set
|
|
|
@1504
|
11 years |
tkr |
Ugh, one more try
|
|
|
@1503
|
11 years |
tkr |
Setting variable for SVN revision number
|
|
|
@1502
|
11 years |
tkr |
Setting variable for SVN revision number
|
|
|
@1501
|
11 years |
tkr |
Setting variable for version number
|
|
|
@1376
|
12 years |
stefan |
does not work on solaris; take back
|
|
|
@1373
|
12 years |
stefan |
allow user to overwrite doc install directory
|
|
|
@1372
|
12 years |
stefan |
AC_COIN_EXAMPLE_FILES: add and evaluate enable-doscompile option …
|
|
|
@1369
|
12 years |
tkr |
Change name of temporary file
|
|
|
@1366
|
12 years |
tkr |
Slight change to prepare_new_release
|
|
|
@1364
|
12 years |
tkr |
Souping up prepare_new_release
|
|
|
@1362
|
12 years |
tkr |
Merging changes related to setting version info
|
|
|
@1324
|
12 years |
andreasw |
merged in changes from BSP 2009 (rev 1323)
|
|
|
@1320
|
12 years |
stefan |
substitute variable GLPKOBJ in Makefiles
|
|
|
@1303
|
12 years |
stefan |
add missing quote (fix suggested by P. Belotti); merged changeset 1302 …
|
|
|
@1266
|
12 years |
andreasw |
added support for Metis
|
|
|
@1259
|
12 years |
lou |
Fix an error that caused AC_INIT in Proj/configure.ac to not be …
|
|
|
@1237
|
12 years |
andreasw |
allow --disable-lapack
|
|
|
@1234
|
12 years |
andreasw |
make sure FLIBS is used in check of provided MUMPS library
|
|
|
@1224
|
12 years |
stefan |
allow (and ignore) commented lines in Externals file
|
|
|
@1211
|
13 years |
lou |
Long-promised revised versions of release scripts.
|
|
|
@1191
|
13 years |
ladanyi |
Do not do run_autotools on ThirdParty/??*/* (same as changeset #1189 in …
|
|
|
@1187
|
13 years |
andreasw |
set properties
|
|
|
@1168
|
13 years |
stefan |
check whether the C++ compiler actually works
|
|
|
@1113
|
13 years |
andreasw |
Merged in changes from …
|
|
|
@1082
|
13 years |
andreasw |
allow AC_COIN_HAS_BLAS to be used from ThirdParty/Mumps? (not tested)
|
|
|
@1033
|
13 years |
andreasw |
making sure that trunk has the same files as stable/0.5
|
|
|
@1023
|
13 years |
ladanyi |
changed default opt level to -O from -O3 for xlc
|
|
|
@1017
|
13 years |
tkr |
Undefining HAVE_WINDOWS_H
|
|
|
@1001
|
13 years |
ladanyi |
replaced 'let new_rel++' with '2' for better script portability
|
|
|
@994
|
13 years |
ladanyi |
added unsigned 64bit integer type to the windows defs
|
|
|
@966
|
13 years |
andreasw |
added a few definitions from Ipopt config.h
|
|
|
@963
|
13 years |
ladanyi |
Removed #defines not belonging to this file
|
|
|
@960
|
13 years |
andreasw |
taking care of BuildTools? ticket #62
|
|
|
@951
|
13 years |
andreasw |
added libtool fix for Darwin for shared library support, as suggested …
|
|
|
@946
|
13 years |
andreasw |
added a few things for building of loadable libraries
|
|
|
@937
|
13 years |
andreasw |
add PROJDOCDIR to the automatically generated makefile variables for …
|
|
|
@928
|
13 years |
andreasw |
set keyword property on Makemain.inc
|
|
|
@925
|
13 years |
ladanyi |
removed unnecessary SIZEOF definitions
|
|
|