Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-09 | configure_file: Add release snippet for encoding keyword | Sander Sweers | 1 | -0/+12 | |
2018-06-09 | Add new encoding keyword for configure_file to manual | Sander Sweers | 2 | -0/+11 | |
Also add a section how to deal with file encodings. | |||||
2018-06-08 | docs: Add release notes for new gnome.gdbus_codegen keywords | Robert Ancell | 1 | -0/+14 | |
2018-06-08 | gdbus_codegen: Support --c-generate-autocleanup | Robert Ancell | 1 | -0/+1 | |
2018-06-07 | gdbus_codegen: Support arbitrary extra arguments | Robert Ancell | 1 | -0/+1 | |
2018-06-07 | More clearly explain portability issues with linking to a module | Jon Turney | 1 | -0/+4 | |
Refine #3277 According to what I read on the internet, on OSX, both MH_BUNDLE (module) and MH_DYLIB (shared library) can be dynamically loaded using dlopen(), but it is not possible to link against MH_BUNDLE as if they were shared libraries. Metion this as an issue in the documentation. Emitting a warning, and then going on to fail during the build with mysterious errors in symbolextractor isn't very helpful, so make attempting this an error on OSX. Add a test for that. See also: https://docstore.mik.ua/orelly/unix3/mac/ch05_03.htm https://stackoverflow.com/questions/2339679/what-are-the-differences-between-so-and-dylib-on-osx | |||||
2018-06-06 | Move <lang>_args to coredata.compiler_options | Xavier Claessens | 1 | -0/+2 | |
2018-06-06 | docs: Fix dictionary syntax [skip ci] | Yudi Matsuzake | 1 | -1/+1 | |
2018-06-06 | Add documentation for Builtin options and bitcode | Nirbheek Chauhan | 2 | -0/+128 | |
Also add a test that ensures that new base options and compiler options are always documented. | |||||
2018-06-05 | docs: Add a release notes snippet about FeatureNew | Nirbheek Chauhan | 1 | -0/+32 | |
2018-06-03 | Have the windows.resource_compiler() preprocesor write a depfile | Jon Turney | 1 | -0/+3 | |
When using binutils's windres, we can instruct it to invoke the preprocessor in such a way that it writes a depfile, so that dependencies on #included files are automatically tracked. Not implemented for MSVC tools, so skip testing it in that case. | |||||
2018-06-03 | Allow substitutions in custom_target() depfile: | Jon Turney | 2 | -0/+7 | |
Allow substitutions in custom_target() depfile: as well as in command: | |||||
2018-06-03 | Document @PLAINNAME@ and @BASENAME@ substitutions in custom_target(command:) | Jon Turney | 1 | -0/+2 | |
Since f3ff8fe6 (0.39.0), this has a common implementation with the same substitution in generators, but I think they existed earlier. @BASENAME@ is used internally by the custom target generated by windows.compile_resources() | |||||
2018-06-03 | docs: Add a section about the MSI installer [skip ci] | Nirbheek Chauhan | 1 | -2/+11 | |
2018-06-03 | docs: Expand section on how to install Python3 and Meson | Nirbheek Chauhan | 4 | -11/+58 | |
With screenshots! | |||||
2018-06-02 | Add release-notes snippet for the extended install_mode | Filipe Brandenburger | 1 | -0/+8 | |
2018-06-02 | Update reference manual to include 'install_mode' where supported | Filipe Brandenburger | 1 | -0/+18 | |
2018-06-01 | Clarify how Windows resource compiler uses the include path | Jon Turney | 1 | -2/+3 | |
2018-06-01 | Add a depend_files: keyword to windows.compile_resources() | Jon Turney | 2 | -1/+8 | |
Expose depend_files: from the custom_target this creates. This is the change suggested in #2815, with tests and documentation added. Fixes #2789 (duplicate #2830) | |||||
2018-06-01 | configure_file: Add output_format kwarg (#3636) | Mathieu Duponchelle | 2 | -0/+18 | |
* configure_file: Add output_format kwarg * docs: Reference-manual.md output_format was added in 0.47 [skip ci] | |||||
2018-06-01 | [skip ci] docs: cross reference tables from manual (#3656) | Dylan Baker | 1 | -10/+8 | |
* docs/reference-manual: link to references tables Currently the reference manual entries for *machine.cpu_family() and *machine.system() have incomplete (and wrong) information. Rather than continue to duplicate this information just link to the reference tables. * docs/Reference-manual: fix link target The IDs in hotdoc are always lowered, so this pointed to the right page, but didn't go to the heading. * docs/Reference-manual: link compiler.get_id directly to tables Currently it goes round about to an entry that doesn't add much information and points to the reference table. Instead just point to the reference table. | |||||
2018-06-01 | docs: Update cpu families (#3651) [skip ci] | Dylan Baker | 1 | -1/+7 | |
Add several archs to the CPU family table ppc64, ppc64le, Itanium,HP PA-RISC, sparc v9 (64 bit) This covers most of the sparc systems in use today. | |||||
2018-05-31 | Mention private_headers keyword in Qt dependency documentation [skip ci] | Jon Turney | 2 | -11/+16 | |
Also, put discussion of Qt dependencies *before* the example in the Qt5 module documentation. | |||||
2018-05-31 | Improve dependency() documentation [skip ci] | Jon Turney | 1 | -6/+8 | |
Mention that the dependency name will also be searched for as a framework on OSX. Note that additional dependency-specific keywords may be used by custom dependency lookup. | |||||
2018-05-31 | Document OpenMP dependency [skip ci] | Jon Turney | 1 | -0/+14 | |
PR #1852 only adds mention of this to the release note. I think it's useful to have a list of all dependency names which are treated specifically in Dependency.md, so add 'thread' and 'openmp'. | |||||
2018-05-30 | Add check_header to Reference manual and release notes [skip ci] | Nirbheek Chauhan | 2 | -3/+25 | |
2018-05-30 | Document how to set the default name_prefix and name_suffix [skip ci] | Nirbheek Chauhan | 1 | -1/+4 | |
Else people (like me) try to use the old behaviour where setting it to `''` would use the default. https://gitlab.gnome.org/GNOME/glib-networking/issues/33 | |||||
2018-05-27 | Merge pull request #3491 from jeandet/qt_private_headers | Jussi Pakkanen | 2 | -0/+9 | |
Qt private headers | |||||
2018-05-27 | Make install doc less surprising for new users [skip ci] | Michael Mera | 1 | -0/+3 | |
2018-05-27 | [Qt module] private_headers kwarg documentation reformulation | Alexis Jeandet | 1 | -2/+2 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2018-05-24 | Merge pull request #3476 from filbranden/intbase1 | Jussi Pakkanen | 2 | -0/+16 | |
Add support for octal and binary int literals | |||||
2018-05-24 | Clarify that configuration_data()'s copy is immutable | Aleksey Filippov | 1 | -0/+1 | |
2018-05-23 | Document octal and binary integer literals in syntax. | Filipe Brandenburger | 2 | -0/+16 | |
Also add a release notes snippet for it. | |||||
2018-05-22 | Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodata | Jussi Pakkanen | 2 | -1/+17 | |
configure_file: Add a new action 'copy' | |||||
2018-05-22 | Merge pull request #3490 from MathieuDuponchelle/dict_builtin | Jussi Pakkanen | 3 | -6/+97 | |
Add new built-in type, dict | |||||
2018-05-22 | Merge pull request #3523 from taisei-project/run_command_check | Jussi Pakkanen | 2 | -1/+12 | |
Add 'check' kwarg for run_command | |||||
2018-05-22 | Update Users.md | randy408 | 1 | -0/+2 | |
2018-05-22 | Update documentation for run_command [skip ci] | Andrei Alexeyev | 1 | -1/+8 | |
2018-05-22 | Add 'check' kwarg for run_command | Andrei Alexeyev | 1 | -0/+4 | |
Closes #3516 | |||||
2018-05-22 | dict: add since annotations | Mathieu Duponchelle | 2 | -1/+6 | |
2018-05-22 | docs: Add manual entry for configure_file copy kwarg | Nirbheek Chauhan | 2 | -1/+17 | |
2018-05-21 | dict: fix CI issues | Mathieu Duponchelle | 1 | -2/+2 | |
2018-05-20 | dict: Document, add release snippet | Mathieu Duponchelle | 3 | -6/+92 | |
2018-05-09 | docs: Add a warning about find_program().path() | Nirbheek Chauhan | 1 | -3/+3 | |
See: https://github.com/mesonbuild/meson/issues/3552 | |||||
2018-05-09 | subprojects.md: document --wrap-mode | Nirbheek Chauhan | 1 | -0/+29 | |
Closes https://github.com/mesonbuild/meson/issues/3534 | |||||
2018-05-09 | Reference-manual: compiler checks | Nirbheek Chauhan | 1 | -0/+6 | |
Document that compiler checks are self-contained and do not add arguments from anywhere else. | |||||
2018-05-02 | docs: Added reference to pkg-config module page [skip ci] | Roy Buitenhuis | 1 | -0/+2 | |
2018-05-01 | [skip ci] fixed broken link to repoinit.py script in wrap documentation | Alexis Jeandet | 1 | -3/+3 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2018-04-30 | Added Added Qt's private header support with pkg-config | Alexis Jeandet | 1 | -1/+2 | |
Just use the same approach than qmake to generate private headers path Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2018-04-28 | [Qt module] Privates headers: added documentation | Alexis Jeandet | 2 | -0/+8 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> |