1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 06:54:40 +00:00
transmission/web
Mike Gelfand bc380511db
Modernize CMake code (ongoing refactoring) (#4507)
* Reformat CMake code

* Bump minimum CMake version to 3.12

* Add target sources separately via `target_source()`

* Make `tr_win32_app_info()` add target sources on its own

* Don't use `include_directories()`

* Don't use `add_definitions()`

* Limit use of `add_compile_options()`

* Move VDKQueue target declaration to a subdirectory

* Add `tr_disable_source_files_compile()` helper

* Add `tr_target_glib_resources()` helper

* Add `tr_gettext_msgfmt()` helper

* Enable AUTOUIC for Qt client

* Enable AUTORCC for Qt client

* Remove AUTO{MOC,RCC,UIC} source group overrides

* Add `tr_target_idl_files()` helper

* Move source group setup to `tr_qt_add_translation()`

* Add `tr_target_xib_files()` helper

* Prefer `target_sources()` to intermediate variables

* Use explicit visibility versions of `target_*()` commands

* Prefer genexes to conditions in `target_*()` commands

* Add `tr_allow_compile_if()` helper

* Leave only top-level `project()`, remove the rest

* Minor fixups

* Fixup Mac QL plugin install

* Fixup IDE target folders and source groups
2023-01-01 19:49:48 +00:00
..
assets fix: some style edited for chrome (#4095) 2022-11-05 00:05:23 -05:00
public_html build: update the web client build deps (#4059) 2022-10-31 14:20:11 -05:00
src fix: inspector icon should be disabled as default (#4093) 2022-11-07 17:31:30 -06:00
.eslintrc.js
.gitattributes
.nvmrc
babel.config.js
CMakeLists.txt Modernize CMake code (ongoing refactoring) (#4507) 2023-01-01 19:49:48 +00:00
package.json build: update the web client build deps (#4059) 2022-10-31 14:20:11 -05:00
prettier.config.js
stylelint.config.js fix: chrome needs vendor prefix(-webkit-) for mask (#4056) 2022-11-03 23:01:17 -05:00
webpack.config.js chore: get rid of webpack error while creating source map (#4058) 2022-10-31 16:14:01 -05:00
yarn.lock build(deps): bump loader-utils from 2.0.3 to 2.0.4 in /web (#4212) 2022-11-18 22:32:38 -06:00