David Heidelberg
68215332a8
build: pass licensing information in SPDX form
...
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
Acked-by: Dylan Baker <dylan.c.baker@intel.com >
Acked-by: Eric Engestrom <eric@igalia.com >
Acked-by: Daniel Stone <daniels@collabora.com >
Signed-off-by: David Heidelberg <david@ixit.cz >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29972 >
2024-06-29 12:42:49 -07:00
Jose Fonseca
6e6cd7d93c
scons: Remove.
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9720 >
2021-03-20 10:38:55 +00:00
Dylan Baker
f680cc62f8
meson: build getopt when using msvc
...
v4: - Don't wrap a single file in a list to match mesa style
- Use null_dep instead of empty list
Reviewed-by: Eric Anholt <eric@anholt.net > (v3)
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-09-10 20:36:47 +00:00
Eric Engestrom
3bd885d09c
Introduce .editorconfig
...
A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files
to try and enforce the formatting of the code, to which Michel Dänzer
suggested [1] we start by importing the existing .dir-locals.el
settings. The first draft was discussed in the RFC [2].
These .editorconfig are a first step, one that has the advantage of
requiring little to no intervention from the devs once the settings
files are in place, but the settings are very limited. This does have
the advantage of applying while the code is being written.
This doesn't replace the need for more comprehensive formatting tools
such as clang-format & clang-tidy, but those reformat the code after
the fact.
[0] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121545.html
[1] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121639.html
[2] https://lists.freedesktop.org/archives/mesa-dev/2016-July/123431.html
Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com >
Acked-by: Eric Anholt <eric@anholt.net >
Signed-off-by: Eric Engestrom <eric@engestrom.ch >
Reviewed-by: Jose Fonseca <jfonseca@vmware.com >
2016-08-31 17:06:54 -07:00
José Fonseca
f9bb5323eb
getopt: Make code more portable.
2011-01-12 16:54:21 +00:00
José Fonseca
6d670f6c0f
getopt: Import OpenBSD getopt implementation for MSVC.
2011-01-12 15:32:17 +00:00