You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Richter
c8c3e1f96a
Fix build order for generated headers and sources
This changes make_lexer() so that it no longer generates a custom target
but instead attaches the generated files to an existing one (so the first
argument now is the name of an existing library or executable, and it needs
to come after the add_library/add_executable call).
The generated source is no longer listed in the project sources, as it is
added by the function. The files are generated in the build tree rather
than the source tree, and the directory is added to the include path for
the respective project as well as exported to projects linking against it.
Generated files in subdirectories are somewhat supported, but need to be
referenced with the same name as they were generated (i.e. including the
subdirectory name).
Fixes: lp:1831643
* https://bugs.launchpad.net/kicad/+bug/1831643
Fixes: lp:1832357
* https://bugs.launchpad.net/kicad/+bug/1832357
Fixes: lp:1833851
* https://bugs.launchpad.net/kicad/+bug/1833851
6 years ago
..
CMakeLists.txt
Fix build order for generated headers and sources
6 years ago
Doxyfile
Change various KiCad case utilization to precisely "KiCad"
14 years ago
design.h
sweet editor, compiler warning
14 years ago
drawing.png
fix new eeschema graphic to use extends instead of inherits, design.h update
15 years ago
drawing.svg
fix new eeschema graphic to use extends instead of inherits, design.h update
15 years ago
make-dir-lib-source-test-data.sh
fill out more SWEET "inherits" support
15 years ago
make-html.sh
New design for a distributed library management system
15 years ago
sch_canvas.cpp
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
14 years ago
sch_canvas.h
sweet editor, compiler warning
14 years ago
sch_dir_lib_source.cpp
Removed all exception specifiers since deprecated.
8 years ago
sch_dir_lib_source.h
Removed all exception specifiers since deprecated.
8 years ago
sch_lib.cpp
Fix quotes in UI messages
8 years ago
sch_lib.h
Removed all exception specifiers since deprecated.
8 years ago
sch_lib_table.cpp
Removed all exception specifiers since deprecated.
8 years ago
sch_lib_table.h
Removed all exception specifiers since deprecated.
8 years ago
sch_lib_table.keywords
complete initial version of LIB_TABLE::Parse()
15 years ago
sch_lpid.cpp
Change various KiCad case utilization to precisely "KiCad"
14 years ago
sch_lpid.h
Change various KiCad case utilization to precisely "KiCad"
14 years ago
sch_part.cpp
Removed all exception specifiers since deprecated.
8 years ago
sch_part.h
Removed all exception specifiers since deprecated.
8 years ago
sch_sweet_parser.cpp
Change various KiCad case utilization to precisely "KiCad"
14 years ago
sch_sweet_parser.h
Change various KiCad case utilization to precisely "KiCad"
14 years ago
sweet.i
early work on DLL exports for sweet lib, stop using <cstdio> which mingw seems not to like cuz snprintf()
15 years ago
sweet.keywords
sweet would not compile using mingw because of clash on POINT name
15 years ago
sweet_edit.cpp
Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless.
10 years ago
sweet_editor_panel.cpp
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
14 years ago
sweet_editor_panel.fbp
sweet editor now shows GAL canvas
14 years ago
sweet_editor_panel.h
sweet editor work
14 years ago
sweet_spec_for_schematic_parts_EN.fodt
formatting
14 years ago
test_sch_lib_table.cpp
Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it
12 years ago
toolchain-mingw32.cmake
* KIWAY Milestone A): Make major modules into DLL/DSOs.
12 years ago
toolchain-mingw64.cmake
file maintenance, update some scripts
12 years ago
utf8.h
Change various KiCad case utilization to precisely "KiCad"
14 years ago