Search:
Login
Help/Guide
About Trac
Preferences
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
View Latest Revision
Older Revisions
→
source:
trunk
Revision Log Mode:
Stop on copy
Follow copies
Show only adds and deletes
View log starting at
and back to
Show at most
revisions per page.
Show full log messages
Legend:
Added
Modified
Copied or renamed
Diff
Rev
Age
Author
Log Message
(edit)
@2963
7 years
stefan
fixup --enable-msvc
(edit)
@2962
7 years
stefan
remove --enable-doscompile=mingw -mno-cygwin does not work on current …
Diff
Rev
Age
Author
Log Message
(edit)
@2946
7 years
stefan
call get scripts with -y option; set svn keywords prop
Diff
Rev
Age
Author
Log Message
(edit)
@2880
7 years
tkr
Fixing issue with CYGWIN and MSVC++
(edit)
@2879
7 years
stefan
fix for
r2878
: echo has to be after xargs
(edit)
@2878
7 years
stefan
do dos2unix before xargs - according to Ted this fixed some issue on …
Diff
Rev
Age
Author
Log Message
(edit)
@2865
7 years
stefan
make warning message more precise
Diff
Rev
Age
Author
Log Message
(edit)
@2863
8 years
stefan
fix obvious bug in setting CYGPATH_W to echo
(edit)
@2862
8 years
tkr
Undoing quoting of PKGCONFIG
(edit)
@2861
8 years
tkr
Quoting PKG_CONFIG and setting CYGPATH_W to echo for gcc
Diff
Rev
Age
Author
Log Message
(edit)
@2857
8 years
tkr
Adding additional library search directory
Diff
Rev
Age
Author
Log Message
(edit)
@2841
8 years
stefan
restore
r2838
, but fix issue with */* projects; also fix updating of …
(edit)
@2840
8 years
stefan
revert
r2838
, breaks things for */* projects
Diff
Rev
Age
Author
Log Message
(edit)
@2838
8 years
stefan
fix issues with prepare_new_* script when using -p option: externals …
Diff
Rev
Age
Author
Log Message
(edit)
@2801
8 years
stefan
adapt whitespace to avoid changes in configure
(edit)
@2800
8 years
stefan
move project versioning stuff into extra macro
Diff
Rev
Age
Author
Log Message
(edit)
@2767
8 years
stefan
compiler flags may be determined before deciding on shared or static …
(edit)
@2766
8 years
stefan
try to use -MD(d) instead of -MT(d) for (i)cl builds if …
(edit)
@2765
8 years
stefan
by default, disable pkg-config for msvc++ builds
(edit)
@2764
8 years
stefan
use AC_CHECK_TOOL instead of AC_PATH_TOOL to check for pkg-config: may …
Diff
Rev
Age
Author
Log Message
(edit)
@2758
8 years
tkr
Generate debug information
Diff
Rev
Age
Author
Log Message
(edit)
@2676
8 years
stefan
don't advertise or use automatically --enable-static-standardlibs for now
Diff
Rev
Age
Author
Log Message
(edit)
@2668
8 years
stefan
fix auto select of use_static_standardlibs
Diff
Rev
Age
Author
Log Message
(edit)
@2659
8 years
stefan
add --enable-static-standardlibs to add flags like …
Diff
Rev
Age
Author
Log Message
(edit)
@2618
8 years
stefan
workaround problems with wrong guessing of libdir on opensuse 64bit systems
Diff
Rev
Age
Author
Log Message
(edit)
@2583
9 years
stefan
patch by Sébastien Farro to fix problems when using svnversion on …
Diff
Rev
Age
Author
Log Message
(edit)
@2577
9 years
stefan
remove wsock32.lib from dependencies
Diff
Rev
Age
Author
Log Message
(edit)
@2555
9 years
tkr
Adding property sheets
Diff
Rev
Age
Author
Log Message
(edit)
@2485
9 years
tkr
Fix for OSX
Diff
Rev
Age
Author
Log Message
(edit)
@2482
9 years
stefan
fix confusing clang compiler with MS compiler (cl) or Intel compiler …
Diff
Rev
Age
Author
Log Message
(edit)
@2477
9 years
stefan
add define for availability of cstddef with MS compiler
Diff
Rev
Age
Author
Log Message
(edit)
@2431
10 years
stefan
fix setup of library dependencies to filter out libiomp5 too
Diff
Rev
Age
Author
Log Message
(edit)
@2423
10 years
stefan
avoid HAVE_ZLIB and HAVE_BZLIB defines
(edit)
@2422
10 years
stefan
add AC_COIN_CHECK_GMP; cleanup a few other macros
(edit)
@2421
10 years
stefan
enable zlib and bzlib by default, do not require --enable-gnu-packages …
Diff
Rev
Age
Author
Log Message
(edit)
@2401
10 years
stefan
fix comments
(edit)
@2400
10 years
stefan
Data projects are also normal projects
(edit)
@2399
10 years
stefan
do not replace first argument of AC_COIN_PROJECTDIR_INIT
Diff
Rev
Age
Author
Log Message
(edit)
@2395
10 years
stefan
disable build for thirdparty projects without get-script; workaround …
Diff
Rev
Age
Author
Log Message
(edit)
@2362
10 years
stefan
report error if autoconf or automake cannot be found
Diff
Rev
Age
Author
Log Message
(edit)
@2357
10 years
stefan
try to fix setup of numeric version number in prepare_new_stable
Diff
Rev
Age
Author
Log Message
(edit)
@2335
10 years
andreasw
type in quotation
Diff
Rev
Age
Author
Log Message
(edit)
@2330
10 years
stefan
undo chgset 2291, since it does not help
Diff
Rev
Age
Author
Log Message
(edit)
@2328
10 years
stefan
undo chgset 2292, it seems to do things even worse on AIX
Diff
Rev
Age
Author
Log Message
(edit)
@2305
10 years
stefan
should be safe not to make the prefix optional
(edit)
@2304
10 years
stefan
add COIN_CHECK_ISFINITE and COIN_CHECK_ISNAN (copied from
CoinUtils?
)
Diff
Rev
Age
Author
Log Message
(edit)
@2293
10 years
stefan
change help string to --disable-... for options that are enabled by default
(edit)
@2292
10 years
stefan
AIX does not seem to have tr, so use some other way to replace …
(edit)
@2291
10 years
stefan
for AIX builds, patch config.status to reduce the length of commands …
(edit)
@2290
10 years
stefan
remove unused LIBTOOL_WRAPPER
(edit)
@2289
10 years
stefan
as in chgset 2243 for prepare_new_release, update update of version …
(edit)
@2288
10 years
stefan
use AC_CHECK_TOOLS instead of AC_CHECK_PROGS to check for fortran …
Diff
Rev
Age
Author
Log Message
(edit)
@2273
10 years
stefan
fix recent fix for mingw: need to replace -l before -L to avoid double …
Diff
Rev
Age
Author
Log Message
(edit)
@2262
10 years
stefan
tweaks for building under mingw, one for gfortran, once for cl
(edit)
@2261
10 years
stefan
substitute only first occurence (should be at the beginning)
(edit)
@2260
10 years
stefan
do not assume bash when substituting
(edit)
@2259
10 years
stefan
move trouble note before finished message
(edit)
@2258
10 years
stefan
add link to troubleshooting page
Diff
Rev
Age
Author
Log Message
(edit)
@2243
10 years
stefan
update update of version numbers in configuration header file for …
(edit)
@2242
10 years
stefan
set also PCLIBS/PCREQUIRES variables for first argument of …
Diff
Rev
Age
Author
Log Message
(edit)
@2238
10 years
stefan
explicitly disable optimization in debug mode, since MPI compiler …
Diff
Rev
Age
Author
Log Message
(edit)
@2235
10 years
stefan
filter also != from version number specs in fallback
Diff
Rev
Age
Author
Log Message
(edit)
@2214
10 years
stefan
remove -Wimplicit from warning flags for C++ compiler
Diff
Rev
Age
Author
Log Message
(edit)
@2209
10 years
stefan
also check for --without-prjct when deciding on skipping a project
(edit)
@2208
10 years
stefan
extend docu on --enable-debug option; do not try to disable shared in …
(edit)
@2207
10 years
Gassmann
Added MSVS v9 .vcproj file
Diff
Rev
Age
Author
Log Message
(edit)
@2204
10 years
stefan
move defines that are specific to a project into this projects header file
(edit)
@2203
10 years
stefan
add -DPROJECTNAME_BUILD to C/C++ compiler flags
(edit)
@2202
10 years
lou
Modify coin-functions to properly calculate libtool 'current' and …
(edit)
@2201
10 years
stefan
fix calcLibtoolAge: add missing slash to end of pattern
Diff
Rev
Age
Author
Log Message
(edit)
@2165
10 years
stefan
fix check whether C compiler is cl or icl: should check CC and do this …
Diff
Rev
Age
Author
Log Message
(edit)
@2155
10 years
stefan
fix check for svn revision again
Diff
Rev
Age
Author
Log Message
(edit)
@2145
10 years
stefan
fix nonsetting of _SVN_REV if code is not a checkout from svn repo
Diff
Rev
Age
Author
Log Message
(edit)
@2139
10 years
stefan
make sure FLIBS are determined and corrected before other macros …
Diff
Rev
Age
Author
Log Message
(edit)
@2136
10 years
stefan
print corrected FLIBS if different from original
Diff
Rev
Age
Author
Log Message
(edit)
@2127
10 years
lou
Change handling of Dependencies so that it specifies stable branches.
Diff
Rev
Age
Author
Log Message
(edit)
@2119
10 years
lou
Start on VS2010 solutions.
Diff
Rev
Age
Author
Log Message
(edit)
@2116
10 years
stefan
- change default subversion number to 9999 if not available, so it …
Diff
Rev
Age
Author
Log Message
(edit)
@2114
10 years
stefan
add extra defines for major, minor, and release version number in …
Diff
Rev
Age
Author
Log Message
(edit)
@2111
10 years
stefan
create link to
BuildTools?
directory in maintainer mode so that …
(edit)
@2110
10 years
stefan
added g95 into list of fortran compilers; move intel fortran compiler …
Diff
Rev
Age
Author
Log Message
(edit)
@2108
10 years
stefan
fix last commit on AC_COIN_MAIN_PACKAGEDIR macro and simplify
Diff
Rev
Age
Author
Log Message
(edit)
@2106
10 years
stefan
define COIN_PRJCT variable in PROJECTDIR_INIT instead of DEBUG macro; …
(edit)
@2105
10 years
stefan
change automatic update of externals to check for Dependencies file …
Diff
Rev
Age
Author
Log Message
(edit)
@2102
10 years
stefan
make clear that we really mean words at the beginning of a line when …
(edit)
@2101
10 years
stefan
with_asldir has been removed; update list of external LP codes with …
Diff
Rev
Age
Author
Log Message
(edit)
@2099
10 years
stefan
merge chgset 2098 from stable/0.7: fix for using --with-xxx-yyy and no …
Diff
Rev
Age
Author
Log Message
(edit)
@2097
10 years
andreasw
avoid warning message because of missing quotes
(edit)
@2096
10 years
stefan
print warning if pkg-config is used with cygwin/cl; require pkg-config …
Diff
Rev
Age
Author
Log Message
(edit)
@2094
10 years
stefan
add /share/pkgconfig as additional search path for .pc files
Diff
Rev
Age
Author
Log Message
(edit)
@2089
10 years
stefan
add TODO for AC_COIN_CHECK_PACKAGE_LAPACK
Diff
Rev
Age
Author
Log Message
(edit)
@2077
10 years
stefan
support withval=no in --with-project-xxx flags; drop output whether a …
(edit)
@2076
10 years
stefan
add check for 64bit MKL in windows; remove unnecessary check for …
(edit)
@2075
10 years
stefan
remove libmklxxx from dependencies; add option to disable setup of …
Diff
Rev
Age
Author
Log Message
(edit)
@2072
10 years
stefan
same as chgset 2071, now for prepare_new_stable
(edit)
@2071
10 years
stefan
Ted's fix for getting
BuildTools?
URL from externals
Diff
Rev
Age
Author
Log Message
(edit)
@2069
10 years
lou
Make commit_new_[stable,release] insensitive to trailing / in …
Diff
Rev
Age
Author
Log Message
(edit)
@2052
10 years
stefan
remove newlines in output of pkg-config --modversion
Diff
Rev
Age
Author
Log Message
(edit)
@2049
10 years
stefan
remove ADDLIBS and variants; do not check for GNU_ZLIB in …
(edit)
@2048
10 years
stefan
search also in pkgconfig subdir of uninstalled projects for .pc files, …
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog