This website requires JavaScript.
Explore
Help
Sign In
LuChiChick
/
DLT_Splitter
Watch
1
Star
0
Fork
0
You've already forked DLT_Splitter
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
DLT_Splitter
/
Src
History
LuChiChick
e80d14d347
Fixed memory leak issue caused by incorrect deallocation order in the Json_Value destructor && Fixed issue where copy construction of read-only reference members in Json_Value failed to pass && Added read-only reference members for Json_Object and Json_Array && Added const qualifiers to methods that do not modify class members && Implemented JSON file parsing && Implemented JSON file export, supporting minified export and pretty print.
2026-04-21 17:59:57 +08:00
..
Command_Solve.cpp
Processed unnecessary explicit C include declarations
2026-03-13 10:40:34 +08:00
CSV_Utilities.cpp
modified CSV column title output wrapper
2025-11-26 16:30:23 +08:00
DLT_Utilities.cpp
Fixed an issue with incorrect output format for extended timestamps (unit: 0.1 milliseconds) && Added DLT message sorting.Output message rows are now arranged in ascending order by timestamp.
2026-01-26 20:32:36 +08:00
Global_Variables.cpp
Refactored the implementation of the Workflow_Editor class: now uses shared_ptr and vector for automatic lifecycle management && decoupled nodes and interfaces with abstract base class implementation && implemented an independent unique ID generator && implemented test nodes and interfaces && implemented automatic connection drawing.
2026-03-13 10:55:28 +08:00
ID_Generator.cpp
Refactored the implementation of the Workflow_Editor class: now uses shared_ptr and vector for automatic lifecycle management && decoupled nodes and interfaces with abstract base class implementation && implemented an independent unique ID generator && implemented test nodes and interfaces && implemented automatic connection drawing.
2026-03-13 10:55:28 +08:00
Json_Utilities.cpp
Fixed memory leak issue caused by incorrect deallocation order in the Json_Value destructor && Fixed issue where copy construction of read-only reference members in Json_Value failed to pass && Added read-only reference members for Json_Object and Json_Array && Added const qualifiers to methods that do not modify class members && Implemented JSON file parsing && Implemented JSON file export, supporting minified export and pretty print.
2026-04-21 17:59:57 +08:00
Main.cpp
Added control buttons to enable selective file export functionality && Fixed the issue where files were not closed after DLT Log export && Resolved the problem of files failing to open due to Chinese path characters && Modified alert pop-up icons && Adjusted the initial display position
2025-12-05 17:49:09 +08:00
Nodes_And_Connectors.cpp
Expose some enum types within the public class namespace to remove redundant external definitions && Add node connection loop detection and provide a warning for it.
2026-04-02 11:16:37 +08:00
UI_Layout.cpp
Adjusted UI layout && Tested dynamic window expansion effects && Added node editor area (experimental, currently only one simple test node available with no practical functionality)
2026-01-26 20:57:13 +08:00
Workflow_Editor.cpp
Removed the externally exposed Connector_Pool and the useless Separate_Node_List && Redesigned Process_Route && Implemented the construction of a non-conflicting execution sequence and set the corresponding working route for each starting node.
2026-04-07 15:41:37 +08:00