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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-092007-11-09 Wade Berrier <wberrier@novell.com>Wade Berrier
* configure.in: define MONO_TOOSL in a mcs friendly way (svn revs) version bump -> 1.2.6 2007-11-09 Wade Berrier <wberrier@novell.com> * docbrowser/AssemblyInfo.cs.in: use TOOLS_VERSION because it is in an mcs friendly format (for svn revisions) svn path=/trunk/mono-tools/; revision=89329
2007-11-092007-11-08 Mike Kestner <mkestner@novell.com>Mike Kestner
* configure.in: configure checks for gtkhtml-sharp-3.14 with fallback to 2.0. 2007-11-08 Mike Kestner <mkestner@novell.com> * PrintManager.cs: extracted existing duplicated print code from the two renderers and put it here, along with a new Gtk.Print based implementation for gtkhtml-sharp 3.14 and beyond. * GeckoHtmlRender.cs: refactor to use PrintManager. * GtkHtmlHtmlRender.cs : ditto. * Makefile.am : add some gtkhtml library install magic. svn path=/trunk/mono-tools/; revision=89284
2007-04-20version bump -> 1.2.4mono-1-2-4hector/monodoc-editorWade Berrier
svn path=/trunk/mono-tools/; revision=75994
2007-01-312007-01-31 Mike Kestner <mkestner@novell.com>Mike Kestner
* configure.in: add ilcontrast tool. * Makefile.am: add ilcontrast tool. svn path=/trunk/mono-tools/; revision=72029
2007-01-25* configure.in: version bump -> 1.2.3mono-1-2-3Wade Berrier
svn path=/trunk/mono-tools/; revision=71697
2006-11-17version bump -> 1.2.1Wade Berrier
svn path=/trunk/mono-tools/; revision=68087
2006-10-25 * configure.in: Add create-native-map program.Jonathan Pryor
* Makefile.am: Build create-native-map. * create-native-map/Makefile.am, lib/Makefile.am: Added; build subdirectories. * create-native-map/bin/create-native-map: Script to startup `dirname`/../lib/create-native-map/create-native-map.exe. * create-native-map/bin/Makefile.am: Added; install $bindir/create-native-map. * create-native-map/lib/create-native-map/Makefile.am: Added; present to make sure $top_builddir/lib/create-native-map is created. * create-native-map/lib/pkgconfig/create-native-map.pc.in: Aded; pkgconfig file to copy an installed version of create-native-map.exe & MapAttribute.cs. * create-native-map/lib/pkgconfig/Makfile.am: Added; install the create-native-map.pc file. * create-native-map/man/create-native-map.1: Man page for create-native-map. * create-native-map/man/Makefile.am: Added; install the man page. * create-native-map/src/create-native-map.cs: - Moved from mcs/class/Mono.Posix/Mono.Unix.Native/make-map.cs - check for t.Namespace==null before looking using Configuration.NamespaceRenames (Dictionary`2 doesn't like null keys); - HeaderFileGenerator needs to know about member renames (so it uses the renamed member in conversion code); - Clean up enumeration generation for readablility. - Generate structure declarations for [Map]-decorated types and types used within a [DllImport]-marked method. - Warnings should be prefixed with "warning: ". - Don't generate function prototypes for already-generated functions (e.g. if we emit a prototype for Mono_Posix_ToFilePermissions, don't re-declare that function later because we found a DllImport for it). - Add new arguments: --autoconf-member, --exclude-native-symbol, --library, --rename-member, --rename-namespace. These are to: - Allow native structure members to only be accessed if an Autoconf macro is defined (--autoconf-member) - Modify the C "namespace" of types/functions (--rename-namespace) - Specify the DllImport library that prototypes should be generated for (--library) - Exclude symbols from the function declaration system (--exclude-native-symbol) - Member renaming (--rename-member). (Curse you glibc making st_atime a macro!) * create-native-map/src/Makefile.am: Added; build create-native-map.exe; test cases. * create-native-map/src/MapAttribute.cs: Added; the attribute that create-native-map looks for, and should be copied into projects using create-native-map. * create-native-map/src/TestMap.cs: Added; test case for create-native-map.exe * create-native-map/src/test.c.ref, src/test.cs.ref, src/test.h.ref, src/test.xml.ref: Added; expected create-native-map.exe output for TestMap.cs. * create-native-map/ChangeLog: Started. svn path=/trunk/mono-tools/; revision=66944
2006-10-04version bumpmono-1-1-17Wade Berrier
svn path=/trunk/mono-tools/; revision=66212
2006-01-21changed it to build against the 2.0 series gtk# and gecko#Rafael Ferreira
svn path=/trunk/mono-tools/; revision=55877
2005-12-15Bump versionWade Berrier
svn path=/trunk/mono-tools/; revision=54485
2005-11-28- generating monodoc.desktop via automake rather than autoconf inC.J. Adams-Collier
order to avoid substitution issues. credit to compnerd@compnerd.org svn path=/trunk/mono-tools/; revision=53532
2005-11-09UpdateMiguel de Icaza
svn path=/trunk/mono-tools/; revision=52741
2005-10-27In .:Ben Maurer
* configure.in (GTK_SHARP): simplify this check, since we are not doing the dual 2.0/1.0 thing. (MOZILLA_HOME): get the mozilla home dir from pkgconfig. (MONODOC): Require monodoc in configure.in 2005-10-27 Ben Maurer <bmaurer@ximian.com> In docbrowser: * Makefile.am (monodocdir): Don't use -pkg, but rely on the stuff from configure.in. * monodoc.in: Set LD_LIBRARY_PATH to include gecko, borrowed from Monodevelop. svn path=/trunk/mono-tools/; revision=52298
2005-10-27In .:Ben Maurer
2005-10-27 Ben Maurer <bmaurer@ximian.com> * configure.in: Make gtkhtml an optional dependency In docbrowser: 2005-10-27 Ben Maurer <bmaurer@ximian.com> This removes the dependency on gtkhtml. * Makefile.am: GtkHtml is put in its own assembly * GtkHtmlHtmlRender.cs: Don't use a private api, so that we can put this in another assembly * browser.cs: gtkhtml rendering is now loaded dynamically * GeckoHtmlRender.cs: Make printing optional svn path=/trunk/mono-tools/; revision=52292
2005-09-09Repair the build of the docbrowserMario Sopena Novales
svn path=/trunk/mono-tools/; revision=49806
2005-09-09Show version on About boxMiguel de Icaza
svn path=/trunk/mono-tools/; revision=49762
2005-09-08Make this pass distcheckmono-tools-1-1-9Miguel de Icaza
svn path=/trunk/mono-tools/; revision=49729
2005-07-31Make Gecko conditionalMario Sopena Novales
svn path=/trunk/mono-tools/; revision=47870
2005-07-15Resolved a problem checkinf the version of gecko-sharpMario Sopena Novales
svn path=/trunk/mono-tools/; revision=47335
2005-07-10Add initial Gecko support for renderingMario Sopena Novales
svn path=/trunk/mono-tools/; revision=47151
2005-06-13bumpmono-tools-1-0Ben Maurer
svn path=/trunk/mono-tools/; revision=45897
2005-06-092005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: added GNUNIT_VERSION. * gnunit/src/AssemblyInfo.cs.in: use GNUNIT_VERSION instead. svn path=/trunk/mono-tools/; revision=45678
2005-06-082005-06-08 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in: Use gtk-sharp 1.0. Ensures that people won't use new features. svn path=/trunk/mono-tools/; revision=45666
2005-05-26In .:Ben Maurer
2005-05-25 Ben Maurer <bmaurer@ximian.com> * configure.in: New .in files In docbrowser: 2005-05-25 Ben Maurer <bmaurer@ximian.com> * monodoc.desktop.in: Desktop file * monodoc.in: execution script. svn path=/trunk/mono-tools/; revision=45015
2005-05-18gnunit2 must be built with gmcs to use 2.0 librariesMiguel de Icaza
svn path=/trunk/mono-tools/; revision=44700
2005-05-10oopsBen Maurer
svn path=/trunk/mono-tools/; revision=44304
2005-05-09In .:Ben Maurer
2005-05-08 Ben Maurer <bmaurer@ximian.com> * configure.in: - Check for mono and put it in RUNTIME - Don't check for monoresgen, as we don't ship that any more the correct name is `resgen' In asn1view: 2005-05-08 Ben Maurer <bmaurer@ximian.com> * gtk/Makefile.am, gtk/script.in: use @RUNTIME@ rather than @bin_dir@/mono. This is a problem for people who have mono-tools and mono in a different prefix (say you install mono from rpm but want to hack on monodoc). In gnunit: 2005-05-08 Ben Maurer <bmaurer@ximian.com> * src/Makefile.am, script*.in: use @RUNTIME@ rather than @bin_dir@/mono. This is a problem for people who have mono-tools and mono in a different prefix (say you install mono from rpm but want to hack on monodoc). In docbrowser: 2005-05-08 Ben Maurer <bmaurer@ximian.com> * Makefile.am: use $(RUNTIME) rather than `mono' svn path=/trunk/mono-tools/; revision=44228
2005-05-082005-05-08 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* configure.in: Added lines to generate asn1view Makefiles; * LICENSE: Added license informations for asn1view tool(s); * Makefile.am: Added asn1view subdirectory; svn path=/trunk/mono-tools/; revision=44220
2005-05-01UpdateMiguel de Icaza
svn path=/trunk/mono-tools/; revision=43853
2005-04-232005-04-23 Mike Kestner <mkestner@novell.com>Mike Kestner
* gnunit : moved the nunit-gtk project here. * monodoc-browser : moved the gui browser here from monodoc. svn path=/trunk/mono-tools/; revision=43485
2003-10-12Update build system so that RPMs can be easily built.Jonathan Pryor
svn path=/trunk/mono-tools/; revision=18895
2003-09-29Give this a "normal" build system.Jonathan Pryor
Today, a build system. Tomorrow, RPMs! (Not strictly tomorrow.) svn path=/trunk/mono-tools/; revision=18369