The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
87919 504 d 1 h smeyer /trunk/ cleanup, comment  
87747 523 d 19 h kalibera /trunk/ Use C23 on Windows for R and R packages.  
87573 559 d 2 h kalibera /trunk/src/gnuwin32/ Link zstd on Windows (fixes the build).  
87562 563 d 0 h kalibera /trunk/src/gnuwin32/ Add support for building with sanitizers on Windows.  
86115 865 d 10 h kalibera /trunk/src/gnuwin32/ Use libdeflate on Windows. Rtools44 is now required for the build.  
85033 1061 d 5 h kalibera /trunk/ Remove build support for 32-bit Windows (unused since R 4.2.0).  
84987 1073 d 8 h kalibera /trunk/src/ Improve handling of R_ARCH on Windows.  
84980 1075 d 0 h kalibera /trunk/src/ Reduce conditioning on WIN in Windows make files.  
84976 1075 d 4 h kalibera /trunk/src/ Do not recompute R_ARCH in grDevices on Windows.  
84922 1083 d 3 h kalibera /trunk/src/gnuwin32/ Add LLVM support (experimental).  
83755 1270 d 1 h kalibera /trunk/ Remove some path length limitations on Windows. Avoid using deprecated API.
Ensure variables remain after call to putenv.
 
83541 1302 d 3 h ligges /trunk/ remove unneeded make targets for Windows: rsync-extsoft and 32-bit  
82622 1463 d 1 h kalibera /trunk/src/gnuwin32/ Stop forcing -fno-optimize-sibling-calls on Windows.  
81980 1585 d 8 h ligges /trunk/src/gnuwin32/ moved CRAN specific files from the R sources to the svn R-dev-web/trunk/WindowsBuilds/crandir  
80832 1792 d 2 h kalibera /trunk/ Use system memory allocator on Windows (removes support for
--max-mem-size, R_MAX_MEM_SIZE, memory.limit() and memory.size()).
 
78900 2195 d 11 h ripley /trunk/src/gnuwin32/ tweak LTO handling  
78886 2198 d 9 h ripley /trunk/ tweaks for LTO builds and cross-compiling  
78239 2293 d 2 h ligges /trunk/src/gnuwin32/ take curl-ca-bundle.crt from rtools >= 4.0  
78018 2319 d 23 h kalibera /trunk/src/gnuwin32/ Clean/distclean the Windows installer when Rscript is still available.  
78015 2320 d 1 h kalibera /trunk/src/gnuwin32/ Remove cached per-release NEWS files on distclean  
77738 2372 d 2 h kalibera /trunk/src/ Use PCRE2 on Windows by default.  
77228 2495 d 1 h maechler /trunk/ `R --help` now mentions "-s, --no-echo" instead of "--slave" / C variable now is R_NoEcho  
76788 2578 d 23 h ligges /trunk/src/ prepare for new cairo / new toolchain, thanks to Jeroen Ooms  
76787 2579 d 0 h ligges /trunk/src/gnuwin32/ back to -O2 for stable numerical results with the forthcoming toolchain, thanks to Jeroen Ooms  
76752 2586 d 3 h kalibera /trunk/src/gnuwin32/ Use -fno-optimize-sibling-calls on Windows also when compiling packages.  
76751 2586 d 4 h kalibera /trunk/src/gnuwin32/ Always compile Fortran with -fno-optimize-sibling-calls when using
gfortran >= 7 (on Windows, mirrors 76467).
 
72855 3318 d 8 h kalibera /trunk/ Add support for system/system2 timeout for Windows. Do not warn about
non-zero exit code in Windows when exit code is returned (to match
documentation and Unix version). Return 124 as exit status in case of
timeout.
 
71598 3559 d 21 h luke /trunk/ Suppress compiler messages by default; from Tomas Kalibera.  
68027 4148 d 2 h ripley /trunk/src/gnuwin32/ add to cleanup  
67879 4172 d 16 h murdoch /trunk/src/gnuwin32/ Needed for new static lib Windows build. No longer need run-time dlls copied  
67854 4175 d 6 h murdoch /trunk/src/gnuwin32/ Windows: Conditionalize copying of 4.9.2 dlls.  
67842 4175 d 21 h murdoch /trunk/src/gnuwin32/ Install run-time DLLs into the bin directories  
67837 4176 d 22 h murdoch /trunk/src/ Changes for compatibility with gcc 4.9.2 Windows toolchain.  
67610 4201 d 8 h ripley /trunk/src/ legibility  
67494 4209 d 8 h ripley /trunk/src/gnuwin32/ install CA certificate file if present  
67486 4210 d 2 h ripley /trunk/src/ migrate libcurl stuff to internet module to try to minimize symbols seen by packages.
not yet completely tested.
 
67444 4213 d 10 h ripley /trunk/src/ tweaks for Windows support for libcurl  
67240 4230 d 4 h murdoch /trunk/ Changes to Windows builds-MkRules.local now optional, MkRules.dist not used, rsync-extsoft target added.  
67155 4246 d 3 h ripley /trunk/src/gnuwin32/ sanity checks for new build system  
67143 4247 d 8 h ripley /trunk/ next step on moving Windows build to external libs