nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Mon, 29 Nov 2021 19:30:52 +0100
branchv_0
changeset 52 d22e9274fcad
parent 31 ecae2772c3a7
permissions -rw-r--r--
fix LEB128 integer decoding of negative numbers smaller than -134217728 (-2^27) Due to mismatch of data types of result value and the zero constant/literal, smaller numbers were decoded wrongly: -134217728 → -134217728 -134217729 → -1 -134217730 → -2 Limits of the current implementation: relpipe-in-cli --relation "velká_čísla" --attribute "číslo" integer --record -9223372036854775808 --record 9223372036854775807 | relpipe-out-tabular velká_čísla: ╭──────────────────────╮ │ číslo (integer) │ ├──────────────────────┤ │ -9223372036854775808 │ │ 9223372036854775807 │ ╰──────────────────────╯ Record count: 2 i.e. +2^63 and -(2^63-1)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
    <type>org.netbeans.modules.cnd.makeproject</type>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <configuration>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
        <data xmlns="http://www.netbeans.org/ns/make-project/1">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
            <name>relpipe-lib-reader.cpp</name>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
            <c-extensions/>
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     8
            <cpp-extensions>cpp</cpp-extensions>
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     9
            <header-extensions>h</header-extensions>
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    10
            <sourceEncoding>UTF-8</sourceEncoding>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
            <make-dep-projects/>
31
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    12
            <sourceRootList>
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    13
                <sourceRootElem>.</sourceRootElem>
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    14
            </sourceRootList>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
            <confList>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
                <confElem>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
                    <name>Debug</name>
31
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    18
                    <type>0</type>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
                </confElem>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
                <confElem>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
                    <name>Release</name>
31
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    22
                    <type>0</type>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                </confElem>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
            </confList>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
            <formatting>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
                <project-formatting-style>false</project-formatting-style>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
            </formatting>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
        </data>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
    </configuration>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
</project>