Mercurial > minori
comparison Makefile.am @ 318:3b355fa948c7
config: use TOML instead of INI
unfortunately, INI is not enough, and causes some paths including
semicolons to break with our current storage of the library folders.
so, I decided to switch to TOML which does support real arrays...
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Wed, 12 Jun 2024 05:25:41 -0400 |
| parents | b1f4d1867ab1 |
| children | 10096c5489e3 |
comparison
equal
deleted
inserted
replaced
| 317:b1f4d1867ab1 | 318:3b355fa948c7 |
|---|---|
| 160 include/core/anime_season.h \ | 160 include/core/anime_season.h \ |
| 161 include/core/anime_season_db.h \ | 161 include/core/anime_season_db.h \ |
| 162 include/core/config.h \ | 162 include/core/config.h \ |
| 163 include/core/date.h \ | 163 include/core/date.h \ |
| 164 include/core/filesystem.h \ | 164 include/core/filesystem.h \ |
| 165 include/core/ini.h \ | |
| 166 include/core/json.h \ | 165 include/core/json.h \ |
| 167 include/core/strings.h \ | 166 include/core/strings.h \ |
| 168 include/core/time.h \ | 167 include/core/time.h \ |
| 169 include/core/torrent.h \ | 168 include/core/torrent.h \ |
| 170 include/library/library.h \ | 169 include/library/library.h \ |
| 176 include/sys/osx/permissions.h \ | 175 include/sys/osx/permissions.h \ |
| 177 include/sys/win32/dark_theme.h \ | 176 include/sys/win32/dark_theme.h \ |
| 178 include/track/media.h \ | 177 include/track/media.h \ |
| 179 dep/json/json.hpp \ | 178 dep/json/json.hpp \ |
| 180 dep/json/json_fwd.hpp \ | 179 dep/json/json_fwd.hpp \ |
| 181 dep/mini/ini.h \ | 180 dep/toml11/toml.hpp \ |
| 181 dep/toml11/toml/color.hpp \ | |
| 182 dep/toml11/toml/combinator.hpp \ | |
| 183 dep/toml11/toml/comments.hpp \ | |
| 184 dep/toml11/toml/datetime.hpp \ | |
| 185 dep/toml11/toml/exception.hpp \ | |
| 186 dep/toml11/toml/from.hpp \ | |
| 187 dep/toml11/toml/get.hpp \ | |
| 188 dep/toml11/toml/into.hpp \ | |
| 189 dep/toml11/toml/lexer.hpp \ | |
| 190 dep/toml11/toml/literal.hpp \ | |
| 191 dep/toml11/toml/macros.hpp \ | |
| 192 dep/toml11/toml/parser.hpp \ | |
| 193 dep/toml11/toml/region.hpp \ | |
| 194 dep/toml11/toml/result.hpp \ | |
| 195 dep/toml11/toml/serializer.hpp \ | |
| 196 dep/toml11/toml/source_location.hpp \ | |
| 197 dep/toml11/toml/storage.hpp \ | |
| 198 dep/toml11/toml/string.hpp \ | |
| 199 dep/toml11/toml/traits.hpp \ | |
| 200 dep/toml11/toml/types.hpp \ | |
| 201 dep/toml11/toml/utility.hpp \ | |
| 202 dep/toml11/toml/value.hpp \ | |
| 203 dep/toml11/toml/version.hpp \ | |
| 182 dep/semver/semver.hpp \ | 204 dep/semver/semver.hpp \ |
| 183 $(minori_qtheaders) | 205 $(minori_qtheaders) |
| 184 | 206 |
| 185 minori_utf8proc_sources = \ | 207 minori_utf8proc_sources = \ |
| 186 dep/utf8proc/utf8proc.c | 208 dep/utf8proc/utf8proc.c |
| 194 src/core/anime_season_db.cc \ | 216 src/core/anime_season_db.cc \ |
| 195 src/core/config.cc \ | 217 src/core/config.cc \ |
| 196 src/core/date.cc \ | 218 src/core/date.cc \ |
| 197 src/core/filesystem.cc \ | 219 src/core/filesystem.cc \ |
| 198 src/core/http.cc \ | 220 src/core/http.cc \ |
| 199 src/core/ini.cc \ | |
| 200 src/core/json.cc \ | 221 src/core/json.cc \ |
| 201 src/core/session.cc \ | 222 src/core/session.cc \ |
| 202 src/core/strings.cc \ | 223 src/core/strings.cc \ |
| 203 src/core/time.cc \ | 224 src/core/time.cc \ |
| 204 src/gui/dialog/settings/application.cc \ | 225 src/gui/dialog/settings/application.cc \ |
