lp://staging/~jorge/monodevelop/trunk
- Get this branch:
- bzr branch lp://staging/~jorge/monodevelop/trunk
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/mono/monodevelop.
Last successful import was .
Whiteboard
contains submodules; requires nested tree support in bzr
Recent revisions
- 19004. By Alan
-
[MacDev] Add some better handling for PListScheme.
AvailableValues returning null If there are no available keys, don't try to populate the list.
- 19003. By Alan
-
[MacDev] Add a null check that accidentally went missing
Added a test covering this case aswell.
- 19002. By Alan
-
[MacDev] The 'Add new item' node should not have an editable Value column
This will never contain a PObject, so it makes no sense to set the type
in the Type column. - 19000. By Duncan Mak <email address hidden>
-
Bump md-addins again to try to get MSHTML referenced properly
- 18997. By Alan
-
Revert "[Build] Change the build system to use xbuild instead of makefiles"
This reverts commit 6535b911aa4b81c
8fab4b22a6822fa 9778f723cf. - 18995. By Alan
-
[Build] Change the build system to use xbuild instead of makefiles
The actual compilation process now happens with xbuild. The root makefile
just issues an "xbuild Main.sln" call. If you type 'make' in a subdirectory
you will issue an 'xbuild foo.csproj' for that dir and every subdir. This is
slightly slower than building Main.sln directly if many subdirs are being built.'make dist' is now implemented with a call to 'git archive' which means our tarball
really does contain everything we need to build monodevelop (yay!).Makefile integration is now disabled (it's unnecessary).
We now put test assemblies in build/test too to avoid polluting build/bin and build/Addins
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)