office-gobmx/solenv
Mike Kaganski bd96a6f7b7 Don't rely on Python's treatment of unrecognized escape sequences
According to [1]:

> Changed in version 3.6: Unrecognized escape sequences produce a DeprecationWarning.
> In a future Python version they will be a SyntaxWarning and eventually a SyntaxError.

[1] https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals

Change-Id: Ia4f79f17ccb121f423f35b1e1306d5ae285e8762
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98321
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-07-13 22:23:44 +02:00
..
bin Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
buck
clang-cl
clang-format replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
doc/gbuild
gbuild replace usage of whitelist with allowlist 2020-07-10 01:36:07 +02:00
gbuildtojson
gcc-wrappers
gdb Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
inc add Central Kurdish (ckb) language pack 2020-06-24 15:36:39 +02:00
lldb/libreoffice
maven
qa/python
sanitizers weld CheckBoxControl 2020-07-12 18:16:22 +02:00
vs
CompilerTest_compilerplugins_clang.mk loplugin:externvar is covered by loplugin:external 2020-07-01 19:50:42 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Adapt solenv/flatpak-manifest.in to recent download.lst changes 2020-07-01 18:02:55 +02:00
Makefile
Module_solenv.mk
PythonTest_solenv_python.mk
README
StaticLibrary_wrapper.mk

Tools and makefile fragments necessary for compilation

This module contains many tools and makefile configuration pieces,
critical for building LibreOffice:

bin/
    contains lots of tools used during the build:

    concat-deps*
        these aggregate, and remove duplicates from module
        dependencies, to accelerate build times.

    make_installer.pl
        this script executes the compiled instructions from
        the scp2/ module to create an installer, and/or to
        do a local install for the smoketest.

gbuild/
    implementation of the LibreOffice build system
    See gbuild/README for more info.

gdb/
    lots of nice python helpers to make debugging -much- easier
    that (eg.) print UCS2 strings as UTF-8 on the console to
    help with debugging.

inc/
    old / increasingly obsolete dmake setup and includes, we are
    trying to entirely rid ourselves of this

src/
    useful standard / re-usable component map files for components
    which shouldn't export anything more than a few registration
    symbols.