| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-22 | Direct-init instead of copy-init | Alexander Karatarakis | |
| 2018-05-22 | [vcpkg] Improve CMake messages to account for case-sensitive filesystems. | Robert Schumacher | |
| Improve CMake messages to display shortest targets first (which are hopefully the "public" ones). Also, fix bug in StringLiteral. | |||
| 2018-05-19 | [c++] Condense powershell helper code into the remaining single usage | Alexander Karatarakis | |
| `vcpkg integrate powershell` uses it | |||
| 2018-05-19 | Remove stray entries | Alexander Karatarakis | |
| 2018-05-18 | fix compilation error on clang 6.0/APPLE (#3520) | Sztergbaum Roman | |
| * fix compilation error on clang 6.0/APPLE * Update system.cpp | |||
| 2018-05-16 | [vcpkg edit] Fix whitespace-in-path issue | Alexander Karatarakis | |
| 2018-05-16 | Fix typo | Alexander Karatarakis | |
| 2018-05-16 | [vcpkg.exe] Don't error if vswhere.exe is not found | Alexander Karatarakis | |
| 2018-05-15 | Fix signature of hashing function | Alexander Karatarakis | |
| 2018-05-15 | [vcpkg] Significantly reduce usage of powershell. Reduce console font ↵ | Alexander Karatarakis | |
| switching bug | |||
| 2018-05-09 | Improve unsupported toolchain error message | Alexander Karatarakis | |
| 2018-05-04 | git for linux/osx version moved to vcpkgTools.xml | Alexander Karatarakis | |
| 2018-05-04 | unix_root -> UNIX_ROOT static const | Alexander Karatarakis | |
| 2018-05-03 | [vcpkg] Add missing debug statement and fix libc++ Filesystem TS issue. | Robert Schumacher | |
| 2018-05-03 | [vcpkg] Remove utf16 usage from non-Windows | Robert Schumacher | |
| 2018-04-28 | [vcpkg-integrate-install] Add vcpkg.path.txt to localappdata for more ↵ | Robert Schumacher | |
| generic consumption. | |||
| 2018-04-27 | [ci] Don't block binarycaching = false | Alexander Karatarakis | |
| 2018-04-25 | Fix #3170 issue with /permissive- | Alexander Karatarakis | |
| 2018-04-25 | Remove noexcept from BinaryParagraph() | Alexander Karatarakis | |
| 2018-04-24 | [osx] Ignore .DS_Store file. Fixes #3306 | Alexander Karatarakis | |
| 2018-04-24 | [vcpkg integrate] Do nothing on linux instead of showing error message | Alexander Karatarakis | |
| 2018-04-18 | [vcpkg edit] Now accepts multiple ports as arg | Alexander Karatarakis | |
| 2018-04-17 | Use ~/.vcpkg/config instead of ~/vcpkg/config | Alexander Karatarakis | |
| 2018-04-16 | [vcpkg, xml] Parse with string-search instead of regex | Alexander Karatarakis | |
| Resolves issue with inconsistent regex behavior between platforms. For example [/s/S]*? does not properly match on Clang. String-searching is also generally more performant. | |||
| 2018-04-12 | Remove call to nonexistent member of std::fpos. | Billy O'Neal (VC LIBS) | |
| See http://eel.is/c++draft/fpos -- to get to an offset you can convert to int; there is no seekpos member. | |||
| 2018-04-12 | [vcpkg] Mark many types noexcept. Make certain code patterns more ↵ | Robert Schumacher | |
| transparent to /analyze. #ifdef-out unused code on non-windows. | |||
| 2018-04-11 | [vcpkg] Rework dependencies.cpp to improve type safety and error detection | Robert Schumacher | |
| 2018-04-07 | Remove more unused #include directives | Alexander Karatarakis | |
| 2018-04-07 | Remove unused #include directives | Alexander Karatarakis | |
| 2018-04-07 | [export.cpp] Define all valuse in BuildOptions | Alexander Karatarakis | |
| 2018-04-07 | [commands] Clang-tidy fixes | Alexander Karatarakis | |
| 2018-04-07 | Util::unused() for commands that don't have arguments | Alexander Karatarakis | |
| 2018-04-07 | [build.cpp] Clang tidy fixes | Alexander Karatarakis | |
| 2018-04-07 | constructor order of init | Alexander Karatarakis | |
| 2018-04-07 | [system.cpp] Naming convention, const, auto& | Alexander Karatarakis | |
| 2018-04-07 | Use <ctime> instead of <time.h>. Default construct. | Alexander Karatarakis | |
| 2018-04-07 | [cofffilereader.cpp] static const -> static constexpr | Alexander Karatarakis | |
| 2018-04-07 | fs.beg -> std::festream::beg | Alexander Karatarakis | |
| 2018-04-07 | [cofffilereader] Use StringLiteral | Alexander Karatarakis | |
| 2018-04-07 | Naming convention | Alexander Karatarakis | |
| 2018-04-07 | Use auto on left side when casting on right side | Alexander Karatarakis | |
| 2018-04-07 | const/auto | Alexander Karatarakis | |
| 2018-04-07 | Default construct std::array() | Alexander Karatarakis | |
| 2018-04-07 | Rename. Remove stray semicolon | Alexander Karatarakis | |
| 2018-04-06 | [vcpkg hash] formatting | Alexander Karatarakis | |
| 2018-04-06 | [vcpkg hash] Process in C++ instead of calling awk | Alexander Karatarakis | |
| 2018-04-06 | #ifdef linux-specific code | Alexander Karatarakis | |
| 2018-04-06 | [vcpkg.exe] Verify hash for already present files. Dont check for path twice | Alexander Karatarakis | |
| 2018-04-06 | [fetch] Don't attempt to download on unknown OSes | Alexander Karatarakis | |
| 2018-04-06 | Use Cache class | Alexander Karatarakis | |
