quasardb 3.13.6__cp38-cp38-win_amd64.whl → 3.13.7__cp38-cp38-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of quasardb might be problematic. Click here for more details.
- quasardb/CMakeFiles/generate.stamp.depend +1 -1
- quasardb/CMakeLists.txt +43 -22
- quasardb/INSTALL.vcxproj +11 -11
- quasardb/INSTALL.vcxproj.filters +2 -2
- quasardb/__init__.py +1 -1
- quasardb/add_boost_test.cmake +43 -0
- quasardb/batch_column.hpp +1 -1
- quasardb/batch_inserter.hpp +1 -1
- quasardb/blob.hpp +1 -1
- quasardb/cluster.hpp +42 -17
- quasardb/cmake_install.cmake +4 -4
- quasardb/concepts.hpp +30 -16
- quasardb/continuous.hpp +1 -1
- quasardb/convert/array.hpp +61 -7
- quasardb/convert/point.hpp +16 -11
- quasardb/convert/range.hpp +19 -25
- quasardb/convert/unicode.hpp +457 -149
- quasardb/convert/value.hpp +87 -18
- quasardb/convert.hpp +1 -1
- quasardb/date/ALL_BUILD.vcxproj +21 -21
- quasardb/date/ALL_BUILD.vcxproj.filters +1 -1
- quasardb/date/CMakeFiles/generate.stamp.depend +1 -1
- quasardb/date/INSTALL.vcxproj +11 -11
- quasardb/date/INSTALL.vcxproj.filters +2 -2
- quasardb/date/cmake_install.cmake +6 -6
- quasardb/date/date.sln +31 -31
- quasardb/date/dateTargets.cmake +2 -2
- quasardb/detail/qdb_resource.hpp +6 -6
- quasardb/detail/ts_column.hpp +1 -1
- quasardb/direct_blob.hpp +1 -1
- quasardb/direct_handle.hpp +1 -1
- quasardb/direct_integer.hpp +1 -1
- quasardb/{version.cpp → double.hpp} +46 -28
- quasardb/entry.hpp +1 -1
- quasardb/error.hpp +14 -10
- quasardb/handle.hpp +1 -1
- quasardb/integer.hpp +1 -1
- quasardb/logger.hpp +1 -1
- quasardb/masked_array.hpp +1 -1
- quasardb/module.cpp +73 -0
- quasardb/module.hpp +24 -0
- quasardb/node.hpp +16 -11
- quasardb/numpy/__init__.py +76 -7
- quasardb/numpy.hpp +1 -1
- quasardb/options.hpp +31 -9
- quasardb/pandas/__init__.py +1 -1
- quasardb/perf.hpp +6 -6
- quasardb/pinned_writer.hpp +1 -5
- quasardb/pybind11/ALL_BUILD.vcxproj +25 -25
- quasardb/pybind11/ALL_BUILD.vcxproj.filters +1 -1
- quasardb/pybind11/CMakeFiles/generate.stamp.depend +4 -4
- quasardb/pybind11/INSTALL.vcxproj +11 -11
- quasardb/pybind11/INSTALL.vcxproj.filters +2 -2
- quasardb/pybind11/cmake_install.cmake +1 -1
- quasardb/pybind11/pybind11.sln +31 -31
- quasardb/pytypes.hpp +2 -2
- quasardb/qdb_api.dll +0 -0
- quasardb/quasardb.pyd +0 -0
- quasardb/query.cpp +3 -3
- quasardb/query.hpp +1 -1
- quasardb/range-v3/ALL_BUILD.vcxproj +25 -25
- quasardb/range-v3/ALL_BUILD.vcxproj.filters +1 -1
- quasardb/range-v3/CMakeFiles/generate.stamp.depend +6 -6
- quasardb/range-v3/INSTALL.vcxproj +11 -11
- quasardb/range-v3/INSTALL.vcxproj.filters +2 -2
- quasardb/range-v3/Range-v3.sln +39 -39
- quasardb/range-v3/cmake_install.cmake +6 -6
- quasardb/range-v3/range-v3-config.cmake +3 -3
- quasardb/range-v3/range.v3.headers.vcxproj +338 -338
- quasardb/range-v3/range.v3.headers.vcxproj.filters +315 -315
- quasardb/reader/ts_row.hpp +1 -1
- quasardb/reader/ts_value.hpp +1 -1
- quasardb/string.hpp +160 -0
- quasardb/table.hpp +1 -1
- quasardb/table_reader.hpp +1 -1
- quasardb/tag.hpp +1 -1
- quasardb/timestamp.hpp +97 -0
- quasardb/utils.hpp +1 -1
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/LICENSE.md +1 -1
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/METADATA +1 -1
- quasardb-3.13.7.dist-info/RECORD +114 -0
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/WHEEL +1 -1
- quasardb/qdb_client.cpp +0 -67
- quasardb/version.hpp +0 -43
- quasardb-3.13.6.dist-info/RECORD +0 -111
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/top_level.txt +0 -0
quasardb/convert/value.hpp
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Official Python API
|
|
4
4
|
*
|
|
5
|
-
* Copyright (c) 2009-
|
|
5
|
+
* Copyright (c) 2009-2023, quasardb SAS. All rights reserved.
|
|
6
6
|
* All rights reserved.
|
|
7
7
|
*
|
|
8
8
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
#include <date/date.h> // We cannot use <chrono> until we upgrade to at least GCC11 (ARM).
|
|
41
41
|
#include <pybind11/pybind11.h>
|
|
42
42
|
#include <range/v3/algorithm/copy.hpp>
|
|
43
|
+
#include <range/v3/algorithm/for_each.hpp>
|
|
43
44
|
#include <range/v3/range/concepts.hpp>
|
|
44
45
|
#include <range/v3/view/counted.hpp>
|
|
45
46
|
#include <chrono>
|
|
@@ -206,6 +207,42 @@ struct value_converter<qdb::pydatetime, clock_t::time_point>
|
|
|
206
207
|
}
|
|
207
208
|
};
|
|
208
209
|
|
|
210
|
+
template <>
|
|
211
|
+
struct value_converter<std::int64_t, qdb_timespec_t>
|
|
212
|
+
{
|
|
213
|
+
inline constexpr qdb_timespec_t operator()(std::int64_t const & x) const
|
|
214
|
+
{
|
|
215
|
+
if (x < 0) [[unlikely]]
|
|
216
|
+
{
|
|
217
|
+
return qdb_timespec_t{qdb_min_time, qdb_min_time};
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
constexpr std::int64_t ns = 1'000'000'000ull;
|
|
221
|
+
std::int64_t tv_nsec = x % ns;
|
|
222
|
+
std::int64_t tv_sec = (x - tv_nsec) / ns;
|
|
223
|
+
|
|
224
|
+
return qdb_timespec_t{tv_sec, tv_nsec};
|
|
225
|
+
}
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* chrono time_point -> qdb_timespec_t
|
|
230
|
+
*
|
|
231
|
+
* First converts timepoint to nanos since epoch, then delegates to another converter.
|
|
232
|
+
*/
|
|
233
|
+
template <>
|
|
234
|
+
struct value_converter<clock_t::time_point, qdb_timespec_t>
|
|
235
|
+
{
|
|
236
|
+
value_converter<std::int64_t, qdb_timespec_t> delegate_{};
|
|
237
|
+
|
|
238
|
+
inline constexpr qdb_timespec_t operator()(clock_t::time_point const & x) const
|
|
239
|
+
{
|
|
240
|
+
auto nanos = std::chrono::duration_cast<nanoseconds_t>(x.time_since_epoch());
|
|
241
|
+
|
|
242
|
+
return delegate_(nanos.count());
|
|
243
|
+
}
|
|
244
|
+
};
|
|
245
|
+
|
|
209
246
|
/**
|
|
210
247
|
* clock_t::time_point -> qdb_time_t
|
|
211
248
|
*
|
|
@@ -283,9 +320,22 @@ struct value_converter<clock_t::time_point, qdb::pydatetime>
|
|
|
283
320
|
date::year_month_day ymd{dp};
|
|
284
321
|
date::hh_mm_ss hms{date::floor<seconds_t>(tp - dp)};
|
|
285
322
|
|
|
323
|
+
// We get the 'microseconds' part by simply calculating the total amount of seconds since
|
|
324
|
+
// epoch, and then substracting that from the time point; whatever is left, is guaranteed
|
|
325
|
+
// to be the fraction after the second.
|
|
326
|
+
//
|
|
327
|
+
// Similar appproach as here: https://stackoverflow.com/a/27137475
|
|
328
|
+
|
|
329
|
+
auto since_epoch = tp.time_since_epoch();
|
|
330
|
+
auto seconds = std::chrono::duration_cast<seconds_t>(since_epoch);
|
|
331
|
+
since_epoch -= seconds;
|
|
332
|
+
|
|
333
|
+
// Round it to microseconds, because that's what pydatetime uses as max precision
|
|
334
|
+
auto micros = std::chrono::duration_cast<microseconds_t>(since_epoch);
|
|
335
|
+
|
|
286
336
|
return qdb::pydatetime::from_date_and_time(static_cast<int>(ymd.year()),
|
|
287
|
-
static_cast<unsigned>(ymd.month()), static_cast<unsigned>(ymd.day()), hms.hours().count(),
|
|
288
|
-
hms.minutes().count(), hms.seconds().count(),
|
|
337
|
+
static_cast<unsigned>(ymd.month()), static_cast<unsigned>(ymd.day()), static_cast<int>(hms.hours().count()),
|
|
338
|
+
static_cast<int>(hms.minutes().count()), static_cast<int>(hms.seconds().count()), static_cast<int>(micros.count()));
|
|
289
339
|
}
|
|
290
340
|
};
|
|
291
341
|
|
|
@@ -310,21 +360,21 @@ struct value_converter<qdb_timespec_t, qdb::pydatetime>
|
|
|
310
360
|
}
|
|
311
361
|
};
|
|
312
362
|
|
|
363
|
+
/**
|
|
364
|
+
* datetime.datetime -> qdb_timespec_t
|
|
365
|
+
*
|
|
366
|
+
* composes two converters to convert a datetime.datetime into a timespec in one
|
|
367
|
+
* swoop.
|
|
368
|
+
*/
|
|
313
369
|
template <>
|
|
314
|
-
struct value_converter<
|
|
370
|
+
struct value_converter<qdb::pydatetime, qdb_timespec_t>
|
|
315
371
|
{
|
|
316
|
-
|
|
317
|
-
{
|
|
318
|
-
if (x < 0) [[unlikely]]
|
|
319
|
-
{
|
|
320
|
-
return qdb_timespec_t{qdb_min_time, qdb_min_time};
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
constexpr std::int64_t ns = 1'000'000'000ull;
|
|
324
|
-
std::int64_t tv_nsec = x % ns;
|
|
325
|
-
std::int64_t tv_sec = (x - tv_nsec) / ns;
|
|
372
|
+
value_converter<qdb::pydatetime, clock_t::time_point> dt_to_tp_{};
|
|
373
|
+
value_converter<clock_t::time_point, qdb_timespec_t> tp_to_ts_{};
|
|
326
374
|
|
|
327
|
-
|
|
375
|
+
inline qdb_timespec_t operator()(qdb::pydatetime const & x) const
|
|
376
|
+
{
|
|
377
|
+
return tp_to_ts_(dt_to_tp_(x));
|
|
328
378
|
}
|
|
329
379
|
};
|
|
330
380
|
|
|
@@ -388,6 +438,10 @@ struct value_converter<traits::unicode_dtype, qdb_string_t>
|
|
|
388
438
|
requires(ranges::sized_range<R> && ranges::contiguous_range<R>)
|
|
389
439
|
inline qdb_string_t operator()(R && x) const
|
|
390
440
|
{
|
|
441
|
+
// std::cout << "+ input" << std::endl;
|
|
442
|
+
// ranges::for_each(x, [](auto && x) { printf("%08X\n", x); });
|
|
443
|
+
// std::cout << "- /input" << std::endl;
|
|
444
|
+
|
|
391
445
|
// Calculate total size of output buffer; we *could* do it more
|
|
392
446
|
// accurately by first scanning everything and then filling it,
|
|
393
447
|
// but trades memory efficiency for performance.
|
|
@@ -396,6 +450,9 @@ struct value_converter<traits::unicode_dtype, qdb_string_t>
|
|
|
396
450
|
std::size_t n_codepoints = ranges::size(x);
|
|
397
451
|
std::size_t max_bytes_out = n_codepoints * sizeof(in_char_type);
|
|
398
452
|
|
|
453
|
+
// std::cout << "input size, n_codepoints = " << n_codepoints << std::endl;
|
|
454
|
+
// std::cout << "input size, max_bytes_out = " << max_bytes_out << std::endl;
|
|
455
|
+
|
|
399
456
|
// Note: we allocate the buffer on our object_tracker heap!
|
|
400
457
|
out_char_type * out = qdb::object_tracker::alloc<out_char_type>(max_bytes_out);
|
|
401
458
|
|
|
@@ -404,7 +461,10 @@ struct value_converter<traits::unicode_dtype, qdb_string_t>
|
|
|
404
461
|
auto out_begin = ranges::begin(out_);
|
|
405
462
|
|
|
406
463
|
// Project our input data (in UTF32 / code points) to UTF8
|
|
407
|
-
auto
|
|
464
|
+
auto codepoints = unicode::utf32::decode_view(std::move(x));
|
|
465
|
+
auto encoded = unicode::utf8::encode_view(std::move(codepoints));
|
|
466
|
+
|
|
467
|
+
// std::cout << "encoded size = " << ranges::size(encoded) << std::endl;
|
|
408
468
|
|
|
409
469
|
// Copy everything and keep track of the end
|
|
410
470
|
auto [in_end, out_end] = ranges::copy(encoded, out_begin);
|
|
@@ -412,9 +472,18 @@ struct value_converter<traits::unicode_dtype, qdb_string_t>
|
|
|
412
472
|
// We can use the position of the output iterator to calculate
|
|
413
473
|
// the length of the generated string.
|
|
414
474
|
qdb_size_t n = static_cast<qdb_size_t>(std::distance(out_begin, out_end));
|
|
475
|
+
// std::cout << "n = " << n << std::endl;
|
|
476
|
+
// std::cout << "ranges::size(encoded) = " << ranges::size(encoded) << std::endl;
|
|
477
|
+
|
|
478
|
+
// std::cout << "+ output: " << std::endl;
|
|
479
|
+
// ranges::for_each(encoded, [](auto && x) { printf("%02X\n", x); });
|
|
480
|
+
// std::cout << "- /output " << std::endl;
|
|
481
|
+
|
|
482
|
+
// Sanity check: we expect to have written exactly as many bytes as our range claims it is
|
|
483
|
+
assert(n == ranges::size(encoded));
|
|
415
484
|
|
|
416
485
|
// UTF32->UTF8 we always expect at least as many items
|
|
417
|
-
assert(n >=
|
|
486
|
+
// assert(n >= n_codepoints);
|
|
418
487
|
|
|
419
488
|
return qdb_string_t{out, n};
|
|
420
489
|
}
|
|
@@ -527,7 +596,7 @@ struct value_converter<qdb_string_t, traits::unicode_dtype>
|
|
|
527
596
|
|
|
528
597
|
inline auto operator()(qdb_string_t const & x) const
|
|
529
598
|
{
|
|
530
|
-
return unicode::
|
|
599
|
+
return unicode::utf32::encode_view(unicode::utf8::decode_view(delegate_(x)));
|
|
531
600
|
}
|
|
532
601
|
};
|
|
533
602
|
|
quasardb/convert.hpp
CHANGED
quasardb/date/ALL_BUILD.vcxproj
CHANGED
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
</ProjectConfiguration>
|
|
26
26
|
</ItemGroup>
|
|
27
27
|
<PropertyGroup Label="Globals">
|
|
28
|
-
<ProjectGuid>{
|
|
28
|
+
<ProjectGuid>{66E881CB-57DA-3FC4-BA8E-FD9716664105}</ProjectGuid>
|
|
29
29
|
<Keyword>Win32Proj</Keyword>
|
|
30
|
-
<WindowsTargetPlatformVersion>10.0.
|
|
30
|
+
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
|
|
31
31
|
<Platform>x64</Platform>
|
|
32
32
|
<ProjectName>ALL_BUILD</ProjectName>
|
|
33
33
|
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
</PropertyGroup>
|
|
70
70
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
71
71
|
<Midl>
|
|
72
|
-
<AdditionalIncludeDirectories>
|
|
72
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\qdb\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\date\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
73
73
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
74
74
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
75
75
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
</ItemDefinitionGroup>
|
|
80
80
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
81
81
|
<Midl>
|
|
82
|
-
<AdditionalIncludeDirectories>
|
|
82
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\qdb\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\date\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
83
83
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
84
84
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
85
85
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
</ItemDefinitionGroup>
|
|
90
90
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
91
91
|
<Midl>
|
|
92
|
-
<AdditionalIncludeDirectories>
|
|
92
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\qdb\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\date\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
93
93
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
94
94
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
95
95
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
</ItemDefinitionGroup>
|
|
100
100
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
101
101
|
<Midl>
|
|
102
|
-
<AdditionalIncludeDirectories>
|
|
102
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\qdb\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\date\include;C:\TeamCity\work\283bde3fda0d76e7\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
103
103
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
104
104
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
105
105
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
@@ -108,11 +108,11 @@
|
|
|
108
108
|
</Midl>
|
|
109
109
|
</ItemDefinitionGroup>
|
|
110
110
|
<ItemGroup>
|
|
111
|
-
<CustomBuild Include="
|
|
111
|
+
<CustomBuild Include="C:\TeamCity\work\283bde3fda0d76e7\thirdparty\date\CMakeLists.txt">
|
|
112
112
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
113
|
-
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule
|
|
113
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/CMakeLists.txt</Message>
|
|
114
114
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
115
|
-
"C:\Program Files\CMake\bin\cmake.exe" -
|
|
115
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/TeamCity/work/283bde3fda0d76e7/quasardb -BC:/TeamCity/work/283bde3fda0d76e7/build/temp.win-amd64-cpython-38/Release --check-stamp-file C:/TeamCity/work/283bde3fda0d76e7/build/lib.win-amd64-cpython-38/quasardb/date/CMakeFiles/generate.stamp
|
|
116
116
|
if %errorlevel% neq 0 goto :cmEnd
|
|
117
117
|
:cmEnd
|
|
118
118
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
@@ -121,11 +121,11 @@ exit /b %1
|
|
|
121
121
|
:cmDone
|
|
122
122
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
123
123
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Program Files\CMake\share\cmake-3.24\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.24\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
124
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
124
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
125
125
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
126
|
-
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule
|
|
126
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/CMakeLists.txt</Message>
|
|
127
127
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
128
|
-
"C:\Program Files\CMake\bin\cmake.exe" -
|
|
128
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/TeamCity/work/283bde3fda0d76e7/quasardb -BC:/TeamCity/work/283bde3fda0d76e7/build/temp.win-amd64-cpython-38/Release --check-stamp-file C:/TeamCity/work/283bde3fda0d76e7/build/lib.win-amd64-cpython-38/quasardb/date/CMakeFiles/generate.stamp
|
|
129
129
|
if %errorlevel% neq 0 goto :cmEnd
|
|
130
130
|
:cmEnd
|
|
131
131
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
@@ -134,11 +134,11 @@ exit /b %1
|
|
|
134
134
|
:cmDone
|
|
135
135
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
136
136
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Program Files\CMake\share\cmake-3.24\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.24\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
137
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
137
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
138
138
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
139
|
-
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule
|
|
139
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/CMakeLists.txt</Message>
|
|
140
140
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
141
|
-
"C:\Program Files\CMake\bin\cmake.exe" -
|
|
141
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/TeamCity/work/283bde3fda0d76e7/quasardb -BC:/TeamCity/work/283bde3fda0d76e7/build/temp.win-amd64-cpython-38/Release --check-stamp-file C:/TeamCity/work/283bde3fda0d76e7/build/lib.win-amd64-cpython-38/quasardb/date/CMakeFiles/generate.stamp
|
|
142
142
|
if %errorlevel% neq 0 goto :cmEnd
|
|
143
143
|
:cmEnd
|
|
144
144
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
@@ -147,11 +147,11 @@ exit /b %1
|
|
|
147
147
|
:cmDone
|
|
148
148
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
149
149
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Program Files\CMake\share\cmake-3.24\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.24\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
150
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
150
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
151
151
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
152
|
-
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule
|
|
152
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/CMakeLists.txt</Message>
|
|
153
153
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
154
|
-
"C:\Program Files\CMake\bin\cmake.exe" -
|
|
154
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/TeamCity/work/283bde3fda0d76e7/quasardb -BC:/TeamCity/work/283bde3fda0d76e7/build/temp.win-amd64-cpython-38/Release --check-stamp-file C:/TeamCity/work/283bde3fda0d76e7/build/lib.win-amd64-cpython-38/quasardb/date/CMakeFiles/generate.stamp
|
|
155
155
|
if %errorlevel% neq 0 goto :cmEnd
|
|
156
156
|
:cmEnd
|
|
157
157
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
@@ -160,15 +160,15 @@ exit /b %1
|
|
|
160
160
|
:cmDone
|
|
161
161
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
162
162
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Program Files\CMake\share\cmake-3.24\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.24\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.24\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
163
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
163
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
164
164
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
165
165
|
</CustomBuild>
|
|
166
166
|
</ItemGroup>
|
|
167
167
|
<ItemGroup>
|
|
168
168
|
</ItemGroup>
|
|
169
169
|
<ItemGroup>
|
|
170
|
-
<ProjectReference Include="
|
|
171
|
-
<Project>{
|
|
170
|
+
<ProjectReference Include="C:\TeamCity\work\283bde3fda0d76e7\build\temp.win-amd64-cpython-38\Release\ZERO_CHECK.vcxproj">
|
|
171
|
+
<Project>{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}</Project>
|
|
172
172
|
<Name>ZERO_CHECK</Name>
|
|
173
173
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
174
174
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
3
|
<ItemGroup>
|
|
4
|
-
<CustomBuild Include="
|
|
4
|
+
<CustomBuild Include="C:\TeamCity\work\283bde3fda0d76e7\thirdparty\date\CMakeLists.txt" />
|
|
5
5
|
</ItemGroup>
|
|
6
6
|
<ItemGroup>
|
|
7
7
|
</ItemGroup>
|
|
@@ -3,4 +3,4 @@ C:/Program Files/CMake/share/cmake-3.24/Modules/BasicConfigVersion-SameMajorVers
|
|
|
3
3
|
C:/Program Files/CMake/share/cmake-3.24/Modules/CMakePackageConfigHelpers.cmake
|
|
4
4
|
C:/Program Files/CMake/share/cmake-3.24/Modules/GNUInstallDirs.cmake
|
|
5
5
|
C:/Program Files/CMake/share/cmake-3.24/Modules/WriteBasicConfigVersionFile.cmake
|
|
6
|
-
|
|
6
|
+
C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/CMakeLists.txt
|
quasardb/date/INSTALL.vcxproj
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
</ProjectConfiguration>
|
|
23
23
|
</ItemGroup>
|
|
24
24
|
<PropertyGroup Label="Globals">
|
|
25
|
-
<ProjectGuid>{
|
|
25
|
+
<ProjectGuid>{EF058A60-A6D0-3474-90E6-762A0692D306}</ProjectGuid>
|
|
26
26
|
<Keyword>Win32Proj</Keyword>
|
|
27
|
-
<WindowsTargetPlatformVersion>10.0.
|
|
27
|
+
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
|
|
28
28
|
<Platform>x64</Platform>
|
|
29
29
|
<ProjectName>INSTALL</ProjectName>
|
|
30
30
|
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
@@ -125,7 +125,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
|
125
125
|
</PostBuildEvent>
|
|
126
126
|
</ItemDefinitionGroup>
|
|
127
127
|
<ItemGroup>
|
|
128
|
-
<CustomBuild Include="
|
|
128
|
+
<CustomBuild Include="C:\TeamCity\work\283bde3fda0d76e7\build\temp.win-amd64-cpython-38\Release\CMakeFiles\42aa87fd9aecdf6394c1f51fa2f23fda\INSTALL_force.rule">
|
|
129
129
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
|
|
130
130
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
131
131
|
cd .
|
|
@@ -137,7 +137,7 @@ exit /b %1
|
|
|
137
137
|
:cmDone
|
|
138
138
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
139
139
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
140
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
140
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\INSTALL_force</Outputs>
|
|
141
141
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
142
142
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
|
|
143
143
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
|
|
@@ -151,7 +151,7 @@ exit /b %1
|
|
|
151
151
|
:cmDone
|
|
152
152
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
153
153
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
154
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
154
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\INSTALL_force</Outputs>
|
|
155
155
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
156
156
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
|
|
157
157
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
|
|
@@ -165,7 +165,7 @@ exit /b %1
|
|
|
165
165
|
:cmDone
|
|
166
166
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
167
167
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
168
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
168
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\INSTALL_force</Outputs>
|
|
169
169
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
170
170
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
|
|
171
171
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
|
|
@@ -179,20 +179,20 @@ exit /b %1
|
|
|
179
179
|
:cmDone
|
|
180
180
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
181
181
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
182
|
-
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
182
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\CMakeFiles\INSTALL_force</Outputs>
|
|
183
183
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
184
184
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
|
185
185
|
</CustomBuild>
|
|
186
186
|
</ItemGroup>
|
|
187
187
|
<ItemGroup>
|
|
188
|
-
<ProjectReference Include="
|
|
189
|
-
<Project>{
|
|
188
|
+
<ProjectReference Include="C:\TeamCity\work\283bde3fda0d76e7\build\temp.win-amd64-cpython-38\Release\ZERO_CHECK.vcxproj">
|
|
189
|
+
<Project>{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}</Project>
|
|
190
190
|
<Name>ZERO_CHECK</Name>
|
|
191
191
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
192
192
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
193
193
|
</ProjectReference>
|
|
194
|
-
<ProjectReference Include="
|
|
195
|
-
<Project>{
|
|
194
|
+
<ProjectReference Include="C:\TeamCity\work\283bde3fda0d76e7\build\lib.win-amd64-cpython-38\quasardb\date\ALL_BUILD.vcxproj">
|
|
195
|
+
<Project>{66E881CB-57DA-3FC4-BA8E-FD9716664105}</Project>
|
|
196
196
|
<Name>ALL_BUILD</Name>
|
|
197
197
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
198
198
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
3
|
<ItemGroup>
|
|
4
|
-
<CustomBuild Include="
|
|
4
|
+
<CustomBuild Include="C:\TeamCity\work\283bde3fda0d76e7\build\temp.win-amd64-cpython-38\Release\CMakeFiles\42aa87fd9aecdf6394c1f51fa2f23fda\INSTALL_force.rule">
|
|
5
5
|
<Filter>CMake Rules</Filter>
|
|
6
6
|
</CustomBuild>
|
|
7
7
|
</ItemGroup>
|
|
8
8
|
<ItemGroup>
|
|
9
9
|
<Filter Include="CMake Rules">
|
|
10
|
-
<UniqueIdentifier>{
|
|
10
|
+
<UniqueIdentifier>{83E53034-6035-354C-8209-B924CAE8ABB6}</UniqueIdentifier>
|
|
11
11
|
</Filter>
|
|
12
12
|
</ItemGroup>
|
|
13
13
|
</Project>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Install script for directory:
|
|
1
|
+
# Install script for directory: C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date
|
|
2
2
|
|
|
3
3
|
# Set the install prefix
|
|
4
4
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
@@ -33,14 +33,14 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
|
33
33
|
endif()
|
|
34
34
|
|
|
35
35
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
36
|
-
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/date" TYPE FILE FILES "
|
|
36
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/date" TYPE FILE FILES "C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/include/date/date.h")
|
|
37
37
|
endif()
|
|
38
38
|
|
|
39
39
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
40
40
|
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/CMake/dateTargets.cmake")
|
|
41
41
|
file(DIFFERENT _cmake_export_file_changed FILES
|
|
42
42
|
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/CMake/dateTargets.cmake"
|
|
43
|
-
"
|
|
43
|
+
"C:/TeamCity/work/283bde3fda0d76e7/build/lib.win-amd64-cpython-38/quasardb/date/CMakeFiles/Export/df49adab93b9e0c10c64f72458b31971/dateTargets.cmake")
|
|
44
44
|
if(_cmake_export_file_changed)
|
|
45
45
|
file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/CMake/dateTargets-*.cmake")
|
|
46
46
|
if(_cmake_old_config_files)
|
|
@@ -53,13 +53,13 @@ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT
|
|
|
53
53
|
endif()
|
|
54
54
|
unset(_cmake_export_file_changed)
|
|
55
55
|
endif()
|
|
56
|
-
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/CMake" TYPE FILE FILES "
|
|
56
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/CMake" TYPE FILE FILES "C:/TeamCity/work/283bde3fda0d76e7/build/lib.win-amd64-cpython-38/quasardb/date/CMakeFiles/Export/df49adab93b9e0c10c64f72458b31971/dateTargets.cmake")
|
|
57
57
|
endif()
|
|
58
58
|
|
|
59
59
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
60
60
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/CMake" TYPE FILE FILES
|
|
61
|
-
"
|
|
62
|
-
"
|
|
61
|
+
"C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/cmake/dateConfig.cmake"
|
|
62
|
+
"C:/TeamCity/work/283bde3fda0d76e7/build/lib.win-amd64-cpython-38/quasardb/date/dateConfigVersion.cmake"
|
|
63
63
|
)
|
|
64
64
|
endif()
|
|
65
65
|
|
quasardb/date/date.sln
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
3
3
|
# Visual Studio Version 17
|
|
4
|
-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{
|
|
4
|
+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{D1FC6CE9-14DA-3D77-8462-0FE8D1D0DC1A}"
|
|
5
5
|
EndProject
|
|
6
|
-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{
|
|
6
|
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{66E881CB-57DA-3FC4-BA8E-FD9716664105}"
|
|
7
7
|
ProjectSection(ProjectDependencies) = postProject
|
|
8
|
-
{
|
|
8
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208} = {1FB57830-AD37-3DD3-A143-1D5E8EAB0208}
|
|
9
9
|
EndProjectSection
|
|
10
10
|
EndProject
|
|
11
|
-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "INSTALL", "INSTALL.vcxproj", "{
|
|
11
|
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "INSTALL", "INSTALL.vcxproj", "{EF058A60-A6D0-3474-90E6-762A0692D306}"
|
|
12
12
|
ProjectSection(ProjectDependencies) = postProject
|
|
13
|
-
{
|
|
14
|
-
{
|
|
13
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105} = {66E881CB-57DA-3FC4-BA8E-FD9716664105}
|
|
14
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208} = {1FB57830-AD37-3DD3-A143-1D5E8EAB0208}
|
|
15
15
|
EndProjectSection
|
|
16
16
|
EndProject
|
|
17
|
-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "
|
|
17
|
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "C:\TeamCity\work\283bde3fda0d76e7\build\temp.win-amd64-cpython-38\Release\ZERO_CHECK.vcxproj", "{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}"
|
|
18
18
|
ProjectSection(ProjectDependencies) = postProject
|
|
19
19
|
EndProjectSection
|
|
20
20
|
EndProject
|
|
@@ -26,34 +26,34 @@ Global
|
|
|
26
26
|
RelWithDebInfo|x64 = RelWithDebInfo|x64
|
|
27
27
|
EndGlobalSection
|
|
28
28
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
29
|
-
{
|
|
30
|
-
{
|
|
31
|
-
{
|
|
32
|
-
{
|
|
33
|
-
{
|
|
34
|
-
{
|
|
35
|
-
{
|
|
36
|
-
{
|
|
37
|
-
{
|
|
38
|
-
{
|
|
39
|
-
{
|
|
40
|
-
{
|
|
41
|
-
{
|
|
42
|
-
{
|
|
43
|
-
{
|
|
44
|
-
{
|
|
45
|
-
{
|
|
46
|
-
{
|
|
47
|
-
{
|
|
48
|
-
{
|
|
29
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.Debug|x64.ActiveCfg = Debug|x64
|
|
30
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.Debug|x64.Build.0 = Debug|x64
|
|
31
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.Release|x64.ActiveCfg = Release|x64
|
|
32
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.Release|x64.Build.0 = Release|x64
|
|
33
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
34
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
35
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
36
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
37
|
+
{EF058A60-A6D0-3474-90E6-762A0692D306}.Debug|x64.ActiveCfg = Debug|x64
|
|
38
|
+
{EF058A60-A6D0-3474-90E6-762A0692D306}.Release|x64.ActiveCfg = Release|x64
|
|
39
|
+
{EF058A60-A6D0-3474-90E6-762A0692D306}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
40
|
+
{EF058A60-A6D0-3474-90E6-762A0692D306}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
41
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.Debug|x64.ActiveCfg = Debug|x64
|
|
42
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.Debug|x64.Build.0 = Debug|x64
|
|
43
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.Release|x64.ActiveCfg = Release|x64
|
|
44
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.Release|x64.Build.0 = Release|x64
|
|
45
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
46
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
47
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
48
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
49
49
|
EndGlobalSection
|
|
50
50
|
GlobalSection(NestedProjects) = preSolution
|
|
51
|
-
{
|
|
52
|
-
{
|
|
53
|
-
{
|
|
51
|
+
{66E881CB-57DA-3FC4-BA8E-FD9716664105} = {D1FC6CE9-14DA-3D77-8462-0FE8D1D0DC1A}
|
|
52
|
+
{EF058A60-A6D0-3474-90E6-762A0692D306} = {D1FC6CE9-14DA-3D77-8462-0FE8D1D0DC1A}
|
|
53
|
+
{1FB57830-AD37-3DD3-A143-1D5E8EAB0208} = {D1FC6CE9-14DA-3D77-8462-0FE8D1D0DC1A}
|
|
54
54
|
EndGlobalSection
|
|
55
55
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
56
|
-
SolutionGuid = {
|
|
56
|
+
SolutionGuid = {26E3D412-409B-3FBE-8A44-5A860D5F217C}
|
|
57
57
|
EndGlobalSection
|
|
58
58
|
GlobalSection(ExtensibilityAddIns) = postSolution
|
|
59
59
|
EndGlobalSection
|
quasardb/date/dateTargets.cmake
CHANGED
|
@@ -55,8 +55,8 @@ add_library(date::date INTERFACE IMPORTED)
|
|
|
55
55
|
|
|
56
56
|
set_target_properties(date::date PROPERTIES
|
|
57
57
|
INTERFACE_COMPILE_DEFINITIONS "ONLY_C_LOCALE=0"
|
|
58
|
-
INTERFACE_INCLUDE_DIRECTORIES "
|
|
59
|
-
INTERFACE_SOURCES "
|
|
58
|
+
INTERFACE_INCLUDE_DIRECTORIES "C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/include"
|
|
59
|
+
INTERFACE_SOURCES "C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/include/date/date.h;C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/include/date/solar_hijri.h;C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/include/date/islamic.h;C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/include/date/iso_week.h;C:/TeamCity/work/283bde3fda0d76e7/thirdparty/date/include/date/julian.h"
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
# This file does not depend on other imported targets which have
|