76ee07f61c
[copyright] Update copyright header
...
Co-authored-by: Alexander Trofimov <alexander.trofimov@onlyoffice.com >
Co-committed-by: Alexander Trofimov <alexander.trofimov@onlyoffice.com >
2026-05-14 08:23:56 +00:00
eb45d8dadc
Correct pro files
2023-04-07 10:30:23 +03:00
c2f6f2d1b5
PdfFile using
2022-11-01 18:36:01 +03:00
28ac386e08
Refactoring
2022-01-13 20:11:38 +03:00
92e2385650
DjVu GString return
2021-12-20 20:48:44 +03:00
7569534cfd
c++ fix merge with develop
2021-10-04 18:11:05 +03:00
13d7538d4e
Merge remote-tracking branch 'origin/feature/develop-and' into develop
...
Add support android build
2020-04-19 15:37:56 +03:00
9a5cb77ca0
developing...
2020-01-07 19:08:08 +03:00
26a9eda4ea
Add frameworks build support
2019-12-05 18:15:23 +03:00
c26dc8cd78
developing...
2019-10-18 23:49:42 +03:00
4acefb020f
Remove not required defines
2018-04-19 17:50:31 +03:00
f0bb87ba14
.
2018-04-18 13:40:13 +03:00
f57b28cd24
PdfReader builds
2018-04-17 13:40:11 +03:00
8100a2860f
19
2018-04-16 14:14:31 +03:00
c5c64cb6c2
XpsFile & DjVuFile - fix build
2016-12-16 17:26:20 +03:00
5c6de53d11
core -> new pro files
2016-07-20 15:32:24 +03:00
f275c0a406
static link libstd
2016-06-16 18:48:56 +03:00
e6292fb3aa
versions up
2016-05-21 01:42:27 +03:00
c17cd54073
Changed target directory
2016-05-21 01:17:30 +03:00
2c132fa84e
static_link_stdlib
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@67865 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:54:28 +03:00
20c5758525
Merged revision(s) from AVS/Sources/TeamlabOffice/branches/TeamlabOffice_v3.5_CPP:
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@66199 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:45:20 +03:00
f76daec992
уход от экспорта под линуксом OfficeUtils
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65527 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:40:23 +03:00
92333c2035
no export graphics
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64012 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:21:55 +03:00
574951a359
win64
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63898 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:20:43 +03:00
01e2e31c46
linux libxml inner
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63857 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:20:21 +03:00
ef5ee9934a
version
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63815 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:20:00 +03:00
746ccb420b
сборка под линукс. странные правки (добавление this->) - не править. Это особенность компилятора gcc
...
The problem is that templates are processed in two passes (according to the standard, VS does otherwise). In the first pass, before the type substitution, everything that does not depend on the template arguments is looked up and checked. Dependent names are then left to resolve in the second pass, once the type has been substituted.
Now, in the first pass there is nothing that indicates that next is dependent on template arguments, and thus it needs to resolve before type substitution. Now, because the base type is templated on the template argument of your current template, the compiler cannot look into it (it might be specialized for some types, and without knowing what type T we are instantiating the template with, we cannot know which specialization to use, i.e. the base depends on T and we are checking before knowing T).
The trick of adding this-> turns next into a dependent name, and that in turn means that lookup is delayed until the second pass, where T is known, and because T is known, List<T> is also known and can be looked up into.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63683 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:18:05 +03:00
e5a0ebb024
полностью реализован механизм билда статической и динамической библиотеки
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63673 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:17:48 +03:00
d92c01c247
Конвертации строк переделаны на функции из DesktopEditor/Common
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62616 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:03:54 +03:00
c9c9ed4f90
Добавлены исходники для сборки кроссплатформенной библиотеки для чтения DjVu файлов.
...
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62606 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:03:41 +03:00