<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/protocols/Telegram/tdlib/td, branch master</title>
<subtitle>miranda-ng main repo mirror (manuall sync only)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/'/>
<entry>
<title>compilation fix</title>
<updated>2024-09-29T17:20:39+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-09-29T17:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=35d047b7c37ce46c63f3c349220a594b45ec1a1c'/>
<id>35d047b7c37ce46c63f3c349220a594b45ec1a1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TDLIB update up to the current state</title>
<updated>2024-09-29T16:04:03+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-09-29T16:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=cebfc5c8facbf6ae335499f7f4b3dc57a60af999'/>
<id>cebfc5c8facbf6ae335499f7f4b3dc57a60af999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more copyright update</title>
<updated>2024-09-29T16:04:03+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-09-29T12:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=189164bebda4bca9bb3d672500d844bfe7f26517'/>
<id>189164bebda4bca9bb3d672500d844bfe7f26517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TDLIB: copyright update</title>
<updated>2024-09-29T16:04:03+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-09-29T12:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6242b0f33cb5c634366e4e128a64dfedc8f72831'/>
<id>6242b0f33cb5c634366e4e128a64dfedc8f72831</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TDLIB: copyright updates &amp; code cleaning</title>
<updated>2024-09-29T16:04:02+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-09-29T11:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=8e36edeef44005c24fa574fbb90556442a6a516f'/>
<id>8e36edeef44005c24fa574fbb90556442a6a516f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: require cmake 3.11</title>
<updated>2024-09-07T09:44:33+00:00</updated>
<author>
<name>Sergey Ponomarev</name>
<email>stokito@gmail.com</email>
</author>
<published>2024-09-07T07:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=fe87f56f612237182ce76873ae090fcecc1af02e'/>
<id>fe87f56f612237182ce76873ae090fcecc1af02e</id>
<content type='text'>
The main CMakeLists.txt had cmake_minimum_required (VERSION 2.8).
This made the cmake to show a deprecation notice that support of all versions below 3.5 will be dropped soon.

The maximum required cmake version is 3.11 for the litehtml module.
So let's set it as a minimum for all other modules.

The FATAL_ERROR option is ignored in CMake &gt;= 2.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main CMakeLists.txt had cmake_minimum_required (VERSION 2.8).
This made the cmake to show a deprecation notice that support of all versions below 3.5 will be dropped soon.

The maximum required cmake version is 3.11 for the litehtml module.
So let's set it as a minimum for all other modules.

The FATAL_ERROR option is ignored in CMake &gt;= 2.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: enquote variable in string(REPLACE) macros</title>
<updated>2024-09-07T09:44:33+00:00</updated>
<author>
<name>Sergey Ponomarev</name>
<email>stokito@gmail.com</email>
</author>
<published>2024-09-07T07:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d3524123a9c24610176f238002887e2034a61685'/>
<id>d3524123a9c24610176f238002887e2034a61685</id>
<content type='text'>
If a var is empty then the cmake reports an error:

    string sub-command REPLACE requires at least four arguments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a var is empty then the cmake reports an error:

    string sub-command REPLACE requires at least four arguments
</pre>
</div>
</content>
</entry>
<entry>
<title>we don't need this</title>
<updated>2023-10-25T11:55:04+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2023-10-25T11:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2a3f8c8771fd53bae3ca74602c5b733519cdfa9d'/>
<id>2a3f8c8771fd53bae3ca74602c5b733519cdfa9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>even more perversive fix for sizeof(FILE_BASIC_INFO)</title>
<updated>2023-07-04T10:20:45+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2023-07-04T10:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=81b0b7c40796d9ae062dfa6656c0e66c3b9f6bf4'/>
<id>81b0b7c40796d9ae062dfa6656c0e66c3b9f6bf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #3568 (crash in 32-bit TDLIB, all we need is just hard code 0x28 as sizeof(basic_info), regardless SDK version)</title>
<updated>2023-07-03T16:31:19+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2023-07-03T16:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=f352c9945ba1ef60356c9e4b9284b2d34cd39bd3'/>
<id>f352c9945ba1ef60356c9e4b9284b2d34cd39bd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
