Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start libc++ python cleanup and consolidation. | Eric Fiselier | 2017-02-09 | 1 | -51/+0 |
| | | | | | | | | | Libc++ frequently creates and uses utilities written in python. Currently there are python modules under both libcxx/test and libcxx/util. My goal with these changes is to consolidate them into a single package under libcxx/utils/libcxx. llvm-svn: 294644 | ||||
* | Add more missing license headers | Eric Fiselier | 2016-01-19 | 1 | -0/+9 |
| | | | | llvm-svn: 258198 | ||||
* | Add symbol checking script to libc++ to help manage exported symbols. | Eric Fiselier | 2015-03-20 | 1 | -0/+42 |
Summary: Add symbol checking scripts for extracting a list of symbols from shared libraries and for comparing symbol lists for differences. Reviewers: mclow.lists, danalbert, EricWF Reviewed By: EricWF Subscribers: majnemer, emaste, cfe-commits Differential Revision: http://reviews.llvm.org/D4946 llvm-svn: 232855 |