| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is strictly for convenience, nothing requires naming Meson's build
directory either of these, but they seem to be common names.
|
|
|
|
|
|
|
| |
import_module_init previously returned false without an error in some
cases and load_module_init cleared all pending exceptions.
Fixes #343
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on looking at the git logs, add copyright notices to files which
were missing them, assuming the copyright belongs to people who made major
contributions to each file.
Some assumptions were made as to who to assign the copyright to, such as,
what copyright assignment did the contributor make in other files added in
the same commit? What email address did they use to make the commit? What
copyright assignment did they make in other commits using the same email
address?
|
|
|
|
|
|
| |
This adds a SPDX-License-Identifier comment to all files that are part
of GJS, part of its unit tests, or auxiliary tools. (Except for some
files like the debugger scripts that don't support comments.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename and move modules.gresource.xml -> js.gresource.xml
This reflects that new environments may require JS
resources outside of modules/
- Move the "core" cairo, format, gettext, and signals logic
to modules/core/ to allow reuse across environments.
- Move the "legacy" (script-based) modules to modules/script/
- Move the script-based bootstrap files to modules/script/
- Move overrides to modules/core/ as they will be reused
across environments
- Update meson resource compilation.
- Update js.gresource.xml for new module paths.
- Update resource path references in C++.
|
|
|
|
|
|
|
| |
These bad overrides are used in testImporter.js to check what happens if
there is an error in overrides. However, since we would like to put in
real overrides to test, they should move to a specific directory where
they don't conflict with real overrides.
|
|
|
|
|
| |
This adds some more customizations for some subdirectories, and tweaks a
couple of rules.
|
|
|