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
2006-02-172006-02-17 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* Makefile.am: Avoid installing mint.pc if mint is not compiled. svn path=/trunk/mono/; revision=56975
2005-12-122005-12-12 Mike Kestner <mkestner@novell.com>Mike Kestner
* mono-cairo.pc.in: pkgconfig support for Mono.Cairo. Mono.Cairo.dll and this file can be extracted post-build to be packaged separately on win32. * configure.in: expand mono-cairo.pc * Makefile.am: dist and install mono-cairo.pc svn path=/trunk/mono/; revision=54256
2005-10-20* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. Make 'distcheck'Raja R Harinath
compile with the 'monolite' in the distribution tarball. (compiler-tests-net_2_0): Avoid deleting $(mcs_topdir)/build/common/Consts.cs. svn path=/trunk/mono/; revision=51970
2005-09-20install the dotnet.pc fileMiguel de Icaza
svn path=/trunk/mono/; revision=50281
2005-08-31Add dotnet.pc.inMiguel de Icaza
svn path=/trunk/mono/; revision=49183
2005-07-14Distribute VS filesMiguel de Icaza
svn path=/trunk/mono/; revision=47317
2005-07-11* scripts/script.in: Add @framework_version@ blank.Raja R Harinath
* scripts/script2.in: Remove. * scripts/Makefile.am: Update. Use wsdl.exe for wsdl2 and monop.exe for monop2. svn path=/trunk/mono/; revision=47161
2005-06-07 * mono.spec.in: Remove. This is horribly out of date. A real specBen Maurer
file is generated in the release module. svn path=/trunk/mono/; revision=45544
2005-04-14Undocumented new targets 'compiler-tests-net_2_0' andRaja R Harinath
'bootstrap-world-net_2_0'. svn path=/trunk/mono/; revision=42982
2005-04-06OopsMiguel de Icaza
svn path=/trunk/mono/; revision=42593
2005-04-05Remove monod from the build, a new C# version is comingMiguel de Icaza
svn path=/trunk/mono/; revision=42547
2005-04-052005-04-04 Joerg Rosenkranz <joergr@voelcker.com>Joerg Rosenkranz
* monod.c: First commit: Daemon for running services built with System.ServiceProcess under Linux. svn path=/trunk/mono/; revision=42538
2005-02-04* runtime/Makefile.am (wrapper-config): Elevated from being a testRaja R Harinath
support file called $(tmpinst)/config. ($(tmpinst)/bin/mono): Simplify. (mcs-do-compiler-tests,mcs-compileall): Update. * runtime/mono-wrapper.in: Use wrapper-config. * Makefile.am (DIST_SUBDIRS): Sync with $(SUBDIRS). svn path=/trunk/mono/; revision=40110
2005-02-01* runtime/Makefile.am (mcs-compileall): Set MONO_PATH. RemoveRaja R Harinath
reference to #71963, since it's fixed, and it's breaking elsewhere. svn path=/trunk/mono/; revision=39911
2005-01-202005-01-20 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Makefile.am : removed nsys4cygwin.zip which has been 404 for a while. svn path=/trunk/mono/; revision=39224
2005-01-192005-01-19 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* Makefile.am (DIST_SUBDIRS): Distribute ikvm-native. svn path=/trunk/mono/; revision=39184
2005-01-132005-01-13 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in Makefile.am: Resurrect ikvm-jni. * ikvm-native: New directory which contains a copy of the 'native' module in IKVM cvs. svn path=/trunk/mono/; revision=38888
2005-01-04 * Makefile.am: Change build order so that support is built before runtime.Jonathan Pryor
This is primarily so that I don't have to wait N hours for mcs to finish building to find out if I broke the sparc build (again). svn path=/trunk/mono/; revision=38292
2005-01-022005-01-02 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in ikvm-jni Makefile.am: Remove ikvm-jni, since IKVM CVS now includes its own version. svn path=/trunk/mono/; revision=38226
2004-12-09* README: Update with details about the new build setup.Raja R Harinath
svn path=/trunk/mono/; revision=37483
2004-12-08* Makefile.am (get-monolite-latest): Update to new location ofRaja R Harinath
bootstrap files in the mcs/ tree. svn path=/trunk/mono/; revision=37378
2004-12-03* Makefile.am (dist-hook): Ensure we use the 'default' profile.Raja R Harinath
* mono/Makefile.am (HANDLES): New. Disable 'handles' dir on Win32. (SUBDIRS): Use it. Move 'cil' before 'metadata'. * runtime/Makefile.am (install-exec): Pass RUNTIME_HAS_CONSISTENT_GACDIR to the mcs/ build. svn path=/trunk/mono/; revision=36992
2004-11-26In .:Raja R Harinath
* configure.in (runtime/etc/mono/1.0/machine.config): Use custom command to create. (runtime/etc/mono/2.0/machine.config): Likewise. * Makefile.am (get-monolite-latest): Update to new style of handling the "basic" profile. In mono/mini: * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to pick up in-tree mscorlib.dll. In mono/tests: * Makefile.am: Ensure that in-tree mscorlib.dll is used for testing. svn path=/trunk/mono/; revision=36630
2004-11-24Actually commit changes to configure.in. Sorry, they got left out, somehow, ↵Raja R Harinath
last time. svn path=/trunk/mono/; revision=36451
2004-11-232004-11-23 Chris Toshok <toshok@ximian.com>Chris Toshok
* Makefile.am (bootstrap): echo -> @echo. svn path=/trunk/mono/; revision=36445
2004-11-23Quick fix to get the tree building again. The configure.in change isDick Porter
probably correct, the Makefile.am one isn't. Hari will have to fix this properly. svn path=/trunk/mono/; revision=36438
2004-11-23Simplify 'make all' build.Raja R Harinath
* configure.in (mono_build_root, mono_runtime, mono_cfg_dir): New AC_SUBSTed variables. (runtime/mono-wrapper): New generated file. (runtime/etc/mono/1.0/machine.config, runtime/etc/mono/2.0/machine.config): New symlinks. (AC_OUTPUT): Don't mention runtime/net_1_1 and runtime/net_2_0. * Makefile.am (SUBDIRS): Remove '.'. (tmpinst): Remove. (get-monolite-latest): Update. (populate-runtime-subdirs): Remove. (all-local, check-local): Move rules related to building in the mcs/ tree ... * runtime/Makefile.am: ... here. Completely re-write file. (install-exec-local): Transfer ownership of installing .exes and .dlls to the Makefiles in the mcs/ tree. (_tmpinst): Use tmpinst tree only during testing. (SUBDIRS): Remove. * runtime/mono-wrapper.in: New. Template for generated file. * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Remove. * mono/mini/Makefile.am (MCS,ILASM): Don't refer to runtime/ directory. Refer directly to the mcs/ tree. * mono/tests/Makefile.am (CSC,ILASM): Likewise. svn path=/trunk/mono/; revision=36432
2004-11-222004-11-22 Raja R Harinath <rharinath@novell.com>Raja R Harinath
* Makefile.am (bootstrap): Add a transitional target. svn path=/trunk/mono/; revision=36365
2004-11-192004-11-19 Raja R Harinath <rharinath@novell.com>Raja R Harinath
Integrate bootstrap build into 'make all'. Most of the bootstrap targets are gone. * Makefile.am (SUBDIRS): Build current directory before 'runtime'. (tmpinst): Change location. (all-local): New. Just invokes the build in mcs. (check-local): New. Invokes 'run-test-profiles' in mcs. (get-monolite-latest): Update. Move the unpacking code here, since 'monolite-bootstrap' is no more. (mcs-do-full-build): Don't set PATH. (tmpinst-dir-contents): Remove mcs. ($(tmpinst)/bin/mcs): Now used only during 'make check'. ($(tmpinst)/bin/mono): Don't set MONO_PATH. * README: Update to changes. svn path=/trunk/mono/; revision=36316
2004-11-08* configure.in (mcs_topdir, mcs_topdir_from_srcdir): New 'subst'edRaja R Harinath
variables. Used to support both an in-tree mcs/ and a sibling mcs/ directory. * Makefile.am (mcs_topdir): Remove. (dist-hook): Distribute mcs/ as a subdirectory. * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): Use mcs_topdir and mcs_topdir_from_srcdir. * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies) $(mdb_files)): Likewise. (all-local): Depend on $(mdb_files) too. * runtime/net_2_0/Makefile.am: Likewise. svn path=/trunk/mono/; revision=35821
2004-09-28($(tmpinst)/bin/pedump): New.Raja R Harinath
(mcs-do-run-test-profiles): Depend on it. svn path=/trunk/mono/; revision=34480
2004-09-27(mono-do-testjit): New target, unused for now. RunsRaja R Harinath
the mono testsuite in tests/. (tmpinst-dir): Create etc/mono/2.0. ($(tmpinst)/bin/ilasm, $(tmpinst)/etc/mono/2.0/machine.config): New. svn path=/trunk/mono/; revision=34427
2004-09-172004-09-17 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile.am (mcs-do-compiler-tests): Reverted Raja's latest change in this target. svn path=/trunk/mono/; revision=34015
2004-09-14* Makefile.am (mcs-do-full-build): Pass NO_SIGN_ASSEMBLIES=yes toRaja R Harinath
reduce the number of passes. We will get the assemblies signed in the 'populate-runtime-subdir' phase. (mcs-do-run-test-profiles): Rename from mcs-do-run-tests. Use 'test-profiles' to test all profiles. (mcs-do-compiler-tests): Use 'compiler-tests' target in mcs/. (bootstrap-check): Update. * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): Simplify. svn path=/trunk/mono/; revision=33859
2004-09-102004-09-10 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* Makefile.am (populate-runtime-subdir): Avoid -path argument to find since it is not supported on solaris. svn path=/trunk/mono/; revision=33712
2004-09-04Ooops.Martin Baulig
svn path=/trunk/mono/; revision=33311
2004-09-032004-09-03 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile.am (bootstrap-world): New target. svn path=/trunk/mono/; revision=33303
2004-08-26(mcs-do-run-test): Depend on '$(tmpinst)/bin/mbas'.Raja R Harinath
($(tmpinst)/bin/mbas): Create temporary wrapper file, so that the testcases pick the built 'mbas.exe'. svn path=/trunk/mono/; revision=32873
2004-07-302004-07-30 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile.am: The symbol writer is now called Mono.CompilerServices.SymbolWriter.dll. svn path=/trunk/mono/; revision=31684
2004-07-29* Makefile.am: Copy machine.config in the correct _tmpinst subdirectory.Lluis Sanchez
svn path=/trunk/mono/; revision=31598
2004-07-02(mcs-do-basic-build, mcs-do-short-build):Raja R Harinath
Pass NO_SIGN_ASSEMBLY=yes to sub-make. ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work. svn path=/trunk/mono/; revision=30642
2004-06-24* Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.Raja R Harinath
(tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat in W32. Use 'mono' and 'mcs' in W32 too. (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap. * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib. Fix for #60443, the GAC .DLL-Hell. svn path=/trunk/mono/; revision=30287
2004-06-22Fix for older automakeDick Porter
svn path=/trunk/mono/; revision=30115
2004-06-22(bootstrap) [PLATFORM_WIN32]: Make two-stage.Raja R Harinath
svn path=/trunk/mono/; revision=30102
2004-06-18Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* Makefile.am: process data before runtime, so the config file is installed and gacutil has a chance to work (finding symlink). svn path=/trunk/mono/; revision=29890
2004-06-16(populate-runtime-subdir): Rewrite sanity check.Raja R Harinath
svn path=/trunk/mono/; revision=29674
2004-06-16(MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE):Raja R Harinath
Avoid automake conditional/+= problems. svn path=/trunk/mono/; revision=29665
2004-06-16(bootstrap) [PLATFORM_WIN32]: Open code. Don'tRaja R Harinath
build and populate net_2_0 profile. (populate-runtime-subdir): Make into subroutine that takes list of profiles to populate. (faststrap): Update. svn path=/trunk/mono/; revision=29661
2004-06-16Include prototype completely-untested 'make bootstrap' support for W32.Raja R Harinath
* Makefile.am (bootstrap): Define to fasterstrap for W32. (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32. (tmpinst-dir): Change sub-make invoke to ... (tmpinst-dir-contents): ... this. Build 'mono.bat' in W32 instead of 'mono' and 'mcs'. ($(tmpinst)/bin/mono.bat): New. svn path=/trunk/mono/; revision=29659
2004-06-12(populate-runtime-subdir): Add _tmpinst directoryRaja R Harinath
to the PATH. svn path=/trunk/mono/; revision=29404