summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/uv-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-01-131-0/+19
| | | | | | # By libuv upstream * upstream-libuv: libuv 2022-01-13 (2fbfa035)
* Merge branch 'upstream-libuv' into update-libuvBrad King2021-11-171-1/+24
| | | | | * upstream-libuv: libuv 2021-11-09 (0f696da5)
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Divert LCC compiler as a new one, instead of treating it as GNU. Since old times, Elbrus C/C++/Fortran Compiler (LCC) by MCST has been passing checks for GNU compilers, so it has been identified as GNU. Now, with intent of seriously upstreaming its support, it has been added as a separate LCC compiler, and its version displays not a supported GCC version, but LCC version itself (e.g. LCC 1.25.19 instead of GNU 7.3.0). This commit adds its support for detection, and also converts basically every check like 'is this compiler GNU?' to 'is this compiler GNU or LCC?'. The only places where this check is untouched, is where it regards other platforms where LCC is unavailable (primarily non-Linux), and where it REALLY differs from GNU compiler. Note: this transition may break software that are already ported to Elbrus, but hardly relies that LCC will be detected as GNU; still such software is not known.
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-09-231-2/+61
| | | | | * upstream-libuv: libuv 2020-09-22 (ed5b42d5)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-291-0/+46
| | | | | * upstream-libuv: libuv 2020-04-29 (e7ebae26)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-061-0/+35
| | | | | * upstream-libuv: libuv 2020-04-06 (d21f5aea)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-06-181-26/+120
| | | | | * upstream-libuv: libuv 2019-06-10 (ee24ce90)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-171-7/+37
| | | | | * upstream-libuv: libuv 2019-01-15 (f84c5e69)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-071-1/+1
| | | | | * upstream-libuv: libuv 2018-05-06 (bf605bd7)
* bootstrap: Make libuv available during bootstrapBrad King2017-09-171-0/+2
| | | | | | | On UNIX, build only the parts of libuv we need for the filesystem, process, and poll abstractions using the POSIX poll() backend. This avoids many platform-specific conditions. On Windows, build all of libuv; there are no conditional alternatives anyway.
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-221-1/+11
| | | | | * upstream-libuv: libuv 2017-02-21 (52ae8264)
* libuv: Fix unused variable warning in uv_loop_closeBrad King2016-08-311-0/+2
|
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+652
* upstream-libuv: libuv 2016-08-30 (897738b1)