- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 1 2023
Apr 6 2023
LGTM
Oct 28 2022
Ping @libcxx
Ping :)
In D134216#3891898, @ldionne wrote:I am extremely concerned by the need to introduce these sorts of arcane implementation details in the library for z/OS, especially since we don't have a clear idea of where these patches are going to stop.
libc++ is not a "low level system library". It's a library layered on top of C libraries and other standard (or mostly standard) APIs like POSIX and others. It's fine to have some amount of low level and platform specific stuff, but we're not going to implement from scratch APIs that should be provided by any decent OS.
Oct 25 2022
Refactor
Move z/OS hardware_concurrency implementation to support/ibm directory.
Oct 24 2022
Abort with message instead of silently returning 0.
Include path for unwinder headers.
Oct 20 2022
Ping @libcxx @ldionne
Oct 18 2022
Add script description, use cache file.
Oct 11 2022
@libc++ @ldionne Any review comments? This patch is the first step for setting up the C/I for z/OS.
Oct 7 2022
Sep 30 2022
Ping :) @ldionne @libcxx
Ping :) @ldionne
Sep 23 2022
Sep 19 2022
Sep 16 2022
Sep 14 2022
Sep 8 2022
@libc++ may I get a review please?
@ldionne May I get a review please? Thanks
Aug 30 2022
In D132946#3758769, @Mordante wrote:LGTM! Does this need to be backported to the LLVM-15 release branch?
Aug 25 2022
Rebase
Ping, can I get a review? @libcxx
Aug 9 2022
Jul 25 2022
@libc++ The CI is green, can I get a review please? Thanks
Jul 22 2022
Rebase with latest main.
Jul 20 2022
kickoff CI
Jul 14 2022
Address comments.
Jul 7 2022
The motivation of this patch is to incrementally integrate a libc++ CI for z/OS.
Jun 28 2022
Will use custom config file instead.
Jun 27 2022
The CI is failing with the following warning (shown as an error):
Jun 24 2022
Ping :) @ldionne @libcxxabi
kickoff CI
Jun 23 2022
Fix warning
Ping :) @ldionne
Correct conflict resolution
kickoff CI
Jun 22 2022
Fix merge conflict.
Add diff context (-U999)
Jun 16 2022
Removed logic for using an external unwinder. The following patch will add support for building/linking an external unwinder in a non-ad hoc way: https://reviews.llvm.org/D128348.
Mar 17 2022
Ping :) @libcxx @libcxxabi
Mar 2 2022
Mar 1 2022
Refactor with macros
Feb 23 2022
improve include's
Feb 22 2022
Resolve merge conflicts
Feb 15 2022
kickoff CI
Feb 14 2022
resolve lit failure
Feb 10 2022
@libc++abi Can I get a review please? Thanks
@libc++ Can I get a review please? Thanks
Feb 4 2022
LGTM
LGTM
Feb 3 2022
Closing since this patch is divided into the following (with comments addressed and better approach):
- Foundational A/E changes: https://reviews.llvm.org/D114813
- Localize runtime error messages: https://reviews.llvm.org/D118179
- Add ASCII/32bit variant: https://reviews.llvm.org/D118503
- Exception derived classes as a separate library for z/OS: https://reviews.llvm.org/D118620
LGTM
Feb 2 2022
Ping :)
Jan 28 2022
Jan 25 2022
Jan 24 2022
Jan 21 2022
Jan 20 2022
Ping :)
Jan 14 2022
addressed comment to be more readable
Great points! Updated to account for this.
safeguard to z/OS, use double underscore function names
Jan 13 2022
Using inline functions instead of macros
Jan 11 2022
ping @libc++ @libc++ab
Jan 4 2022
Dec 29 2021
Add default encoding
Dec 24 2021
Remove LIBCXX_BUILD_ZOS_ENCODING
Dec 23 2021
Ping