Activity for lang-tools

  • Sergey Gusarov committed [70e97c] on pyrepo

    rst2pdf: More comments, language control

  • Sergey Gusarov committed [25e511] on pyrepo

    rst2pdf: Fixed generation of russian rst files

  • Sergey Gusarov committed [4ecd33] on pyrepo

    rst2pdf: Config's format changed to yaml

  • Sergey Gusarov committed [832ceb] on libctools

    Added comment about mingw

  • Sergey Gusarov committed [c92059] on libctools

    bcc doesn't support crtdbg.h(in required volume)

  • Sergey Gusarov committed [e895e4] on libctools

    Created os/windows/crtdbg.h - wrapper over system's crtdbg.h with enabled _CRTDBG_MAP_ALLOC

  • Sergey Gusarov committed [7a8260] on libctools

    Fixed MS VC++ 2019:

  • Sergey Gusarov committed [d5eb53] on libctools

    Provide _CRTDBG_MAP_ALLOC before including of crtdbg.h

  • Sergey Gusarov committed [0cfa5d] on libctools

    Removed redundant include

  • Sergey Gusarov committed [2b6124] on libctools

    Added memory management/leak control on Windows debug

  • Sergey Gusarov committed [8fb3df] on libqttools

    Generalizations in the msvc.bat

  • Sergey Gusarov Sergey Gusarov committed [fa692a] on libqttools

    Use CPT_COMPILER_RANGE_FOR for determining if QTT_FOREACH()

  • Sergey Gusarov Sergey Gusarov committed [d7ccfc] on libcpptools

    language.hpp: Added dependency header for CT_BEGIN_EXTERNAL_HEADERS

  • Sergey Gusarov Sergey Gusarov committed [211357] on libctools

    Fixed potential CT_LANG_CXX11 redefinition

  • Sergey Gusarov committed [fe77fe] on libcpptools

    language.hpp: Updated from upstream (Qt 6.8.1)

  • Sergey Gusarov Sergey Gusarov committed [94b977] on libcpptools

    Added empty lines

  • Sergey Gusarov Sergey Gusarov committed [2761d7] on libctools

    while (false) -> while (CT_FALSE) by library design

  • Sergey Gusarov Sergey Gusarov committed [c35f1f] on libctools

    Added comment

  • Sergey Gusarov committed [f27e0a] on libqttools

    Quite stable revision, started work on 0.2 version

  • Sergey Gusarov committed [d3282e] on libqttools

    Added tag 0.1 for changeset 023ef4a83a01

  • Sergey Gusarov committed [023ef4] on libqttools

    Code style fixes

  • Sergey Gusarov committed [82d8bb] on libcpptools

    Code style

  • Sergey Gusarov committed [4aa374] on libcpptools

    Quite stable revision, started work on 0.2 version

  • Sergey Gusarov committed [ff604a] on libcpptools

    Added tag 0.1 for changeset 6f1fcf28dbdb

  • Sergey Gusarov committed [6f1fcf] on libcpptools

    Code style fixes

  • Sergey Gusarov committed [5b0980] on libctools

    Quite stable revision, started work on 0.6 version

  • Sergey Gusarov committed [627a8a] on libctools

    Added tag 0.5 for changeset e49fc4ceff18

  • Sergey Gusarov committed [e49fc4] on libctools

    code style fixes

  • Sergey Gusarov committed [31e5a6] on libqttools

    Using of CPT_DELETE for actually deleted function

  • Sergey Gusarov committed [99b1e5] on libcpptools

    Using of CPT_DELETE instead of pure delete

  • Sergey Gusarov committed [e9e294] on libcpptools

    std/memory: Reduced scope of compilation of "struct _Unique_if"

  • Sergey Gusarov committed [843bbf] on libqttools

    Fixed MSVC++ 2010 warning about inlining

  • Sergey Gusarov committed [190a60] on libctools

    Masked one more warning for system include headers of MS VC++ 2010

  • Sergey Gusarov committed [17ba17] on libqttools

    Added QTT_FOREACH macro, fixed compilation for MS VC++ 2010

  • Sergey Gusarov committed [2ddbe7] on libqttools

    exceptions/printer.cpp: Implementation of constructor now matches its definition

  • Sergey Gusarov committed [77588d] on cmake_tools

    Disabled Warning 4480 for MSVC++ 2010

  • Sergey Gusarov committed [7e3d53] on libcpptools

    std/memory: Restored MS VC++ 2012 build

  • Sergey Gusarov committed [aba92b] on pyrepo

    pack.py: Explicit specification of compression option for speeding-up turing it on/off

  • Sergey Gusarov committed [0a41e4] on libcpptools

    Initial support for std::make_unique() for MS VC++ 2010

  • Sergey Gusarov committed [e641d6] on libcpptools

    Implemented test_memory

  • Sergey Gusarov Sergey Gusarov committed [208b68] on libqttools

    Implemented test_track_pointer

  • Sergey Gusarov Sergey Gusarov committed [4c21d8] on libqttools

    Code style fix

  • Sergey Gusarov committed [cdb40f] on libctools

    union InheritedExitCode now always dll-local

  • Sergey Gusarov committed [c1f480] on libqttools

    pack.py: Explicit specification of compression option for speeding-up turing it on/off

  • Sergey Gusarov committed [f49a7f] on libcpptools

    pack.py: Explicit specification of compression option for speeding-up turing it on/off

  • Sergey Gusarov committed [fdbd75] on libctools

    pack.py: Explicit specification of compression option for speeding-up turing it on/off

  • Sergey Gusarov committed [105668] on cmake_tools

    pack.py: Explicit specification of compression option for speeding-up turing it on/off

  • Sergey Gusarov committed [34d421] on libcpptools

    exceptions/printer.cpp: Implementation of constructor now matches its definition

  • Sergey Gusarov committed [437c56] on libcpptools

    std/type_traits: Fixed MSVC++ 2010 build error

  • Sergey Gusarov committed [c3bae4] on libqttools

    string.hpp: Fixed type conversion warning

  • Sergey Gusarov committed [594aeb] on libqttools

    test_printer: Implementation of constructor now matches its definition

  • Sergey Gusarov committed [88b770] on libqttools

    Fixed MSVC link warning 4221

  • Sergey Gusarov committed [df8ccd] on libctools

    Pragma of MSVC++ 2013 and above moved to the appropriate compilation branch

  • Sergey Gusarov committed [104d6f] on libqttools

    test_file_utils: Fixed link error with MS VC++ 2013

  • Sergey Gusarov committed [30c05b] on libcpptools

    Added CPT_MOVEASSIGNMENT_EMPTY_DEFAULT which sometimes replace CPT_EMPTY_DEFAULT

  • Sergey Gusarov committed [b5ef57] on libctools

    Resolved TODO: CT_PACK_STRING_TO_UINT is unavailable in MC VC++ 2013

  • Sergey Gusarov committed [41e77b] on libcpptools

    CPT_CP_INTERFACE is now defined for all configurations

  • Sergey Gusarov committed [8a7689] on libcpptools

    More using of CPT_NOEXCEPT_DEFAULT

  • Sergey Gusarov committed [1903a9] on libcpptools

    Using of CPT_NOEXCEPT_DEFAULT all over the project - fixed MSVC++ 2013 build

  • Sergey Gusarov committed [0638f2] on libcpptools

    Expanded role of CPT_NOEXCEPT_DEFAULT_DESTRUCTOR. Now it is recommended

  • Sergey Gusarov committed [6a2940] on libcpptools

    Removed redundant typename

  • Sergey Gusarov committed [36f565] on libcpptools

    std/utility: Use custom version of std::as_const()

  • Sergey Gusarov committed [79a4b6] on libctools

    std/stdbool.h: Graceful undefining of internal identifier

  • Sergey Gusarov committed [b0bb96] on libctools

    Added comment about _CPPLIB_VER on bcc

  • Sergey Gusarov committed [3a6bbb] on libctools

    Fixed bcc build (tested witn XE2)

  • Sergey Gusarov committed [71cf8b] on libctools

    std/stdbool.h: Preparation for bcc support

  • Sergey Gusarov committed [f8e36e] on libctools

    More compiler-library definitions for bcc

  • Sergey Gusarov committed [8fc462] on libqttools

    msvc2019-qt6.bat renamed to msvc.bat

  • Sergey Gusarov committed [503731] on libcpptools

    Using of _CPPLIB_VER replaced by CT_LIBC_MSVCRT

  • Sergey Gusarov committed [dec94d] on libctools

    Using of _CPPLIB_VER replaced by CT_LIBC_MSVCRT

  • Sergey Gusarov committed [f05326] on libctools

    Fixed misprint

  • Sergey Gusarov committed [5aeb47] on cmake_tools

    Added test_toolchain somehow working for custom gcc

  • Sergey Gusarov committed [d60baf] on libcpptools

    Fixed uclibc build

  • Sergey Gusarov committed [bc209d] on libctools

    Fixed uclibc build

  • Sergey Gusarov committed [d4c56b] on libctools

    library.h: Choosing between yvals.h and ctrversion.h for detection

  • Sergey Gusarov committed [ad5a80] on libqttools

    Using of unique CT_COMPL_MSVC instead of _MSC_VER

  • Sergey Gusarov committed [7930bc] on libcpptools

    Using of unique CT_COMPL_MSVC instead of _MSC_VER

  • Sergey Gusarov committed [550b6a] on libctools

    CT_COMPL_MSVC now is not just defined identifier. It's used as a synonym for _MSC_VER.

  • Sergey Gusarov committed [f246c5] on pyrepo

    README*: Added comment about Python 3.12 and distutils + setuptools

  • Sergey Gusarov committed [9ec1a2] on libqttools

    Attempt to fix compilation with Qt 5.3

  • Sergey Gusarov committed [ca2859] on libqttools

    Fixed potantial NULL pointer dereference

  • Sergey Gusarov committed [7bdeef] on libqttools

    Optimization: Argument of Printer class converted to reference

  • Sergey Gusarov committed [cab53b] on libcpptools

    Optimization: Arguments of some classes converted to the links.

  • Sergey Gusarov committed [2f7712] on libcpptools

    Reverted hg528 - it leads to link error

  • Sergey Gusarov committed [f981ea] on libcpptools

    test_shared_api: Fixed build error

  • Sergey Gusarov committed [0eedc0] on libcpptools

    Fixed MSVC++ warning 4711

  • Sergey Gusarov committed [872ea7] on libqttools

    More using of dll linkage specificators

  • Sergey Gusarov committed [96cf93] on libcpptools

    More using of CPT_LOCAL_API

  • Sergey Gusarov committed [e0d483] on libqttools

    Fixed test_shared_api on windows+clang+shared.

  • Sergey Gusarov committed [842506] on libcpptools

    Fixed test_shared_api on windows+clang+shared.

  • Sergey Gusarov committed [975ad8] on libcpptools

    cpptools.hpp: Fixed compilation with clang

  • Sergey Gusarov committed [f67a7e] on libctools

    Fixed detection of clang. Now it can be detected in the same time

  • Sergey Gusarov committed [278f76] on cmake_tools

    build: Restored processing of cmd-passed compiler version

  • Sergey Gusarov committed [11f9eb] on cmake_tools

    build: Generate mingw makefiles for clang on windows

  • Sergey Gusarov committed [89659c] on cmake_tools

    compilerVersion now is of string type. Even for gcc is possible value like '4.2.4'

  • Sergey Gusarov Sergey Gusarov committed [7e8071] on libcpptools

    More CPT_LOCAL_API

  • Sergey Gusarov Sergey Gusarov committed [1cf137] on libcpptools

    subrange.hpp: Added CPT_LOCAL_API to the classes

  • Sergey Gusarov Sergey Gusarov committed [36583e] on libqttools

    Reduced number of cmake_msvc* build scripts

  • Sergey Gusarov Sergey Gusarov committed [a7efec] on libcpptools

    .py: Removed redundant search paths

  • Sergey Gusarov Sergey Gusarov committed [05a6b8] on libctools

    .py: Removed redundant search paths

1 >
MongoDB Logo MongoDB