aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/FilesystemUtils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-29feat: update copyright infosaturneric1-7/+4
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-18/+9
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-14/+14
2023-11-07refactor: remove CommonUtils at coresaturneric1-2/+57
2023-11-06refactor: improve the code structure of coresaturneric1-15/+22
2023-10-23perf: reduce header includes and improve build speedsaturneric1-0/+22
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-07-22style(src): reformat codeSaturneric1-25/+25
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-18/+1
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-05<fix, feat, chore>(ui, core, project): Replace file IO functionSaturneric1-0/+46
1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core