This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -ex | |
| cd "$(dirname "$0")" | |
| H2_VERSION="2.3.232" | |
| LQ_VERSION="4.29.2" | |
| H2_DOWNLOAD="https://github.com/h2database/h2database/releases/download/version-${H2_VERSION}/h2-${H2_VERSION}.jar" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| SELF="$(readlink -f "$0")" | |
| ### _____ _____ _ _ ______ _____ _____ | |
| ### / __ \ _ | \ | || ___|_ _| __ \ | |
| ### | / \/ | | | \| || |_ | | | | \/ | |
| ### | | | | | | . ` || _| | | | | __ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| from pathlib import Path | |
| from dataclasses import dataclass | |
| import re | |
| import json | |
| import subprocess as S | |
| from textwrap import dedent | |
| FAMILY_FIX_MAP = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(async () => { s=document.createElement('script'); s.innerHTML=(await (await fetch(`https://gist.githubusercontent.com/sebast1an99/ca41e69a0fcb3f6c1cceb0bc05668e6e/raw/amd.js?v=${new Date().getTime()}`)).text()); document.body.appendChild(s); })() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "target": { | |
| "exe1@exe": { | |
| "name": "exe1", | |
| "sources": [ | |
| "a1.c", | |
| "a10.c", | |
| "a100.c", | |
| "a101.c", | |
| "a110.c", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "target": { | |
| "exe1@exe": { | |
| "name": "exe1", | |
| "sources": [ | |
| "aaa/a/a1.c", | |
| "aaa/b/b1.c", | |
| "aaa/b/b2.c", | |
| "aaa/f1.c", | |
| "aaa/f2.c", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### | |
| ####### Any changes to this file will be overwritten by the next CMake run #### | |
| ####### The input file was KF5TextEditorConfig.cmake.in ######## | |
| get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) | |
| # Use original install prefix when loaded through a "/usr move" | |
| # cross-prefix symbolic link such as /lib -> /usr/lib. | |
| get_filename_component(_realCurr "${CMAKE_CURRENT_LIST_DIR}" REALPATH) | |
| get_filename_component(_realOrig "/usr/lib/cmake/KF5TextEditor" REALPATH) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # WARNUNG: This is an automatically generated file | |
| MESON_VERSION=0.50.0 | |
| MESON_BUILD_FILES_UP_TO_DATE=0 | |
| # Weiter Variablen... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project('gtest', 'cpp', version : '1.8.0', license : 'bsd') | |
| subdir('googletest') | |
| subdir('googlemock') | |
| e = executable('testprog', 't1.cpp', dependencies : gtest_main_dep) | |
| test('gtest test', e) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Current project: efl -- 1.3 MB | |
| - benchmarks = 0.6% | |
| - buildoptions = 1.1% | |
| - buildsystem_files = 0.8% | |
| - dependencies = 0.5% | |
| - installed = 28.6% | |
| - projectinfo = 0.0% | |
| - targets = 59.4% | |
| - tests = 9.1% |
NewerOlder