summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* allow build of static libs on windows with MS Visual StudioMarti Maria2023-04-211-0/+3
| | | | Almost: meson uses always ".a" extension which is a pain. I can't solve that.
* make meson compile visual studio as wellMarti Maria2023-04-201-10/+19
| | | | MESON now compiles with VS2022, static lib and DLL
* Merge pull request #360 from nekopsykose/meson-beMarti Maria2023-03-101-1/+1
|\ | | | | | | meson: fix big endian cargs Looks great, thank you!
| * meson: fix big endian cargspsykose2023-03-021-1/+1
| | | | | | | | | | | | otherwise they are a string and appending with + [""] later fails in plugins/fast_float/testbed/meson.build:5:0: ERROR: The `+` operator of str does not accept objects of type list (['-DPROFILES_DIR="/home/buildozer/aports/main/lcms2/src/lcms2-2.15/plugins/test_profiles/"'])
* | Fix compatibility with MSVCRT or pre-C11 compilersL. E. Segovia2023-03-041-1/+6
|/
* bump version in mesonMarti Maria2023-02-171-1/+1
| | | | update version number
* meson: Try to use gmtime_r with _POSIX_C_SOURCEL. E. Segovia2022-12-061-1/+12
|
* meson: Complete the pkg-config generationL. E. Segovia2022-12-061-1/+5
|
* meson: Support building the fast float pluginL. E. Segovia2022-12-061-0/+2
|
* meson: Support building the samplesL. E. Segovia2022-12-061-0/+4
|
* meson: Support building utilsL. E. Segovia2022-12-061-1/+6
|
* meson: Add testbedL. E. Segovia2022-12-061-0/+1
|
* meson: Add missing check for SSE2 intrinsicsL. E. Segovia2022-12-061-0/+12
|
* meson: Complete check for gmtimeL. E. Segovia2022-12-061-3/+17
|
* meson: Add missing check for endiannessL. E. Segovia2022-12-061-0/+4
|
* meson: Automatically generate the DLL metadata for WindowsL. E. Segovia2022-12-061-0/+9
|
* meson: Set the SOVERSION automaticallyL. E. Segovia2022-12-061-1/+6
|
* meson: Refactor the Meson build filesL. E. Segovia2022-12-061-63/+17
|
* Update version number on meson buildMarti Maria2022-08-311-1/+1
| | | | Update number
* Minor cosmetic fixesMarti Maria2022-01-071-4/+3
| | | | | | - Left typos - meson build by #292 - Fix valgrind warning on writing uninitialized memory
* Add initial Meson build systemXavier Claessens2021-10-231-0/+87