R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exp-R5
/
src
/
gnuwin32
/
MakeDll
@ 63243
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
52864
5808 d 20 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
51075
6022 d 15 h
ripley
/trunk/
more on use of BINDIR (but not yet complete)
49840
6150 d 2 h
ripley
/trunk/
build and documentation tweaks
48072
6351 d 23 h
ripley
/trunk/src/gnuwin32/
more tidying up
47950
6370 d 16 h
ripley
/trunk/src/
clena up now MakeDll is not used for packages (apart from some rogues)
47689
6396 d 2 h
ripley
/trunk/
remove support for cross-building
47627
6403 d 0 h
ripley
/trunk/
use --slave --vanilla for consistently
47614
6403 d 20 h
ripley
/trunk/src/gnuwin32/
cross-building tweaks
47606
6403 d 23 h
ripley
/trunk/src/gnuwin32/
move makeDllRes.pl to R code
various tidying ups
47504
6411 d 3 h
ripley
/trunk/src/
changes for R-script INSTALL
43223
6857 d 1 h
ripley
/trunk/src/gnuwin32/
sort out the use of -Wall: not as part of DEBUGFLAG, not for Fortran
(as showing spurious warnings not seen on other platforms)
43110
6869 d 23 h
ripley
/trunk/src/
more avoiding ObjC files
42637
6913 d 18 h
ripley
/trunk/src/gnuwin32/
Allow making dependencies in packages to fail.
Several packages have CPPFLAGS in CFLAGS or CXXFLAGS.
42629
6914 d 4 h
ripley
/trunk/src/gnuwin32/
tidy up a bit
42616
6915 d 3 h
ripley
/trunk/src/gnuwin32/
use FC not F95 for consistency with Unix
have PKG_* flags first, ditto
42589
6916 d 22 h
ripley
/trunk/src/
add support for using import libraries rather than linking directly to DLLs
42541
6920 d 20 h
ripley
/trunk/src/
separate out CPPFLAGS and CFLAGS
42446
6929 d 1 h
ripley
/trunk/src/gnuwin32/
changes to support MinGW release of gcc 4.2.1
42234
6954 d 22 h
ripley
/trunk/
more ways to customize Makevars.win
42218
6956 d 0 h
ripley
/trunk/
start to harmonize the use of Makevars, src/Makefile and so on
42216
6956 d 4 h
ripley
/trunk/src/gnuwin32/
make SAFE_FFLAGS available on Windows
42213
6956 d 22 h
ripley
/trunk/src/gnuwin32/
don't use src/Makefile on Windows
42196
6957 d 16 h
ripley
/trunk/src/gnuwin32/
enhance INSTALL and SHLIB with --preclean and --clean
41449
7024 d 21 h
murdoch
/trunk/
Wrap perl and find in macros in Windows Makefiles.
40868
7069 d 15 h
ripley
/trunk/src/gnuwin32/
pass optimization flag to src/extra/intl
set C99FLAGS appropriately by default for BUILD=GFORTRAN
40858
7070 d 17 h
ripley
/trunk/src/gnuwin32/
need to be able to unset C99 for use with pre-4.3.0 GFortran binaries, as
the MinGW headers are not compatible with the C99 handling of inlines.
40739
7102 d 18 h
ripley
/trunk/src/gnuwin32/
change to -O3 even for packages
documentation updates (e.g. for Vista)
40558
7126 d 21 h
ripley
/trunk/src/gnuwin32/
use -I for windres, now it is supported
40041
7183 d 1 h
ripley
/trunk/
add Objective C support for Windows
40037
7183 d 3 h
ripley
/trunk/src/gnuwin32/
fix up SHLIB
39102
7267 d 21 h
ripley
/trunk/
port linkring headers material from C-link branch
38852
7291 d 5 h
ripley
/trunk/src/gnuwin32/
improve F95 handling
38811
7295 d 23 h
ripley
/trunk/src/gnuwin32/
allow packages to set optimization level
add support for 'gfortran' (pre-gcc 4.2.0) binaries
38642
7315 d 2 h
ripley
/trunk/src/
allow the possibility to use -gdwarf-2
37273
7478 d 1 h
ripley
/trunk/src/gnuwin32/
revert optimization level for packages to -O2, at least until grid is sorted.
move BLAS_LIBS and LAPACK_LIBS to MkRules
37107
7497 d 18 h
ripley
/trunk/src/gnuwin32/
don't make unnecessary ar archive
37054
7504 d 4 h
ripley
/trunk/
try again with direct linking to DLLs
37011
7507 d 21 h
ripley
/trunk/src/
allow packages to have .def files
36874
7519 d 1 h
ripley
/trunk/src/gnuwin32/
tweaks re cross-compiling
36872
7519 d 2 h
ripley
/trunk/
F95 support in packages - Windows and documentation