Skip to content

Commit

Permalink
[vlpp] Upgrade to 0.10.0.0 (#6793)
Browse files Browse the repository at this point in the history
* [vlpp] Upgrade to 0.10.0.0

* fix type issue
  • Loading branch information
Phoebe authored and Rastaban committed Jun 7, 2019
1 parent d7c61a4 commit b9cf338
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions ports/vlpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
cmake_minimum_required(VERSION 3.3.0)

project(Vlpp VERSION 0.9.3.1 LANGUAGES CXX)
project(Vlpp VERSION 0.10.0.0 LANGUAGES CXX)

# Sources
set(SRCS
Import/Vlpp.cpp
Import/VlppWorkflow.cpp
Import/VlppWorkflowCompiler.cpp)
Import/VlppWorkflowLibrary.cpp
Import/VlppWorkflowCompiler.cpp
Import/VlppWorkflowRuntime.cpp)

if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
Expand All @@ -33,8 +34,9 @@ if (NOT DEFINED SKIP_HEADERS)
install(
FILES
Import/Vlpp.h
Import/VlppWorkflow.h
Import/VlppWorkflowLibrary.h
Import/VlppWorkflowCompiler.h
Import/VlppWorkflowRuntime.h
DESTINATION "include"
)
endif()
2 changes: 1 addition & 1 deletion ports/vlpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: vlpp
Version: 0.9.3.1-2
Version: 0.10.0.0
Description: Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc
4 changes: 2 additions & 2 deletions ports/vlpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vczh-libraries/Release
REF 0.9.3.1
SHA512 f284d3c78f8ae54102457b2cdc4fcee4b8da9a72d13bb325c7c7269261c5b0789eeb7340b0409b2b37294d68edb558503be131948aea3cb53582900339d26b54
REF 579f51f5b30197386ccadcf0f3e0a3159ef3602f
SHA512 89cd5c86d04bc393180846c10e1122d01cd4d3ad041ca7e9199341bdc758903edf7b892a424a3b90aa2753bfede230ff3434cefd7f2fefefafa7959f5b8660d4
HEAD_REF master
)

Expand Down

0 comments on commit b9cf338

Please sign in to comment.