index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
Age
Commit message (
Expand
)
Author
2017-08-31
Function naming convention
Alexander Karatarakis
2017-08-31
Naming scheme
Alexander Karatarakis
2017-08-30
Use ::TerminateProcess() instead of ::exit()
Alexander Karatarakis
2017-08-30
Improve `vcpkg edit` and feedback when no editor is found
Alexander Karatarakis
2017-08-30
Move function to Files::find_from_PATH()
Alexander Karatarakis
2017-08-29
Add missing const
Alexander Karatarakis
2017-08-29
Add missing const
Alexander Karatarakis
2017-08-29
Naming convention fixes
Alexander Karatarakis
2017-08-29
Add missing const
Alexander Karatarakis
2017-08-29
[vcpkg] Refactor workaround for issue #1712. This should be removed once the ...
Robert Schumacher
2017-08-29
Merge branch 'utf-1702'
Robert Schumacher
2017-08-29
[vcpkg] Dependency instead of installcmd
Robert Schumacher
2017-08-29
Remove Strings::is_empty(). Use std::string.empty()
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-28
Use System::println() with no args
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-28
Add System::println() with no args
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY instead of ""
Alexander Karatarakis
2017-08-28
Improve BinaryParagraph::displayname()
Alexander Karatarakis
2017-08-28
Introduce Strings::is_empty()
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-28
Make member functions const
Alexander Karatarakis
2017-08-28
Use Strings::join() and Strings::format()
Alexander Karatarakis
2017-08-28
[vcpkg_Dependencies.cpp] Remove redundant else
Alexander Karatarakis
2017-08-28
[vcpkg_Dependencies.cpp] Order of initialization
Alexander Karatarakis
2017-08-28
[vcpkg_Build.cpp] USe const. Misc fixes
Alexander Karatarakis
2017-08-28
[vcpkg] Hack to fix codepage problems -- root cause unknown
Robert Schumacher
2017-08-28
[commands_hash.cpp] Use const. Naming scheme.
Alexander Karatarakis
2017-08-28
[commands_env.cpp] Use const. Naming scheme
Alexander Karatarakis
2017-08-28
[edit] Fix variable names to be consistence with vcpkg's convention
Alexander Karatarakis
2017-08-28
Use const
Alexander Karatarakis
2017-08-28
Use const. Take str by reference
Alexander Karatarakis
2017-08-28
Add missing const
Alexander Karatarakis
2017-08-28
Add missing const keywords
Alexander Karatarakis
2017-08-26
[vcpkg] free memory CommandLineToArgvW
atkawa7
2017-08-26
Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fix
Robert Schumacher
2017-08-26
[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string poi...
Robert Schumacher
2017-08-25
[vcpkg] Use fgetws instead of fgets to accomodate non-ascii results
Robert Schumacher
2017-08-25
[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644
Robert Schumacher
2017-08-25
[vcpkg] use UTF-8 for console input/output
Mikhail Paulyshka
2017-08-25
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Robert Schumacher
2017-08-24
Fix merge issues
Alexander Karatarakis
2017-08-24
Run cleanup before exiting instead of calling atexit
Alexander Karatarakis
2017-08-24
Introduce GlobalState struct
Alexander Karatarakis
2017-08-25
[vcpkg] prefer AMD64 host architecture
Mikhail Paulyshka
2017-08-24
Use CreateProcess instead of _wspawnlpe
Alexander Karatarakis
2017-08-24
[vcpkg] testing for architectures supported by toolset
Mikhail Paulyshka
2017-08-23
[vcpkg] Add stringify for BuildResult::FILE_CONFLICTS
Robert Schumacher
2017-08-23
[vcpkg] Fix typo
Robert Schumacher
2017-08-23
Merge branch 'master' of https://github.com/Microsoft/vcpkg
Robert Schumacher
[next]