Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-31339 HPCC-Platform updates to go with HPCC-14361 update #18332

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/eeproxies/lib_addrclean.ecllib
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ export AddrCleanLib := SERVICE : plugin('addrcleanlib'),time
string34 Zip9ToGeo34(const string zip9, const string server = '', unsigned2 port = 0) : c, pure, context, entrypoint='aclZip9ToGeo34Ctx';
boolean SetTracing(boolean trace=true) : c, action, context, entrypoint='aclSetTracingCtx';
boolean SetTiming(boolean timing=true) : c, action, context, entrypoint='aclSetTimingCtx';
CleanUtil(unsigned4 flags = 0) : c, pure, context, entrypoint='aclCleanUtilCtx';
END;
5 changes: 4 additions & 1 deletion vcpkg.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"name": "azure-storage-files-shares-cpp",
"platform": "@VCPKG_AZURE@"
},
{
"name": "boost-circular-buffer"
},
"boost-property-tree",
{
"name": "boost-regex",
Expand Down Expand Up @@ -202,4 +205,4 @@
]
}
]
}
}
Loading