summaryrefslogtreecommitdiffstats
path: root/llvm/lib/WindowsManifest
Commit message (Expand)AuthorAgeFilesLines
* Try to fix WindowsManifest CMake logic on WindowsReid Kleckner2020-03-021-2/+4
* build: process the libxml2 library path for embeddingSaleem Abdulrasool2020-02-281-1/+10
* Revert "Temporarily revert "build: avoid hardcoding the libxml2 library name""Saleem Abdulrasool2019-12-031-12/+6
* Temporarily revert "build: avoid hardcoding the libxml2 library name"Eric Christopher2019-12-021-6/+12
* build: avoid cached literals being linked againstSaleem Abdulrasool2019-11-271-6/+6
* build: avoid hardcoding the libxml2 library nameSaleem Abdulrasool2019-11-271-9/+3
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Fight a bit against global initializers. NFC.Benjamin Kramer2019-08-221-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Convert two more files that were using Windows line endings and removeChandler Carruth2019-01-191-22/+22
* Convert line endings of lib/WindowsManifest/CMakeLists.txt to unix.Nico Weber2018-04-071-18/+18
* Fix bug 34608 by moving private header out of public header.Eric Beckmann2017-09-141-0/+1
* Fix crbug 759265 by suppressing llvm mt warnings.Eric Beckmann2017-09-061-0/+4
* Return copy of XML dumpVitaly Buka2017-09-021-1/+1
* llvm-mt: Fix memory management in WindowsManifestMergerImpl::getMergedManifestVitaly Buka2017-09-021-13/+31
* Revert "llvm-mt: Fix release of OutputDoc"Vitaly Buka2017-08-311-3/+1
* llvm-mt: Fix release of OutputDocVitaly Buka2017-08-311-1/+3
* Integrate manifest merging library into LLD.Eric Beckmann2017-08-221-1/+1
* llvm-mt: Merge manifest namespaces.Eric Beckmann2017-08-191-76/+578
* Unlink nodes instead of copying, to avoid memory problems.Eric Beckmann2017-07-261-14/+7
* Move manifest utils into separate lib, to reduce libxml2 deps.Eric Beckmann2017-07-263-0/+252
OpenPOWER on IntegriCloud