feat(kotlin-compose): design system + 33 components + gallery_kt + e2e android emulator + scaffolder fixes

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 16:28:50 +02:00
parent bd036cf3d4
commit 42c14fae59
2452 changed files with 415108 additions and 25 deletions
@@ -0,0 +1,21 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/lucas/fn_registry/cpp/functions/core/sql_parse.cpp" "tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o" "gcc" "tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o.d"
"/home/lucas/fn_registry/cpp/tests/test_sql_parse.cpp" "tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o" "gcc" "tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,127 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/lucas/fn_registry/cpp
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
# Include any dependencies generated for this target.
include tests/CMakeFiles/test_sql_parse.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/CMakeFiles/test_sql_parse.dir/compiler_depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/test_sql_parse.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/test_sql_parse.dir/flags.make
tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o: tests/CMakeFiles/test_sql_parse.dir/flags.make
tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o: /home/lucas/fn_registry/cpp/tests/test_sql_parse.cpp
tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o: tests/CMakeFiles/test_sql_parse.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o"
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o -MF CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o.d -o CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o -c /home/lucas/fn_registry/cpp/tests/test_sql_parse.cpp
tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.i"
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/tests/test_sql_parse.cpp > CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.i
tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.s"
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/tests/test_sql_parse.cpp -o CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.s
tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o: tests/CMakeFiles/test_sql_parse.dir/flags.make
tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o: /home/lucas/fn_registry/cpp/functions/core/sql_parse.cpp
tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o: tests/CMakeFiles/test_sql_parse.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o"
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o -MF CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o.d -o CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/sql_parse.cpp
tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.i"
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/sql_parse.cpp > CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.i
tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.s"
cd /home/lucas/fn_registry/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/sql_parse.cpp -o CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.s
# Object files for target test_sql_parse
test_sql_parse_OBJECTS = \
"CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o" \
"CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o"
# External object files for target test_sql_parse
test_sql_parse_EXTERNAL_OBJECTS =
tests/test_sql_parse: tests/CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o
tests/test_sql_parse: tests/CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o
tests/test_sql_parse: tests/CMakeFiles/test_sql_parse.dir/build.make
tests/test_sql_parse: tests/libcatch2.a
tests/test_sql_parse: tests/CMakeFiles/test_sql_parse.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable test_sql_parse"
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_sql_parse.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/test_sql_parse.dir/build: tests/test_sql_parse
.PHONY : tests/CMakeFiles/test_sql_parse.dir/build
tests/CMakeFiles/test_sql_parse.dir/clean:
cd /home/lucas/fn_registry/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_sql_parse.dir/cmake_clean.cmake
.PHONY : tests/CMakeFiles/test_sql_parse.dir/clean
tests/CMakeFiles/test_sql_parse.dir/depend:
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp/tests /home/lucas/fn_registry/build /home/lucas/fn_registry/build/tests /home/lucas/fn_registry/build/tests/CMakeFiles/test_sql_parse.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : tests/CMakeFiles/test_sql_parse.dir/depend
@@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o"
"CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o.d"
"CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o"
"CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o.d"
"test_sql_parse"
"test_sql_parse.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/test_sql_parse.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty compiler generated dependencies file for test_sql_parse.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for test_sql_parse.
@@ -0,0 +1,2 @@
# Empty dependencies file for test_sql_parse.
# This may be replaced when dependencies are built.
@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile CXX with /usr/bin/c++
CXX_DEFINES =
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/tests/../functions -I/home/lucas/fn_registry/cpp/tests/../framework -I/home/lucas/fn_registry/cpp/tests/../vendor/catch2
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
@@ -0,0 +1 @@
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/test_sql_parse.dir/test_sql_parse.cpp.o CMakeFiles/test_sql_parse.dir/__/functions/core/sql_parse.cpp.o -o test_sql_parse libcatch2.a
@@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 =