Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-19[tests] Embed Mono.Data.Sqlite test resource (#11244)Ludovic Henry
2018-04-10[ci] Update csproj files during PRs (#8052)Alexander Köplinger
* [ci] Update csproj files during PRs Similar to how API diff is done. Replace EXTERNAL_DRAWING_FACADE in csproj in genproj It'd embed the absolute path in the csproj, but we want the variable instead. * [csproj] Update project files
2017-05-13[csproj] Update generator to handle platform-specific assemblies (#4847)Alexander Köplinger
After https://github.com/mono/mono/pull/4837 was merged the csproj update bot started sending PRs which hardcoded net_4_x-linux as the OutputPath. Updated the csproj generator to detect this and use a variable in the OutputPath instead. It'll autodetect based on the current OS and can be overriden by passing /p:HostPlatform=foobar to msbuild. Ideally we'd have configurations for each platform in the csproj since in the future the file lists will be different but this is a first step.
2017-04-28[bcl] Add API diff targets (#4406)Alexander Köplinger
With these targets we can generate a snapshot of the current Mono API in C# source code form. Whenever we make changes, we can rerun this to ensure we didn't inadvertently change the public API. It also outputs a diff in html form that we can show on CI.
2016-05-19Update .gitignore, remove stale fileMiguel de Icaza
2016-01-28[bcl] Fix dll names and InternalsVisibleTo for test assembliesAlexander Köplinger
The format of the test assembly name changed in 860334ff45a8d1c5886b8dbcfadaf28ac55b9393 from System.Web_test_net_4_x.dll to net_4_x_System.Web_test.dll. This fixes all the places where the old name was used.
2015-03-17[mcs] Ignore .dep_dirs-* files.Alex Rønne Petersen
2012-03-29Ignore binary resoucesMarek Safar
2012-02-03Add first sequence point tests. Correctly implement #line hidden directiveMarek Safar
2011-10-07Updated .gitignore to ignore local files MonoDevelop creates.Rolf Bjarne Kvinge
2011-03-23Update some documentation testsMarek Safar
2011-01-20Remove unused ?mcs filesMarek Safar
2011-01-19Update mcs error to test against mcs compilerMarek Safar
2010-10-20Clean up test filesMarek Safar
2010-10-20[601801] Fixes for parsing nant documentationMarek Safar
Gleb Golubitsky <rush.william@gmail.com>
2010-08-18Ignore TestResult.xml tooGonzalo Paniagua Javier
2010-07-28Add a few .gitignore entries to reduce noiseRaja R Harinath
2010-06-14added some noise to the gitignore filterC.J. Adams-Collier
svn path=/trunk/mcs/; revision=158887
2010-03-042010-03-03 Rolf Bjarne Kvinge <RKvinge@novell.com>Rolf Bjarne Kvinge
* gensources.sh: Reverted to plain bash, cygwin/make seems to end up confused with path separators with the managed version. svn path=/trunk/mcs/; revision=152970
2010-03-032010-03-02 Rolf Bjarne Kvinge <RKvinge@novell.com>Jeffrey Stedfast
* gensources.sh: Converted to C# for a 15-100x speedup. svn path=/trunk/mcs/; revision=152879
2009-03-09Add .gitignore's.Martin Baulig
svn path=/trunk/mcs/; revision=128880