Alexander Karatarakis
8e9338e4a0
Update CHANGELOG and bump version to v0.0.51
2016-11-07 14:45:53 -08:00
Alexander Karatarakis
b81d1910db
[vcpkg search] Use System::println() instead of iostream + iomanip
2016-11-07 14:42:25 -08:00
Alexander Karatarakis
45eee10708
Add simple substring filtering to vcpkg list
2016-11-07 14:39:52 -08:00
Alexander Karatarakis
7e05c53628
Rework vcpkg cache
implementation
2016-11-07 14:06:51 -08:00
Alexander Karatarakis
c2a6ed412b
Rework vcpkg search
implementation
2016-11-07 13:57:52 -08:00
Alexander Karatarakis
8f162188dd
Add simple substring filtering to vcpkg cache
, like vcpkg search
2016-11-07 13:44:57 -08:00
Alexander Karatarakis
331ac16736
Make lambda arg const
2016-11-07 13:43:36 -08:00
Alexander Karatarakis
e745e3f855
Update CHANGELOG and bump version to v0.0.50
2016-11-07 00:09:12 -08:00
Alexander Karatarakis
e4cab414ae
Add new command: portsdiff
2016-11-06 22:39:15 -08:00
Alexander Karatarakis
a6821438bc
Make parameter const
2016-11-06 20:12:21 -08:00
Alexander Karatarakis
83ffbf028f
[Maps] Add overload for map (existing: unordered_map)
2016-11-06 20:11:50 -08:00
Robert Schumacher
7f336c7467
Enable qualified dependencies. Fix bug in internal 'build' command.
...
Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names.
Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file.
2016-11-05 01:02:15 -07:00
Alexander Karatarakis
d5d997bd7d
[StatusParagraph] Minor refactor
2016-11-03 18:55:32 -07:00
Alexander Karatarakis
11c9a523f7
[SourceParagraph] Make function static
2016-11-03 18:52:44 -07:00
Alexander Karatarakis
95ef1b95e6
[BinaryParagraph] Refactor implementation
2016-11-03 17:36:47 -07:00
Alexander Karatarakis
99b3c49172
[SourceParagraph] Remove using namespace;
2016-11-03 17:32:31 -07:00
Alexander Karatarakis
90876a3bfe
SourceParagraph checks fields at construction time
2016-11-03 17:32:00 -07:00
Alexander Karatarakis
5b60e13466
[SourceParagraph] Consistency rename
2016-11-03 14:37:10 -07:00
Alexander Karatarakis
a868bc96da
Add port name to the output message
2016-11-02 20:57:19 -07:00
Alexander Karatarakis
4665b16ab3
Add checks for fields in CONTROL file. Resolves #228
2016-11-02 20:26:52 -07:00
Alexander Karatarakis
079a027b1e
parse_depends() now handles empty case internally
2016-11-02 19:39:45 -07:00
Alexander Karatarakis
87a78a78dc
[Strings] Add join()
2016-11-02 19:34:30 -07:00
Alexander Karatarakis
8a97f05d92
[Maps] Add function extract_keys()
2016-11-02 19:33:11 -07:00
Alexander Karatarakis
1fa0555695
[building] Parse SourceParagraph at the start of the build
2016-11-02 19:30:53 -07:00
Alexander Karatarakis
ce890f9799
check_exit() instead of check_throw()
2016-11-02 17:47:25 -07:00
Alexander Karatarakis
e695f92dec
[post-build-checks] Add check for empty directories
2016-11-02 14:57:50 -07:00
Alexander Karatarakis
4bf461c9cd
[post-build-checks] Add check for bin folders in static builds
2016-11-02 14:57:18 -07:00
Alexander Karatarakis
5d1dccf618
[post-build-checks] Fix debug/release file vectors that were swapped
2016-10-27 14:09:40 -07:00
Alexander Karatarakis
6380852f89
[coff_file_reader] Improve error message
2016-10-26 12:46:26 -07:00
Robert Schumacher
7625d837d5
[vcpkg] Revert 5671a12
. Fixes #206 , we should reapply these checks once all existing ports have been fixed.
2016-10-23 14:09:30 -07:00
Alexander Karatarakis
16ecddf94d
[post-build] Convert message to warning
2016-10-22 20:33:21 -07:00
Alexander Karatarakis
5671a12eef
[post-build-checks] Add checks about subdirectories in lib/
2016-10-22 20:29:36 -07:00
Alexander Karatarakis
4fcdf15651
[post-build-checks] Add check for mismatching number of debug/release
...
binaries
2016-10-22 20:02:46 -07:00
Alexander Karatarakis
7db7ea5ceb
Use pointer instead of reference for output parameter
2016-10-22 19:24:09 -07:00
Alexander Karatarakis
1c37f9981d
Remove unused include directives
2016-10-20 18:12:19 -07:00
Alexander Karatarakis
251b3f0369
Rename function and make it static
2016-10-20 18:11:50 -07:00
Alexander Karatarakis
e118c15719
Remove accidental copy of file
2016-10-20 18:06:26 -07:00
Alexander Karatarakis
c12c3d90be
src Formatting
2016-10-20 18:05:52 -07:00
flysha
337c96fc06
Switch to using CertUtil to generate hash.
2016-10-21 07:44:00 +08:00
sdcb
2b8bdeb044
Add hash file support.
2016-10-20 13:03:58 +08:00
Alexander Karatarakis
eb1cea1f43
Use coff_file_reader for checking the architecture of libs/dlls
2016-10-14 16:52:19 -07:00
Alexander Karatarakis
b15a23a268
Add coff_file_reader to extract info/from dll/lib files without dumpbin
...
Calling dumpbin was very slow in some cases (e.g. boost).
With coff_file_reader we directly examine the binary for the few bits we need.
2016-10-14 16:51:15 -07:00
Alexander Karatarakis
aa35c41aa6
Add MachineType enum
2016-10-14 16:49:44 -07:00
Alexander Karatarakis
b2585bba5d
[Stopwatch] Microseconds now displayed as us instead of micros
2016-10-14 16:25:15 -07:00
Alexander Karatarakis
6a45620ce2
Fix overload of Checks::exit_with_message
2016-10-14 13:28:44 -07:00
Alexander Karatarakis
6d6467984d
Rename lint_status::ERROR to lint_status::ERROR_DETECTED
...
This is because windows.h defines an ERROR macro
2016-10-11 11:32:23 -07:00
Alexander Karatarakis
1f055ef472
[Stopwatch] start()/stop() return const &
2016-10-10 23:57:43 -07:00
Alexander Karatarakis
38bf4de0fe
Rename System::Stopwatch to System::Stopwatch2
2016-10-10 18:46:40 -07:00
Alexander Karatarakis
a6f8650edb
[post-build-lint] Look no further than newline when detecting "machine" line
2016-10-10 18:44:18 -07:00
Alexander Karatarakis
6595a311e9
Post-build checks no longer use findstr. Resolves #69
2016-10-10 18:27:47 -07:00