xamarin-macios/tests/test-libraries
Manuel de la Pena cb815ecd39
[Runtime] Update cflags and fix warnings accordingly. (#7478)
Update flags:

* Add -Werror so that warnings are errors.
* Move to -Wconversion that adds:
  * -Wbitfield-enum-conversion
  * -Wbool-conversion
  * -Wconstant-conversion
  * -Wenum-conversion
  * -Wfloat-conversion
  * -Wimplicit-float-conversion
  * -Wimplicit-int-conversion
  * -Wint-conversion
  * -Wliteral-conversion
  * -Wnon-literal-null-conversion
  * -Wnull-conversion
  * -Wobjc-literal-conversion
  * -Wshorten-64-to-32
  * -Wsign-conversion
  * -Wstring-conversion
Last work related to: https://github.com/xamarin/xamarin-macios/pull/7405
2019-11-25 16:00:24 -05:00
..
.gitignore [monotouch-test] Move generated files out of the "all test files" wildcard. (#2958) 2017-11-06 17:16:32 +01:00
Makefile [tests] Fix building the test libraries. (#7172) 2019-10-04 16:51:12 +02:00
XTest-Info.plist [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libframework.h [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libframework.m [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libtest-fat.macos.dylib Drop the Xcode 9.4 dependency. (#7044) 2019-09-24 13:40:18 +02:00
libtest.cs [tests] Generate some trampoline and registrar tests. 2016-10-13 15:10:43 +02:00
libtest.h [CoreFoundation] [tests] Add new DispatchQueue overloaded method (#7343) 2019-11-12 14:56:45 +01:00
libtest.m [Runtime] Update cflags and fix warnings accordingly. (#7478) 2019-11-25 16:00:24 -05:00
libtest2.h [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
libtest2.m [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
rename.h [tests] Add tests for out/ref parameters. 2019-04-26 11:20:15 +02:00
testgenerator.cs [registrar] Fix marshalling of structs with a single member. (#5986) 2019-05-06 07:26:54 +02:00
testgenerator.csproj [tests] Generate some trampoline and registrar tests. 2016-10-13 15:10:43 +02:00