<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/spdlog, branch 2019.07</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[spdlog]Add feature[benchmark] (#6924)</title>
<updated>2019-06-18T18:11:06+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-06-18T18:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=49d1759ec85c31eb50d07b42d245b989b99df37c'/>
<id>49d1759ec85c31eb50d07b42d245b989b99df37c</id>
<content type='text'>
* [spdlog]Add feature[benchmark] </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [spdlog]Add feature[benchmark] </pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Add a Homepage URL entry for vcpkg ports (#2933)</title>
<updated>2019-06-15T23:54:47+00:00</updated>
<author>
<name>pravic</name>
<email>ehysta@gmail.com</email>
</author>
<published>2019-06-15T23:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad'/>
<id>18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad</id>
<content type='text'>
* [vcpkg] Add "Homepage" field to the CONTROL files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add "Homepage" field to the CONTROL files.</pre>
</div>
</content>
</entry>
<entry>
<title>[spdlog] Fix #5143 and update to 1.3.1</title>
<updated>2019-01-18T12:38:03+00:00</updated>
<author>
<name>myd7349</name>
<email>myd7349@gmail.com</email>
</author>
<published>2019-01-17T10:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7d9224c83ec746e612b6eacdbe91e4bf0e7b6b77'/>
<id>7d9224c83ec746e612b6eacdbe91e4bf0e7b6b77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[spdlog] Update to 1.3.0</title>
<updated>2019-01-14T12:36:51+00:00</updated>
<author>
<name>myd7349</name>
<email>myd7349@gmail.com</email>
</author>
<published>2019-01-14T12:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=57f7f49aba15b05d3093445bb813c1f5cfbbd6c5'/>
<id>57f7f49aba15b05d3093445bb813c1f5cfbbd6c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[spdlog] add comment about patch</title>
<updated>2018-12-20T23:00:34+00:00</updated>
<author>
<name>Phil Christensen</name>
<email>philc@microsoft.com</email>
</author>
<published>2018-12-20T23:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3d164e3e4c19e54763fe34bcb9fe2e5bdcafc1d0'/>
<id>3d164e3e4c19e54763fe34bcb9fe2e5bdcafc1d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spdlog handling of external fmt lib</title>
<updated>2018-12-17T15:52:25+00:00</updated>
<author>
<name>Carsten Neumann</name>
<email>cpneumann@ualr.edu</email>
</author>
<published>2018-12-17T15:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f64362201923a20111ced9b789286437a8acac13'/>
<id>f64362201923a20111ced9b789286437a8acac13</id>
<content type='text'>
Using an external fmt lib should cause the spdlog::spdlog target to have
a dependency on fmt lib - so that a consuming project does not need
to call find_package(fmt) and target_link_libraries(... fmt::fmt).

To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which
makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro
to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is
also stored in the installed spdlogConfig.cmake and if it is ON
find_dependency() is used to ensure the fmt::fmt target is imported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using an external fmt lib should cause the spdlog::spdlog target to have
a dependency on fmt lib - so that a consuming project does not need
to call find_package(fmt) and target_link_libraries(... fmt::fmt).

To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which
makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro
to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is
also stored in the installed spdlogConfig.cmake and if it is ON
find_dependency() is used to ensure the fmt::fmt target is imported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrades 2018.10.25</title>
<updated>2018-10-27T01:49:29+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2018-10-25T17:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c538d6d99668bb416153aade75ed5dd9f7b7c28d'/>
<id>c538d6d99668bb416153aade75ed5dd9f7b7c28d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrades 2018.10.11</title>
<updated>2018-10-25T17:27:26+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2018-10-12T05:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9c62c6a37ac940abbb4f19237d9a891881421a1a'/>
<id>9c62c6a37ac940abbb4f19237d9a891881421a1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[spdlog] update to 1.0.0 (#4025)</title>
<updated>2018-08-06T08:08:30+00:00</updated>
<author>
<name>Christophe Guébert</name>
<email>christophe.guebert@gmail.com</email>
</author>
<published>2018-08-06T08:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b641590c9155fc38143eddc5897aae8b0b4caa16'/>
<id>b641590c9155fc38143eddc5897aae8b0b4caa16</id>
<content type='text'>
* [spdlog] update to 1.0.0

* [spdlog] Fix cmake targets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [spdlog] update to 1.0.0

* [spdlog] Fix cmake targets
</pre>
</div>
</content>
</entry>
<entry>
<title>[spdlog] Update to fix compatibility with fmt 5.0.0</title>
<updated>2018-07-05T02:02:06+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2018-07-05T01:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a382578f19e35e4fec6edd72dde35b1e03c684b7'/>
<id>a382578f19e35e4fec6edd72dde35b1e03c684b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
