Last active
September 3, 2017 09:14
-
-
Save rhaamo/5c7dc254fd22636e20604ad3f82058cb to your computer and use it in GitHub Desktop.
CMakeLists.txt for NumWorks Epsilon OS for CLion; It only add custom target (see the end of file) to invoke Make and define sources and includes for auto-completion to works properly in depth
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
cmake_minimum_required(VERSION 3.8) | |
project(epsilon) | |
set(CMAKE_CXX_STANDARD 11) | |
set(SOURCE_FILES | |
apps/calculation/test/calculation_store.cpp | |
apps/calculation/app.cpp | |
apps/calculation/app.h | |
apps/calculation/calculation.cpp | |
apps/calculation/calculation.h | |
apps/calculation/calculation_icon.cpp | |
apps/calculation/calculation_icon.h | |
apps/calculation/calculation_store.cpp | |
apps/calculation/calculation_store.h | |
apps/calculation/edit_expression_controller.cpp | |
apps/calculation/edit_expression_controller.h | |
apps/calculation/history_controller.cpp | |
apps/calculation/history_controller.h | |
apps/calculation/history_view_cell.cpp | |
apps/calculation/history_view_cell.h | |
apps/calculation/local_context.cpp | |
apps/calculation/local_context.h | |
apps/calculation/scrollable_expression_view.cpp | |
apps/calculation/scrollable_expression_view.h | |
apps/calculation/selectable_table_view.cpp | |
apps/calculation/selectable_table_view.h | |
apps/calculation/text_field.cpp | |
apps/calculation/text_field.h | |
apps/code/test/mpprint.cpp | |
apps/code/app.cpp | |
apps/code/app.h | |
apps/code/code_icon.cpp | |
apps/code/code_icon.h | |
apps/code/editor_controller.cpp | |
apps/code/editor_controller.h | |
apps/code/executor_controller.cpp | |
apps/code/executor_controller.h | |
apps/code/menu_controller.cpp | |
apps/code/menu_controller.h | |
apps/code/program.cpp | |
apps/code/program.h | |
apps/graph/graph/banner_view.cpp | |
apps/graph/graph/banner_view.h | |
apps/graph/graph/curve_parameter_controller.cpp | |
apps/graph/graph/curve_parameter_controller.h | |
apps/graph/graph/graph_controller.cpp | |
apps/graph/graph/graph_controller.h | |
apps/graph/graph/graph_view.cpp | |
apps/graph/graph/graph_view.h | |
apps/graph/list/list_controller.cpp | |
apps/graph/list/list_controller.h | |
apps/graph/values/derivative_parameter_controller.cpp | |
apps/graph/values/derivative_parameter_controller.h | |
apps/graph/values/function_parameter_controller.cpp | |
apps/graph/values/function_parameter_controller.h | |
apps/graph/values/values_controller.cpp | |
apps/graph/values/values_controller.h | |
apps/graph/app.cpp | |
apps/graph/app.h | |
apps/graph/cartesian_function.cpp | |
apps/graph/cartesian_function.h | |
apps/graph/cartesian_function_store.cpp | |
apps/graph/cartesian_function_store.h | |
apps/graph/function_title_cell.cpp | |
apps/graph/function_title_cell.h | |
apps/graph/graph_icon.cpp | |
apps/graph/graph_icon.h | |
apps/hardware_test/app.cpp | |
apps/hardware_test/app.h | |
apps/hardware_test/arrow_view.cpp | |
apps/hardware_test/arrow_view.h | |
apps/hardware_test/battery_test_controller.cpp | |
apps/hardware_test/battery_test_controller.h | |
apps/hardware_test/keyboard_test_controller.cpp | |
apps/hardware_test/keyboard_test_controller.h | |
apps/hardware_test/keyboard_view.cpp | |
apps/hardware_test/keyboard_view.h | |
apps/hardware_test/led_test_controller.cpp | |
apps/hardware_test/led_test_controller.h | |
apps/hardware_test/pattern.cpp | |
apps/hardware_test/pattern.h | |
apps/hardware_test/pattern_view.cpp | |
apps/hardware_test/pattern_view.h | |
apps/hardware_test/pop_up_controller.cpp | |
apps/hardware_test/pop_up_controller.h | |
apps/hardware_test/reset_controller.cpp | |
apps/hardware_test/reset_controller.h | |
apps/hardware_test/screen_test_controller.cpp | |
apps/hardware_test/screen_test_controller.h | |
apps/hardware_test/usb_test_controller.cpp | |
apps/hardware_test/usb_test_controller.h | |
apps/home/app.cpp | |
apps/home/app.h | |
apps/home/app_cell.cpp | |
apps/home/app_cell.h | |
apps/home/controller.cpp | |
apps/home/controller.h | |
apps/on_boarding/app.cpp | |
apps/on_boarding/app.h | |
apps/on_boarding/image.c | |
apps/on_boarding/language_controller.cpp | |
apps/on_boarding/language_controller.h | |
apps/on_boarding/logo_controller.cpp | |
apps/on_boarding/logo_controller.h | |
apps/on_boarding/logo_icon.cpp | |
apps/on_boarding/logo_icon.h | |
apps/on_boarding/logo_view.cpp | |
apps/on_boarding/logo_view.h | |
apps/on_boarding/update_controller.cpp | |
apps/on_boarding/update_controller.h | |
apps/picview/image.c | |
apps/picview/pic_view.cpp | |
apps/picview/pic_view.h | |
apps/picview/picview_app.cpp | |
apps/picview/picview_app.h | |
apps/picview/picview_controller.cpp | |
apps/picview/picview_controller.h | |
apps/probability/calculation/calculation.cpp | |
apps/probability/calculation/calculation.h | |
apps/probability/calculation/discrete_calculation.cpp | |
apps/probability/calculation/discrete_calculation.h | |
apps/probability/calculation/finite_integral_calculation.cpp | |
apps/probability/calculation/finite_integral_calculation.h | |
apps/probability/calculation/left_integral_calculation.cpp | |
apps/probability/calculation/left_integral_calculation.h | |
apps/probability/calculation/right_integral_calculation.cpp | |
apps/probability/calculation/right_integral_calculation.h | |
apps/probability/images/binomial_icon.cpp | |
apps/probability/images/binomial_icon.h | |
apps/probability/images/calcul1_icon.cpp | |
apps/probability/images/calcul1_icon.h | |
apps/probability/images/calcul2_icon.cpp | |
apps/probability/images/calcul2_icon.h | |
apps/probability/images/calcul3_icon.cpp | |
apps/probability/images/calcul3_icon.h | |
apps/probability/images/calcul4_icon.cpp | |
apps/probability/images/calcul4_icon.h | |
apps/probability/images/exponential_icon.cpp | |
apps/probability/images/exponential_icon.h | |
apps/probability/images/focused_binomial_icon.cpp | |
apps/probability/images/focused_binomial_icon.h | |
apps/probability/images/focused_calcul1_icon.cpp | |
apps/probability/images/focused_calcul1_icon.h | |
apps/probability/images/focused_calcul2_icon.cpp | |
apps/probability/images/focused_calcul2_icon.h | |
apps/probability/images/focused_calcul3_icon.cpp | |
apps/probability/images/focused_calcul3_icon.h | |
apps/probability/images/focused_calcul4_icon.cpp | |
apps/probability/images/focused_calcul4_icon.h | |
apps/probability/images/focused_exponential_icon.cpp | |
apps/probability/images/focused_exponential_icon.h | |
apps/probability/images/focused_normal_icon.cpp | |
apps/probability/images/focused_normal_icon.h | |
apps/probability/images/focused_poisson_icon.cpp | |
apps/probability/images/focused_poisson_icon.h | |
apps/probability/images/focused_uniform_icon.cpp | |
apps/probability/images/focused_uniform_icon.h | |
apps/probability/images/normal_icon.cpp | |
apps/probability/images/normal_icon.h | |
apps/probability/images/poisson_icon.cpp | |
apps/probability/images/poisson_icon.h | |
apps/probability/images/uniform_icon.cpp | |
apps/probability/images/uniform_icon.h | |
apps/probability/law/binomial_law.cpp | |
apps/probability/law/binomial_law.h | |
apps/probability/law/exponential_law.cpp | |
apps/probability/law/exponential_law.h | |
apps/probability/law/law.cpp | |
apps/probability/law/law.h | |
apps/probability/law/normal_law.cpp | |
apps/probability/law/normal_law.h | |
apps/probability/law/one_parameter_law.cpp | |
apps/probability/law/one_parameter_law.h | |
apps/probability/law/poisson_law.cpp | |
apps/probability/law/poisson_law.h | |
apps/probability/law/two_parameter_law.cpp | |
apps/probability/law/two_parameter_law.h | |
apps/probability/law/uniform_law.cpp | |
apps/probability/law/uniform_law.h | |
apps/probability/app.cpp | |
apps/probability/app.h | |
apps/probability/calculation_controller.cpp | |
apps/probability/calculation_controller.h | |
apps/probability/cell.cpp | |
apps/probability/cell.h | |
apps/probability/image_table_view.cpp | |
apps/probability/image_table_view.h | |
apps/probability/law_controller.cpp | |
apps/probability/law_controller.h | |
apps/probability/law_curve_view.cpp | |
apps/probability/law_curve_view.h | |
apps/probability/parameters_controller.cpp | |
apps/probability/parameters_controller.h | |
apps/probability/probability_icon.cpp | |
apps/probability/probability_icon.h | |
apps/regression/app.cpp | |
apps/regression/app.h | |
apps/regression/banner_view.cpp | |
apps/regression/banner_view.h | |
apps/regression/calculation_controller.cpp | |
apps/regression/calculation_controller.h | |
apps/regression/even_odd_double_buffer_text_cell.cpp | |
apps/regression/even_odd_double_buffer_text_cell.h | |
apps/regression/go_to_parameter_controller.cpp | |
apps/regression/go_to_parameter_controller.h | |
apps/regression/graph_controller.cpp | |
apps/regression/graph_controller.h | |
apps/regression/graph_view.cpp | |
apps/regression/graph_view.h | |
apps/regression/initialisation_parameter_controller.cpp | |
apps/regression/initialisation_parameter_controller.h | |
apps/regression/prediction_parameter_controller.cpp | |
apps/regression/prediction_parameter_controller.h | |
apps/regression/regression_icon.cpp | |
apps/regression/regression_icon.h | |
apps/regression/store.cpp | |
apps/regression/store.h | |
apps/regression/store_controller.cpp | |
apps/regression/store_controller.h | |
apps/sequence/graph/banner_view.cpp | |
apps/sequence/graph/banner_view.h | |
apps/sequence/graph/curve_parameter_controller.cpp | |
apps/sequence/graph/curve_parameter_controller.h | |
apps/sequence/graph/curve_view_range.cpp | |
apps/sequence/graph/curve_view_range.h | |
apps/sequence/graph/go_to_parameter_controller.cpp | |
apps/sequence/graph/go_to_parameter_controller.h | |
apps/sequence/graph/graph_controller.cpp | |
apps/sequence/graph/graph_controller.h | |
apps/sequence/graph/graph_view.cpp | |
apps/sequence/graph/graph_view.h | |
apps/sequence/graph/term_sum_controller.cpp | |
apps/sequence/graph/term_sum_controller.h | |
apps/sequence/graph/vertical_cursor_view.cpp | |
apps/sequence/graph/vertical_cursor_view.h | |
apps/sequence/list/list_controller.cpp | |
apps/sequence/list/list_controller.h | |
apps/sequence/list/list_parameter_controller.cpp | |
apps/sequence/list/list_parameter_controller.h | |
apps/sequence/list/sequence_toolbox.cpp | |
apps/sequence/list/sequence_toolbox.h | |
apps/sequence/list/type_parameter_controller.cpp | |
apps/sequence/list/type_parameter_controller.h | |
apps/sequence/values/interval_parameter_controller.cpp | |
apps/sequence/values/interval_parameter_controller.h | |
apps/sequence/values/values_controller.cpp | |
apps/sequence/values/values_controller.h | |
apps/sequence/app.cpp | |
apps/sequence/app.h | |
apps/sequence/local_context.cpp | |
apps/sequence/local_context.h | |
apps/sequence/sequence.cpp | |
apps/sequence/sequence.h | |
apps/sequence/sequence_icon.cpp | |
apps/sequence/sequence_icon.h | |
apps/sequence/sequence_store.cpp | |
apps/sequence/sequence_store.h | |
apps/sequence/sequence_title_cell.cpp | |
apps/sequence/sequence_title_cell.h | |
apps/settings/app.cpp | |
apps/settings/app.h | |
apps/settings/main_controller.cpp | |
apps/settings/main_controller.h | |
apps/settings/settings_icon.cpp | |
apps/settings/settings_icon.h | |
apps/settings/settings_node.cpp | |
apps/settings/settings_node.h | |
apps/settings/sub_controller.cpp | |
apps/settings/sub_controller.h | |
apps/shared/banner_view.cpp | |
apps/shared/banner_view.h | |
apps/shared/button_with_separator.cpp | |
apps/shared/button_with_separator.h | |
apps/shared/cursor_view.cpp | |
apps/shared/cursor_view.h | |
apps/shared/curve_view.cpp | |
apps/shared/curve_view.h | |
apps/shared/curve_view_cursor.cpp | |
apps/shared/curve_view_cursor.h | |
apps/shared/curve_view_range.cpp | |
apps/shared/curve_view_range.h | |
apps/shared/editable_cell_table_view_controller.cpp | |
apps/shared/editable_cell_table_view_controller.h | |
apps/shared/float_pair_store.cpp | |
apps/shared/float_pair_store.h | |
apps/shared/float_parameter_controller.cpp | |
apps/shared/float_parameter_controller.h | |
apps/shared/function.cpp | |
apps/shared/function.h | |
apps/shared/function_app.cpp | |
apps/shared/function_app.h | |
apps/shared/function_curve_parameter_controller.cpp | |
apps/shared/function_curve_parameter_controller.h | |
apps/shared/function_expression_cell.cpp | |
apps/shared/function_expression_cell.h | |
apps/shared/function_go_to_parameter_controller.cpp | |
apps/shared/function_go_to_parameter_controller.h | |
apps/shared/function_graph_controller.cpp | |
apps/shared/function_graph_controller.h | |
apps/shared/function_graph_view.cpp | |
apps/shared/function_graph_view.h | |
apps/shared/function_store.cpp | |
apps/shared/function_store.h | |
apps/shared/function_title_cell.cpp | |
apps/shared/function_title_cell.h | |
apps/shared/go_to_parameter_controller.cpp | |
apps/shared/go_to_parameter_controller.h | |
apps/shared/initialisation_parameter_controller.cpp | |
apps/shared/initialisation_parameter_controller.h | |
apps/shared/interactive_curve_view_controller.cpp | |
apps/shared/interactive_curve_view_controller.h | |
apps/shared/interactive_curve_view_range.cpp | |
apps/shared/interactive_curve_view_range.h | |
apps/shared/interactive_curve_view_range_delegate.cpp | |
apps/shared/interactive_curve_view_range_delegate.h | |
apps/shared/interval.cpp | |
apps/shared/interval.h | |
apps/shared/interval_parameter_controller.cpp | |
apps/shared/interval_parameter_controller.h | |
apps/shared/list_controller.cpp | |
apps/shared/list_controller.h | |
apps/shared/list_parameter_controller.cpp | |
apps/shared/list_parameter_controller.h | |
apps/shared/memoized_curve_view_range.cpp | |
apps/shared/memoized_curve_view_range.h | |
apps/shared/message_controller.cpp | |
apps/shared/message_controller.h | |
apps/shared/new_function_cell.cpp | |
apps/shared/new_function_cell.h | |
apps/shared/ok_view.cpp | |
apps/shared/ok_view.h | |
apps/shared/range_parameter_controller.cpp | |
apps/shared/range_parameter_controller.h | |
apps/shared/regular_table_view_data_source.cpp | |
apps/shared/regular_table_view_data_source.h | |
apps/shared/store_controller.cpp | |
apps/shared/store_controller.h | |
apps/shared/store_parameter_controller.cpp | |
apps/shared/store_parameter_controller.h | |
apps/shared/tab_table_controller.cpp | |
apps/shared/tab_table_controller.h | |
apps/shared/text_field_delegate.cpp | |
apps/shared/text_field_delegate.h | |
apps/shared/text_field_delegate_app.cpp | |
apps/shared/text_field_delegate_app.h | |
apps/shared/values_controller.cpp | |
apps/shared/values_controller.h | |
apps/shared/values_function_parameter_controller.cpp | |
apps/shared/values_function_parameter_controller.h | |
apps/shared/values_parameter_controller.cpp | |
apps/shared/values_parameter_controller.h | |
apps/shared/zoom_parameter_controller.cpp | |
apps/shared/zoom_parameter_controller.h | |
apps/statistics/app.cpp | |
apps/statistics/app.h | |
apps/statistics/box_banner_view.cpp | |
apps/statistics/box_banner_view.h | |
apps/statistics/box_controller.cpp | |
apps/statistics/box_controller.h | |
apps/statistics/box_range.cpp | |
apps/statistics/box_range.h | |
apps/statistics/box_view.cpp | |
apps/statistics/box_view.h | |
apps/statistics/calculation_controller.cpp | |
apps/statistics/calculation_controller.h | |
apps/statistics/histogram_banner_view.cpp | |
apps/statistics/histogram_banner_view.h | |
apps/statistics/histogram_controller.cpp | |
apps/statistics/histogram_controller.h | |
apps/statistics/histogram_parameter_controller.cpp | |
apps/statistics/histogram_parameter_controller.h | |
apps/statistics/histogram_view.cpp | |
apps/statistics/histogram_view.h | |
apps/statistics/stat_icon.cpp | |
apps/statistics/stat_icon.h | |
apps/statistics/store.cpp | |
apps/statistics/store.h | |
apps/statistics/store_controller.cpp | |
apps/statistics/store_controller.h | |
apps/alpha_lock_view.cpp | |
apps/alpha_lock_view.h | |
apps/apps_container.cpp | |
apps/apps_container.h | |
apps/apps_window.cpp | |
apps/apps_window.h | |
apps/backlight_dimming_timer.cpp | |
apps/backlight_dimming_timer.h | |
apps/battery_timer.cpp | |
apps/battery_timer.h | |
apps/battery_view.cpp | |
apps/battery_view.h | |
apps/constant.cpp | |
apps/constant.h | |
apps/empty_battery_window.cpp | |
apps/empty_battery_window.h | |
apps/exam_icon.cpp | |
apps/exam_icon.h | |
apps/exam_pop_up_controller.cpp | |
apps/exam_pop_up_controller.h | |
apps/global_preferences.cpp | |
apps/global_preferences.h | |
apps/i18n.cpp | |
apps/i18n.h | |
apps/led_timer.cpp | |
apps/led_timer.h | |
apps/lock_view.cpp | |
apps/lock_view.h | |
apps/main.cpp | |
apps/math_toolbox.cpp | |
apps/math_toolbox.h | |
apps/node.cpp | |
apps/node.h | |
apps/suspend_timer.cpp | |
apps/suspend_timer.h | |
apps/title_bar_view.cpp | |
apps/title_bar_view.h | |
apps/toolbox_node.cpp | |
apps/toolbox_node.h | |
apps/usb_timer.cpp | |
apps/usb_timer.h | |
apps/variable_box_controller.cpp | |
apps/variable_box_controller.h | |
apps/variable_box_leaf_cell.cpp | |
apps/variable_box_leaf_cell.h | |
escher/image/inliner.c | |
escher/include/escher/alternate_empty_view_controller.h | |
escher/include/escher/alternate_empty_view_delegate.h | |
escher/include/escher/app.h | |
escher/include/escher/buffer_text_view.h | |
escher/include/escher/button.h | |
escher/include/escher/button_row_controller.h | |
escher/include/escher/chevron_view.h | |
escher/include/escher/clipboard.h | |
escher/include/escher/container.h | |
escher/include/escher/dynamic_view_controller.h | |
escher/include/escher/editable_text_cell.h | |
escher/include/escher/even_odd_buffer_text_cell.h | |
escher/include/escher/even_odd_cell.h | |
escher/include/escher/even_odd_editable_text_cell.h | |
escher/include/escher/even_odd_expression_cell.h | |
escher/include/escher/even_odd_message_text_cell.h | |
escher/include/escher/expression_table_cell.h | |
escher/include/escher/expression_table_cell_with_pointer.h | |
escher/include/escher/expression_view.h | |
escher/include/escher/highlight_cell.h | |
escher/include/escher/i18n.h | |
escher/include/escher/image.h | |
escher/include/escher/image_view.h | |
escher/include/escher/input_view_controller.h | |
escher/include/escher/invocation.h | |
escher/include/escher/key_view.h | |
escher/include/escher/list_view_data_source.h | |
escher/include/escher/message_table_cell.h | |
escher/include/escher/message_table_cell_with_buffer.h | |
escher/include/escher/message_table_cell_with_chevron.h | |
escher/include/escher/message_table_cell_with_chevron_and_expression.h | |
escher/include/escher/message_table_cell_with_chevron_and_message.h | |
escher/include/escher/message_table_cell_with_editable_text.h | |
escher/include/escher/message_table_cell_with_message.h | |
escher/include/escher/message_table_cell_with_switch.h | |
escher/include/escher/message_text_view.h | |
escher/include/escher/metric.h | |
escher/include/escher/modal_view_controller.h | |
escher/include/escher/palette.h | |
escher/include/escher/responder.h | |
escher/include/escher/run_loop.h | |
escher/include/escher/scroll_view.h | |
escher/include/escher/scroll_view_data_source.h | |
escher/include/escher/scroll_view_indicator.h | |
escher/include/escher/scrollable_view.h | |
escher/include/escher/selectable_table_view.h | |
escher/include/escher/selectable_table_view_data_source.h | |
escher/include/escher/selectable_table_view_delegate.h | |
escher/include/escher/simple_list_view_data_source.h | |
escher/include/escher/simple_table_view_data_source.h | |
escher/include/escher/solid_color_view.h | |
escher/include/escher/stack_view.h | |
escher/include/escher/stack_view_controller.h | |
escher/include/escher/switch_view.h | |
escher/include/escher/tab_view.h | |
escher/include/escher/tab_view_cell.h | |
escher/include/escher/tab_view_controller.h | |
escher/include/escher/tab_view_data_source.h | |
escher/include/escher/table_cell.h | |
escher/include/escher/table_view.h | |
escher/include/escher/table_view_data_source.h | |
escher/include/escher/text_area.h | |
escher/include/escher/text_area_delegate.h | |
escher/include/escher/text_cursor_view.h | |
escher/include/escher/text_field.h | |
escher/include/escher/text_field_delegate.h | |
escher/include/escher/text_view.h | |
escher/include/escher/tiled_view.h | |
escher/include/escher/timer.h | |
escher/include/escher/toolbox.h | |
escher/include/escher/view.h | |
escher/include/escher/view_controller.h | |
escher/include/escher/warning_controller.h | |
escher/include/escher/window.h | |
escher/include/escher.h | |
escher/src/alternate_empty_view_controller.cpp | |
escher/src/app.cpp | |
escher/src/buffer_text_view.cpp | |
escher/src/button.cpp | |
escher/src/button_row_controller.cpp | |
escher/src/chevron_view.cpp | |
escher/src/clipboard.cpp | |
escher/src/container.cpp | |
escher/src/dynamic_view_controller.cpp | |
escher/src/editable_text_cell.cpp | |
escher/src/even_odd_buffer_text_cell.cpp | |
escher/src/even_odd_cell.cpp | |
escher/src/even_odd_editable_text_cell.cpp | |
escher/src/even_odd_expression_cell.cpp | |
escher/src/even_odd_message_text_cell.cpp | |
escher/src/expression_table_cell.cpp | |
escher/src/expression_table_cell_with_pointer.cpp | |
escher/src/expression_view.cpp | |
escher/src/highlight_cell.cpp | |
escher/src/image_view.cpp | |
escher/src/input_view_controller.cpp | |
escher/src/invocation.cpp | |
escher/src/key_view.cpp | |
escher/src/list_view_data_source.cpp | |
escher/src/message_table_cell.cpp | |
escher/src/message_table_cell_with_buffer.cpp | |
escher/src/message_table_cell_with_chevron.cpp | |
escher/src/message_table_cell_with_chevron_and_expression.cpp | |
escher/src/message_table_cell_with_chevron_and_message.cpp | |
escher/src/message_table_cell_with_editable_text.cpp | |
escher/src/message_table_cell_with_message.cpp | |
escher/src/message_table_cell_with_switch.cpp | |
escher/src/message_text_view.cpp | |
escher/src/modal_view_controller.cpp | |
escher/src/palette.cpp | |
escher/src/responder.cpp | |
escher/src/run_loop.cpp | |
escher/src/scroll_view.cpp | |
escher/src/scroll_view_data_source.cpp | |
escher/src/scroll_view_indicator.cpp | |
escher/src/scrollable_view.cpp | |
escher/src/selectable_table_view.cpp | |
escher/src/selectable_table_view_data_source.cpp | |
escher/src/selectable_table_view_delegate.cpp | |
escher/src/simple_list_view_data_source.cpp | |
escher/src/simple_table_view_data_source.cpp | |
escher/src/solid_color_view.cpp | |
escher/src/stack_view.cpp | |
escher/src/stack_view_controller.cpp | |
escher/src/switch_view.cpp | |
escher/src/tab_view.cpp | |
escher/src/tab_view_cell.cpp | |
escher/src/tab_view_controller.cpp | |
escher/src/tab_view_data_source.cpp | |
escher/src/table_cell.cpp | |
escher/src/table_view.cpp | |
escher/src/table_view_data_source.cpp | |
escher/src/text_area.cpp | |
escher/src/text_cursor_view.cpp | |
escher/src/text_field.cpp | |
escher/src/text_view.cpp | |
escher/src/tiled_view.cpp | |
escher/src/timer.cpp | |
escher/src/toolbox.cpp | |
escher/src/view.cpp | |
escher/src/view_controller.cpp | |
escher/src/warning_controller.cpp | |
escher/src/window.cpp | |
ion/include/ion/backlight.h | |
ion/include/ion/battery.h | |
ion/include/ion/charset.h | |
ion/include/ion/console.h | |
ion/include/ion/display.h | |
ion/include/ion/events.h | |
ion/include/ion/keyboard.h | |
ion/include/ion/led.h | |
ion/include/ion/power.h | |
ion/include/ion/usb.h | |
ion/include/ion.h | |
ion/src/blackbox/boot.cpp | |
ion/src/blackbox/display.cpp | |
ion/src/blackbox/display.h | |
ion/src/blackbox/events.cpp | |
ion/src/blackbox/events.h | |
ion/src/blackbox/ion.cpp | |
ion/src/device/bench/command/adc.cpp | |
ion/src/device/bench/command/backlight.cpp | |
ion/src/device/bench/command/charge.cpp | |
ion/src/device/bench/command/command.cpp | |
ion/src/device/bench/command/command.h | |
ion/src/device/bench/command/display.cpp | |
ion/src/device/bench/command/exit.cpp | |
ion/src/device/bench/command/keyboard.cpp | |
ion/src/device/bench/command/led.cpp | |
ion/src/device/bench/command/mcu_serial.cpp | |
ion/src/device/bench/command/ping.cpp | |
ion/src/device/bench/command/suspend.cpp | |
ion/src/device/bench/bench.cpp | |
ion/src/device/bench/bench.h | |
ion/src/device/bench/command_handler.cpp | |
ion/src/device/bench/command_handler.h | |
ion/src/device/bench/command_list.cpp | |
ion/src/device/bench/command_list.h | |
ion/src/device/boot/isr.c | |
ion/src/device/boot/rt0.cpp | |
ion/src/device/boot/rt0.h | |
ion/src/device/regs/adc.h | |
ion/src/device/regs/cm4.h | |
ion/src/device/regs/crc.h | |
ion/src/device/regs/dma.h | |
ion/src/device/regs/exti.h | |
ion/src/device/regs/flash.h | |
ion/src/device/regs/fsmc.h | |
ion/src/device/regs/gpio.h | |
ion/src/device/regs/itm.h | |
ion/src/device/regs/pwr.h | |
ion/src/device/regs/rcc.h | |
ion/src/device/regs/register.h | |
ion/src/device/regs/regs.h | |
ion/src/device/regs/rng.h | |
ion/src/device/regs/sdio.h | |
ion/src/device/regs/spi.h | |
ion/src/device/regs/syscfg.h | |
ion/src/device/regs/tim.h | |
ion/src/device/regs/usart.h | |
ion/src/device/backlight.cpp | |
ion/src/device/backlight.h | |
ion/src/device/battery.cpp | |
ion/src/device/battery.h | |
ion/src/device/console.cpp | |
ion/src/device/console.h | |
ion/src/device/device.cpp | |
ion/src/device/device.h | |
ion/src/device/display.cpp | |
ion/src/device/display.h | |
ion/src/device/events.cpp | |
ion/src/device/fcc_id.cpp | |
ion/src/device/keyboard.cpp | |
ion/src/device/keyboard.h | |
ion/src/device/led.cpp | |
ion/src/device/led.h | |
ion/src/device/log.cpp | |
ion/src/device/power.cpp | |
ion/src/device/sd_card.cpp | |
ion/src/device/sd_card.h | |
ion/src/device/swd.cpp | |
ion/src/device/swd.h | |
ion/src/device/usb.cpp | |
ion/src/device/usb.h | |
ion/src/device/wakeup.cpp | |
ion/src/device/wakeup.h | |
ion/src/emscripten/display.cpp | |
ion/src/emscripten/display.h | |
ion/src/emscripten/events_keyboard.cpp | |
ion/src/emscripten/events_keyboard.h | |
ion/src/emscripten/main.cpp | |
ion/src/shared/dummy/backlight.cpp | |
ion/src/shared/dummy/battery.cpp | |
ion/src/shared/dummy/events_modifier.cpp | |
ion/src/shared/dummy/fcc_id.cpp | |
ion/src/shared/dummy/keyboard.cpp | |
ion/src/shared/dummy/led.cpp | |
ion/src/shared/dummy/serial_number.cpp | |
ion/src/shared/dummy/usb.cpp | |
ion/src/shared/tools/event_filter.cpp | |
ion/src/shared/tools/event_generator.cpp | |
ion/src/shared/tools/event_parser.cpp | |
ion/src/shared/tools/event_printer.cpp | |
ion/src/shared/console_line.cpp | |
ion/src/shared/console_stdio.cpp | |
ion/src/shared/crc32.cpp | |
ion/src/shared/events.cpp | |
ion/src/shared/events_keyboard.cpp | |
ion/src/shared/events_modifier.cpp | |
ion/src/shared/events_replay.cpp | |
ion/src/shared/events_stdin.cpp | |
ion/src/shared/power.cpp | |
ion/src/shared/random.cpp | |
ion/src/shared/software_version.cpp | |
ion/src/simulator/boot/main.cpp | |
ion/src/simulator/display/fltklcd.cpp | |
ion/src/simulator/display/fltklcd.h | |
ion/src/simulator/keyboard/fltkkbd.cpp | |
ion/src/simulator/keyboard/fltkkbd.h | |
ion/src/simulator/init.cpp | |
ion/src/simulator/init.h | |
ion/src/simulator/led.cpp | |
ion/src/simulator/usb.cpp | |
ion/test/crc32.cpp | |
ion/test/events.cpp | |
ion/test/keyboard.cpp | |
kandinsky/fonts/rasterizer.c | |
kandinsky/fonts/unicode_for_symbol.c | |
kandinsky/fonts/unicode_for_symbol.h | |
kandinsky/include/kandinsky/color.h | |
kandinsky/include/kandinsky/context.h | |
kandinsky/include/kandinsky/coordinate.h | |
kandinsky/include/kandinsky/framebuffer.h | |
kandinsky/include/kandinsky/framebuffer_context.h | |
kandinsky/include/kandinsky/ion_context.h | |
kandinsky/include/kandinsky/point.h | |
kandinsky/include/kandinsky/rect.h | |
kandinsky/include/kandinsky/size.h | |
kandinsky/include/kandinsky/text.h | |
kandinsky/include/kandinsky.h | |
kandinsky/src/color.cpp | |
kandinsky/src/context.cpp | |
kandinsky/src/context_line.cpp | |
kandinsky/src/context_pixel.cpp | |
kandinsky/src/context_rect.cpp | |
kandinsky/src/context_text.cpp | |
kandinsky/src/framebuffer.cpp | |
kandinsky/src/framebuffer_context.cpp | |
kandinsky/src/ion_context.cpp | |
kandinsky/src/large_font.c | |
kandinsky/src/large_font.h | |
kandinsky/src/line.cpp | |
kandinsky/src/point.cpp | |
kandinsky/src/rect.cpp | |
kandinsky/src/small_font.c | |
kandinsky/src/small_font.h | |
kandinsky/src/text.cpp | |
kandinsky/test/color.cpp | |
kandinsky/test/rect.cpp | |
liba/include/bridge/string.h | |
liba/include/private/ieee754.h | |
liba/include/private/macros.h | |
liba/include/private/memconfig.h | |
liba/include/alloca.h | |
liba/include/assert.h | |
liba/include/ctype.h | |
liba/include/errno.h | |
liba/include/float.h | |
liba/include/limits.h | |
liba/include/math.h | |
liba/include/setjmp.h | |
liba/include/stdarg.h | |
liba/include/stdbool.h | |
liba/include/stddef.h | |
liba/include/stdint.h | |
liba/include/stdio.h | |
liba/include/stdlib.h | |
liba/include/string.h | |
liba/include/strings.h | |
liba/include/unistd.h | |
liba/src/aeabi-rt/atexit.c | |
liba/src/aeabi-rt/double.c | |
liba/src/aeabi-rt/llsl.c | |
liba/src/aeabi-rt/llsr.c | |
liba/src/aeabi-rt/memclr.c | |
liba/src/aeabi-rt/memcpy.c | |
liba/src/external/openbsd/include/sys/types.h | |
liba/src/external/openbsd/include/endian.h | |
liba/src/external/openbsd/e_acos.c | |
liba/src/external/openbsd/e_acosf.c | |
liba/src/external/openbsd/e_acosh.c | |
liba/src/external/openbsd/e_acoshf.c | |
liba/src/external/openbsd/e_asin.c | |
liba/src/external/openbsd/e_asinf.c | |
liba/src/external/openbsd/e_atan2f.c | |
liba/src/external/openbsd/e_atanh.c | |
liba/src/external/openbsd/e_atanhf.c | |
liba/src/external/openbsd/e_cosh.c | |
liba/src/external/openbsd/e_coshf.c | |
liba/src/external/openbsd/e_exp.c | |
liba/src/external/openbsd/e_expf.c | |
liba/src/external/openbsd/e_fmodf.c | |
liba/src/external/openbsd/e_lgamma_r.c | |
liba/src/external/openbsd/e_lgammaf_r.c | |
liba/src/external/openbsd/e_log.c | |
liba/src/external/openbsd/e_log10.c | |
liba/src/external/openbsd/e_log10f.c | |
liba/src/external/openbsd/e_logf.c | |
liba/src/external/openbsd/e_pow.c | |
liba/src/external/openbsd/e_powf.c | |
liba/src/external/openbsd/e_rem_pio2.c | |
liba/src/external/openbsd/e_rem_pio2f.c | |
liba/src/external/openbsd/e_sinh.c | |
liba/src/external/openbsd/e_sinhf.c | |
liba/src/external/openbsd/e_sqrt.c | |
liba/src/external/openbsd/e_sqrtf.c | |
liba/src/external/openbsd/k_cos.c | |
liba/src/external/openbsd/k_cosf.c | |
liba/src/external/openbsd/k_rem_pio2.c | |
liba/src/external/openbsd/k_rem_pio2f.c | |
liba/src/external/openbsd/k_sin.c | |
liba/src/external/openbsd/k_sinf.c | |
liba/src/external/openbsd/k_tan.c | |
liba/src/external/openbsd/k_tanf.c | |
liba/src/external/openbsd/math_private.h | |
liba/src/external/openbsd/s_asinh.c | |
liba/src/external/openbsd/s_asinhf.c | |
liba/src/external/openbsd/s_atan.c | |
liba/src/external/openbsd/s_atanf.c | |
liba/src/external/openbsd/s_ceil.c | |
liba/src/external/openbsd/s_ceilf.c | |
liba/src/external/openbsd/s_copysign.c | |
liba/src/external/openbsd/s_copysignf.c | |
liba/src/external/openbsd/s_cos.c | |
liba/src/external/openbsd/s_cosf.c | |
liba/src/external/openbsd/s_expm1.c | |
liba/src/external/openbsd/s_expm1f.c | |
liba/src/external/openbsd/s_fabs.c | |
liba/src/external/openbsd/s_fabsf.c | |
liba/src/external/openbsd/s_floor.c | |
liba/src/external/openbsd/s_floorf.c | |
liba/src/external/openbsd/s_log1p.c | |
liba/src/external/openbsd/s_log1pf.c | |
liba/src/external/openbsd/s_nan.c | |
liba/src/external/openbsd/s_round.c | |
liba/src/external/openbsd/s_roundf.c | |
liba/src/external/openbsd/s_scalbn.c | |
liba/src/external/openbsd/s_scalbnf.c | |
liba/src/external/openbsd/s_signgam.c | |
liba/src/external/openbsd/s_sin.c | |
liba/src/external/openbsd/s_sinf.c | |
liba/src/external/openbsd/s_tan.c | |
liba/src/external/openbsd/s_tanf.c | |
liba/src/external/openbsd/s_tanh.c | |
liba/src/external/openbsd/s_tanhf.c | |
liba/src/external/openbsd/w_lgamma.c | |
liba/src/external/openbsd/w_lgammaf.c | |
liba/src/external/softfloat/include/internals.h | |
liba/src/external/softfloat/include/primitives.h | |
liba/src/external/softfloat/include/primitiveTypes.h | |
liba/src/external/softfloat/include/softfloat.h | |
liba/src/external/softfloat/include/softfloat_types.h | |
liba/src/external/softfloat/port/platform.h | |
liba/src/external/softfloat/port/softfloat.h | |
liba/src/external/softfloat/src/8086/s_commonNaNToF32UI.c | |
liba/src/external/softfloat/src/8086/s_commonNaNToF64UI.c | |
liba/src/external/softfloat/src/8086/s_f32UIToCommonNaN.c | |
liba/src/external/softfloat/src/8086/s_f64UIToCommonNaN.c | |
liba/src/external/softfloat/src/8086/s_propagateNaNF64UI.c | |
liba/src/external/softfloat/src/8086/softfloat_raiseFlags.c | |
liba/src/external/softfloat/src/8086/specialize.h | |
liba/src/external/softfloat/src/f32_to_f64.c | |
liba/src/external/softfloat/src/f64_add.c | |
liba/src/external/softfloat/src/f64_div.c | |
liba/src/external/softfloat/src/f64_eq.c | |
liba/src/external/softfloat/src/f64_le.c | |
liba/src/external/softfloat/src/f64_lt.c | |
liba/src/external/softfloat/src/f64_mul.c | |
liba/src/external/softfloat/src/f64_sub.c | |
liba/src/external/softfloat/src/f64_to_f32.c | |
liba/src/external/softfloat/src/f64_to_i32_r_minMag.c | |
liba/src/external/softfloat/src/i32_to_f64.c | |
liba/src/external/softfloat/src/s_addMagsF64.c | |
liba/src/external/softfloat/src/s_approxRecip32_1.c | |
liba/src/external/softfloat/src/s_approxRecip_1Ks.c | |
liba/src/external/softfloat/src/s_countLeadingZeros32.c | |
liba/src/external/softfloat/src/s_countLeadingZeros64.c | |
liba/src/external/softfloat/src/s_countLeadingZeros8.c | |
liba/src/external/softfloat/src/s_mul64To128M.c | |
liba/src/external/softfloat/src/s_normRoundPackToF64.c | |
liba/src/external/softfloat/src/s_normSubnormalF32Sig.c | |
liba/src/external/softfloat/src/s_normSubnormalF64Sig.c | |
liba/src/external/softfloat/src/s_roundPackToF32.c | |
liba/src/external/softfloat/src/s_roundPackToF64.c | |
liba/src/external/softfloat/src/s_shiftRightJam32.c | |
liba/src/external/softfloat/src/s_shiftRightJam64.c | |
liba/src/external/softfloat/src/s_shortShiftRightJam64.c | |
liba/src/external/softfloat/src/s_subMagsF64.c | |
liba/src/external/softfloat/src/softfloat_state.c | |
liba/src/external/sqlite/mem5.c | |
liba/src/external/sqlite/sqliteInt.h | |
liba/src/assert.c | |
liba/src/bridge.c | |
liba/src/bzero.c | |
liba/src/ctype.c | |
liba/src/errno.c | |
liba/src/fpclassify.c | |
liba/src/fpclassifyf.c | |
liba/src/ieee754.c | |
liba/src/isinfd.c | |
liba/src/isinff.c | |
liba/src/isnand.c | |
liba/src/isnanf.c | |
liba/src/malloc.c | |
liba/src/memcmp.c | |
liba/src/memcpy.c | |
liba/src/memmove.c | |
liba/src/memset.c | |
liba/src/nearbyintf.c | |
liba/src/strchr.c | |
liba/src/strcmp.c | |
liba/src/strlcpy.c | |
liba/src/strlen.c | |
liba/test/aeabi.c | |
liba/test/double.c | |
liba/test/helpers.h | |
liba/test/ieee754.c | |
liba/test/setjmp.c | |
liba/test/stddef.c | |
liba/test/stdint.c | |
liba/test/strlcpy.c | |
libaxx/src/cxxabi/atexit.cpp | |
libaxx/src/cxxabi/pure_virtual.cpp | |
libaxx/src/new.cpp | |
poincare/include/poincare/absolute_value.h | |
poincare/include/poincare/addition.h | |
poincare/include/poincare/arc_cosine.h | |
poincare/include/poincare/arc_sine.h | |
poincare/include/poincare/arc_tangent.h | |
poincare/include/poincare/binary_operation.h | |
poincare/include/poincare/binomial_coefficient.h | |
poincare/include/poincare/ceiling.h | |
poincare/include/poincare/complex.h | |
poincare/include/poincare/complex_argument.h | |
poincare/include/poincare/complex_matrix.h | |
poincare/include/poincare/confidence_interval.h | |
poincare/include/poincare/conjugate.h | |
poincare/include/poincare/context.h | |
poincare/include/poincare/cosine.h | |
poincare/include/poincare/derivative.h | |
poincare/include/poincare/determinant.h | |
poincare/include/poincare/division_quotient.h | |
poincare/include/poincare/division_remainder.h | |
poincare/include/poincare/evaluation.h | |
poincare/include/poincare/expression.h | |
poincare/include/poincare/expression_layout.h | |
poincare/include/poincare/expression_matrix.h | |
poincare/include/poincare/factorial.h | |
poincare/include/poincare/floor.h | |
poincare/include/poincare/frac_part.h | |
poincare/include/poincare/fraction.h | |
poincare/include/poincare/function.h | |
poincare/include/poincare/global_context.h | |
poincare/include/poincare/great_common_divisor.h | |
poincare/include/poincare/hyperbolic_arc_cosine.h | |
poincare/include/poincare/hyperbolic_arc_sine.h | |
poincare/include/poincare/hyperbolic_arc_tangent.h | |
poincare/include/poincare/hyperbolic_cosine.h | |
poincare/include/poincare/hyperbolic_sine.h | |
poincare/include/poincare/hyperbolic_tangent.h | |
poincare/include/poincare/imaginary_part.h | |
poincare/include/poincare/integer.h | |
poincare/include/poincare/integral.h | |
poincare/include/poincare/leaf_expression.h | |
poincare/include/poincare/least_common_multiple.h | |
poincare/include/poincare/list_data.h | |
poincare/include/poincare/logarithm.h | |
poincare/include/poincare/matrix.h | |
poincare/include/poincare/matrix_data.h | |
poincare/include/poincare/matrix_dimension.h | |
poincare/include/poincare/matrix_inverse.h | |
poincare/include/poincare/matrix_trace.h | |
poincare/include/poincare/matrix_transpose.h | |
poincare/include/poincare/multiplication.h | |
poincare/include/poincare/naperian_logarithm.h | |
poincare/include/poincare/nth_root.h | |
poincare/include/poincare/opposite.h | |
poincare/include/poincare/parenthesis.h | |
poincare/include/poincare/permute_coefficient.h | |
poincare/include/poincare/power.h | |
poincare/include/poincare/prediction_interval.h | |
poincare/include/poincare/preferences.h | |
poincare/include/poincare/product.h | |
poincare/include/poincare/reel_part.h | |
poincare/include/poincare/round.h | |
poincare/include/poincare/sequence.h | |
poincare/include/poincare/sine.h | |
poincare/include/poincare/square_root.h | |
poincare/include/poincare/store.h | |
poincare/include/poincare/subtraction.h | |
poincare/include/poincare/sum.h | |
poincare/include/poincare/symbol.h | |
poincare/include/poincare/tangent.h | |
poincare/include/poincare/variable_context.h | |
poincare/include/poincare.h | |
poincare/src/layout/absolute_value_layout.cpp | |
poincare/src/layout/absolute_value_layout.h | |
poincare/src/layout/baseline_relative_layout.cpp | |
poincare/src/layout/baseline_relative_layout.h | |
poincare/src/layout/bracket_layout.cpp | |
poincare/src/layout/bracket_layout.h | |
poincare/src/layout/condensed_sum_layout.cpp | |
poincare/src/layout/condensed_sum_layout.h | |
poincare/src/layout/conjugate_layout.cpp | |
poincare/src/layout/conjugate_layout.h | |
poincare/src/layout/expression_layout.cpp | |
poincare/src/layout/fraction_layout.cpp | |
poincare/src/layout/fraction_layout.h | |
poincare/src/layout/grid_layout.cpp | |
poincare/src/layout/grid_layout.h | |
poincare/src/layout/horizontal_layout.cpp | |
poincare/src/layout/horizontal_layout.h | |
poincare/src/layout/integral_layout.cpp | |
poincare/src/layout/integral_layout.h | |
poincare/src/layout/nth_root_layout.cpp | |
poincare/src/layout/nth_root_layout.h | |
poincare/src/layout/parenthesis_layout.cpp | |
poincare/src/layout/parenthesis_layout.h | |
poincare/src/layout/product_layout.cpp | |
poincare/src/layout/product_layout.h | |
poincare/src/layout/sequence_layout.cpp | |
poincare/src/layout/sequence_layout.h | |
poincare/src/layout/string_layout.cpp | |
poincare/src/layout/string_layout.h | |
poincare/src/layout/sum_layout.cpp | |
poincare/src/layout/sum_layout.h | |
poincare/src/simplify/rules_generation/node.cpp | |
poincare/src/simplify/rules_generation/node.h | |
poincare/src/simplify/rules_generation/rule.cpp | |
poincare/src/simplify/rules_generation/rule.h | |
poincare/src/simplify/rules_generation/rules_lexer.cpp | |
poincare/src/simplify/rules_generation/rules_parser.cpp | |
poincare/src/simplify/rules_generation/rules_tokens.h | |
poincare/src/simplify/expression_builder.cpp | |
poincare/src/simplify/expression_builder.h | |
poincare/src/simplify/expression_match.cpp | |
poincare/src/simplify/expression_match.h | |
poincare/src/simplify/expression_selector.cpp | |
poincare/src/simplify/expression_selector.h | |
poincare/src/simplify/rules.cpp | |
poincare/src/simplify/rules.h | |
poincare/src/simplify/simplification.cpp | |
poincare/src/simplify/simplification.h | |
poincare/src/simplify/simplification_generator.cpp | |
poincare/src/simplify/simplification_generator.h | |
poincare/src/absolute_value.cpp | |
poincare/src/addition.cpp | |
poincare/src/arc_cosine.cpp | |
poincare/src/arc_sine.cpp | |
poincare/src/arc_tangent.cpp | |
poincare/src/binary_operation.cpp | |
poincare/src/binomial_coefficient.cpp | |
poincare/src/ceiling.cpp | |
poincare/src/complex.cpp | |
poincare/src/complex_argument.cpp | |
poincare/src/complex_matrix.cpp | |
poincare/src/confidence_interval.cpp | |
poincare/src/conjugate.cpp | |
poincare/src/cosine.cpp | |
poincare/src/derivative.cpp | |
poincare/src/determinant.cpp | |
poincare/src/division_quotient.cpp | |
poincare/src/division_remainder.cpp | |
poincare/src/evaluation.cpp | |
poincare/src/expression.cpp | |
poincare/src/expression_debug.cpp | |
poincare/src/expression_debug.h | |
poincare/src/expression_lexer.cpp | |
poincare/src/expression_lexer.hpp | |
poincare/src/expression_matrix.cpp | |
poincare/src/expression_parser.cpp | |
poincare/src/expression_parser.hpp | |
poincare/src/factorial.cpp | |
poincare/src/floor.cpp | |
poincare/src/frac_part.cpp | |
poincare/src/fraction.cpp | |
poincare/src/function.cpp | |
poincare/src/global_context.cpp | |
poincare/src/great_common_divisor.cpp | |
poincare/src/hyperbolic_arc_cosine.cpp | |
poincare/src/hyperbolic_arc_sine.cpp | |
poincare/src/hyperbolic_arc_tangent.cpp | |
poincare/src/hyperbolic_cosine.cpp | |
poincare/src/hyperbolic_sine.cpp | |
poincare/src/hyperbolic_tangent.cpp | |
poincare/src/imaginary_part.cpp | |
poincare/src/integer.cpp | |
poincare/src/integral.cpp | |
poincare/src/leaf_expression.cpp | |
poincare/src/least_common_multiple.cpp | |
poincare/src/list_data.cpp | |
poincare/src/logarithm.cpp | |
poincare/src/matrix.cpp | |
poincare/src/matrix_data.cpp | |
poincare/src/matrix_dimension.cpp | |
poincare/src/matrix_inverse.cpp | |
poincare/src/matrix_trace.cpp | |
poincare/src/matrix_transpose.cpp | |
poincare/src/multiplication.cpp | |
poincare/src/naperian_logarithm.cpp | |
poincare/src/nth_root.cpp | |
poincare/src/opposite.cpp | |
poincare/src/parenthesis.cpp | |
poincare/src/permute_coefficient.cpp | |
poincare/src/power.cpp | |
poincare/src/prediction_interval.cpp | |
poincare/src/preferences.cpp | |
poincare/src/product.cpp | |
poincare/src/reel_part.cpp | |
poincare/src/round.cpp | |
poincare/src/sequence.cpp | |
poincare/src/sine.cpp | |
poincare/src/square_root.cpp | |
poincare/src/store.cpp | |
poincare/src/subtraction.cpp | |
poincare/src/sum.cpp | |
poincare/src/symbol.cpp | |
poincare/src/tangent.cpp | |
poincare/src/variable_context.cpp | |
poincare/test/addition.cpp | |
poincare/test/complex.cpp | |
poincare/test/fraction.cpp | |
poincare/test/function.cpp | |
poincare/test/helper.cpp | |
poincare/test/helper.h | |
poincare/test/identity.cpp | |
poincare/test/integer.cpp | |
poincare/test/matrix.cpp | |
poincare/test/parser.cpp | |
poincare/test/power.cpp | |
poincare/test/product.cpp | |
poincare/test/simplify_addition.cpp | |
poincare/test/simplify_product.cpp | |
poincare/test/simplify_utils.cpp | |
poincare/test/simplify_utils.h | |
poincare/test/subtraction.cpp | |
poincare/test/symbol.cpp | |
poincare/test/trigo.cpp | |
python/port/genhdr/mpversion.h | |
python/port/genhdr/qstrdefs.generated.h | |
python/port/genhdr/qstrdefs.in.h | |
python/port/interrupt_helper.cpp | |
python/port/interrupt_helper.h | |
python/port/modkandinsky.c | |
python/port/modkandinsky.h | |
python/port/modkandinsky_impl.cpp | |
python/port/mpconfigport.h | |
python/port/mphalport.c | |
python/port/mphalport.h | |
python/port/port.c | |
python/port/port.h | |
python/port/portmodules.h | |
python/port/qstrdefsport.h | |
python/src/extmod/virtpin.h | |
python/src/py/argcheck.c | |
python/src/py/asmarm.c | |
python/src/py/asmarm.h | |
python/src/py/asmbase.c | |
python/src/py/asmbase.h | |
python/src/py/asmthumb.c | |
python/src/py/asmthumb.h | |
python/src/py/asmx64.c | |
python/src/py/asmx64.h | |
python/src/py/asmx86.c | |
python/src/py/asmx86.h | |
python/src/py/asmxtensa.c | |
python/src/py/asmxtensa.h | |
python/src/py/bc.c | |
python/src/py/bc.h | |
python/src/py/bc0.h | |
python/src/py/binary.c | |
python/src/py/binary.h | |
python/src/py/builtin.h | |
python/src/py/builtinevex.c | |
python/src/py/builtinhelp.c | |
python/src/py/builtinimport.c | |
python/src/py/compile.c | |
python/src/py/compile.h | |
python/src/py/emit.h | |
python/src/py/emitbc.c | |
python/src/py/emitcommon.c | |
python/src/py/emitglue.c | |
python/src/py/emitglue.h | |
python/src/py/emitinlinethumb.c | |
python/src/py/emitinlinextensa.c | |
python/src/py/emitnative.c | |
python/src/py/formatfloat.c | |
python/src/py/formatfloat.h | |
python/src/py/frozenmod.c | |
python/src/py/frozenmod.h | |
python/src/py/gc.c | |
python/src/py/gc.h | |
python/src/py/grammar.h | |
python/src/py/lexer.c | |
python/src/py/lexer.h | |
python/src/py/malloc.c | |
python/src/py/map.c | |
python/src/py/misc.h | |
python/src/py/modarray.c | |
python/src/py/modbuiltins.c | |
python/src/py/modcmath.c | |
python/src/py/modcollections.c | |
python/src/py/modgc.c | |
python/src/py/modio.c | |
python/src/py/modmath.c | |
python/src/py/modmicropython.c | |
python/src/py/modstruct.c | |
python/src/py/modsys.c | |
python/src/py/modthread.c | |
python/src/py/moduerrno.c | |
python/src/py/mpconfig.h | |
python/src/py/mperrno.h | |
python/src/py/mphal.h | |
python/src/py/mpprint.c | |
python/src/py/mpprint.h | |
python/src/py/mpstate.c | |
python/src/py/mpstate.h | |
python/src/py/mpthread.h | |
python/src/py/mpz.c | |
python/src/py/mpz.h | |
python/src/py/nativeglue.c | |
python/src/py/nlr.h | |
python/src/py/nlrsetjmp.c | |
python/src/py/nlrthumb.c | |
python/src/py/nlrx64.c | |
python/src/py/nlrx86.c | |
python/src/py/nlrxtensa.c | |
python/src/py/obj.c | |
python/src/py/obj.h | |
python/src/py/objarray.c | |
python/src/py/objarray.h | |
python/src/py/objattrtuple.c | |
python/src/py/objbool.c | |
python/src/py/objboundmeth.c | |
python/src/py/objcell.c | |
python/src/py/objclosure.c | |
python/src/py/objcomplex.c | |
python/src/py/objdict.c | |
python/src/py/objenumerate.c | |
python/src/py/objexcept.c | |
python/src/py/objexcept.h | |
python/src/py/objfilter.c | |
python/src/py/objfloat.c | |
python/src/py/objfun.c | |
python/src/py/objfun.h | |
python/src/py/objgenerator.c | |
python/src/py/objgenerator.h | |
python/src/py/objgetitemiter.c | |
python/src/py/objint.c | |
python/src/py/objint.h | |
python/src/py/objint_longlong.c | |
python/src/py/objint_mpz.c | |
python/src/py/objlist.c | |
python/src/py/objlist.h | |
python/src/py/objmap.c | |
python/src/py/objmodule.c | |
python/src/py/objmodule.h | |
python/src/py/objnamedtuple.c | |
python/src/py/objnone.c | |
python/src/py/objobject.c | |
python/src/py/objpolyiter.c | |
python/src/py/objproperty.c | |
python/src/py/objrange.c | |
python/src/py/objreversed.c | |
python/src/py/objset.c | |
python/src/py/objsingleton.c | |
python/src/py/objslice.c | |
python/src/py/objstr.c | |
python/src/py/objstr.h | |
python/src/py/objstringio.c | |
python/src/py/objstringio.h | |
python/src/py/objstrunicode.c | |
python/src/py/objtuple.c | |
python/src/py/objtuple.h | |
python/src/py/objtype.c | |
python/src/py/objtype.h | |
python/src/py/objzip.c | |
python/src/py/opmethods.c | |
python/src/py/parse.c | |
python/src/py/parse.h | |
python/src/py/parsenum.c | |
python/src/py/parsenum.h | |
python/src/py/parsenumbase.c | |
python/src/py/parsenumbase.h | |
python/src/py/persistentcode.c | |
python/src/py/persistentcode.h | |
python/src/py/qstr.c | |
python/src/py/qstr.h | |
python/src/py/qstrdefs.h | |
python/src/py/reader.c | |
python/src/py/reader.h | |
python/src/py/repl.c | |
python/src/py/repl.h | |
python/src/py/ringbuf.h | |
python/src/py/runtime.c | |
python/src/py/runtime.h | |
python/src/py/runtime0.h | |
python/src/py/runtime_utils.c | |
python/src/py/scheduler.c | |
python/src/py/scope.c | |
python/src/py/scope.h | |
python/src/py/sequence.c | |
python/src/py/showbc.c | |
python/src/py/smallint.c | |
python/src/py/smallint.h | |
python/src/py/stackctrl.c | |
python/src/py/stackctrl.h | |
python/src/py/stream.c | |
python/src/py/stream.h | |
python/src/py/unicode.c | |
python/src/py/unicode.h | |
python/src/py/vm.c | |
python/src/py/vmentrytable.h | |
python/src/py/vstr.c | |
python/src/py/warning.c | |
quiz/include/quiz.h | |
quiz/src/assertions.c | |
quiz/src/i18n.cpp | |
quiz/src/runner.cpp | |
quiz/src/symbols.h) | |
set(INCLUDES_DIRS | |
apps/calculation/ | |
apps/code/ | |
apps/graph/graph/ | |
apps/graph/list/ | |
apps/graph/values/ | |
apps/graph/ | |
apps/hardware_test/ | |
apps/home/ | |
apps/on_boarding/ | |
apps/picview/ | |
apps/probability/calculation/ | |
apps/probability/images/ | |
apps/probability/law/ | |
apps/probability/ | |
apps/regression/ | |
apps/sequence/graph/ | |
apps/sequence/list/ | |
apps/sequence/values/ | |
apps/sequence/ | |
apps/settings/ | |
apps/shared/ | |
apps/statistics/ | |
apps/ | |
escher/include/escher/ | |
escher/include/ | |
ion/include/ion/ | |
ion/include/ | |
ion/src/blackbox/ | |
ion/src/device/bench/command/ | |
ion/src/device/bench/ | |
ion/src/device/boot/ | |
ion/src/device/regs/ | |
ion/src/device/ | |
ion/src/emscripten/ | |
ion/src/simulator/display/ | |
ion/src/simulator/keyboard/ | |
ion/src/simulator/ | |
kandinsky/fonts/ | |
kandinsky/include/kandinsky/ | |
kandinsky/include/ | |
kandinsky/src/ | |
liba/include/bridge/ | |
liba/include/private/ | |
liba/include/ | |
liba/src/external/openbsd/include/sys/ | |
liba/src/external/openbsd/include/ | |
liba/src/external/openbsd/ | |
liba/src/external/softfloat/include/ | |
liba/src/external/softfloat/port/ | |
liba/src/external/softfloat/src/8086/ | |
liba/src/external/sqlite/ | |
liba/test/ | |
poincare/include/poincare/ | |
poincare/include/ | |
poincare/src/layout/ | |
poincare/src/simplify/rules_generation/ | |
poincare/src/simplify/ | |
poincare/src/ | |
poincare/test/ | |
python/port/genhdr/ | |
python/port/ | |
python/src/extmod/ | |
python/src/py/ | |
quiz/include/) | |
add_executable(foo ${SOURCE_FILES}) | |
include_directories(${INCLUDES_DIRS}) | |
add_custom_target(clean_device COMMAND make -C ${epsilon_SOURCE_DIR} | |
CLION_EXE_DIR=${PROJECT_BINARY_DIR} PLATFORM=device clean) | |
add_custom_target(clean_simulator COMMAND make -C ${epsilon_SOURCE_DIR} | |
CLION_EXE_DIR=${PROJECT_BINARY_DIR} PLATFORM=device clean) | |
add_custom_target(simulator COMMAND make -C ${epsilon_SOURCE_DIR} | |
CLION_EXE_DIR=${PROJECT_BINARY_DIR} PLATFORM=simulator) | |
add_custom_target(device COMMAND make -C ${epsilon_SOURCE_DIR} | |
CLION_EXE_DIR=${PROJECT_BINARY_DIR} PLATFORM=device) | |
add_custom_target(flash COMMAND make -C ${epsilon_SOURCE_DIR} | |
CLION_EXE_DIR=${PROJECT_BINARY_DIR} PLATFORM=device app_flash) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment