An open API service indexing awesome lists of open source software.

https://github.com/marksatt/DistCode

A GUI & Xcode plugin for the distcc distributed compiler using dmucs for compile host management
https://github.com/marksatt/DistCode

Last synced: 5 months ago
JSON representation

A GUI & Xcode plugin for the distcc distributed compiler using dmucs for compile host management

Awesome Lists containing this project

README

        

DistCode - Distributed Compilation For Xcode
============================================

DistCode provides a GUI for managing distccd compilation hosts, with
the host management and distribution managed by dmucs. An Xcode compiler
plugin is provided to allow projects to compile across multiple machines using
distcc.

DMUCS – a Distributed Multi-User Compilation System
---------------------------------------------------

[http://dmucs.sourceforge.net](http://dmucs.sourceforge.net)

by Victor Norman

Additional changes have been made to integrate into Xcode 5+ as part of DistCode:
[https://github.com/marksatt/dmucs](https://github.com/marksatt/dmucs)

distcc -- a free distributed C/C++ compiler system
--------------------------------------------------

[http://code.google.com/p/distcc/](http://code.google.com/p/distcc/)

by Martin Pool

"pump" functionality added by Fergus Henderson, Nils Klarlund, Manos Renieris, and Craig Silverstein (Google Inc.)

Containing the Xcode integration code v. 2805 from Apple used in Xcode 3 and earlier.
The Apple code is found here: [http://www.opensource.apple.com/source/distcc/](http://www.opensource.apple.com/source/distcc/)
Or as a tarball here: [http://opensource.apple.com/tarballs/distcc/](http://opensource.apple.com/tarballs/distcc/)

Additional changes have been made to integrate into Xcode 5+ as part of DistCode:
[https://github.com/marksatt/distcc](https://github.com/marksatt/distcc)

VPN & Mac Client Icons
----------------------

Copyright (C) VisualPharm [http://www.visualpharm.com](http://www.visualpharm.com)

Creative Commons Attribution-NoDerivs 3.0 Unported
[http://creativecommons.org/licenses/by-nd/3.0/](http://creativecommons.org/licenses/by-nd/3.0/)

Sparkle
-------

[https://github.com/pornel/Sparkle](https://github.com/pornel/Sparkle)

Copyright (c) 2006 Andy Matuschak

OBMenuBarWindow
---------------

[https://github.com/obolton/OBMenuBarWindow](https://github.com/obolton/OBMenuBarWindow)

Copyright (c) 2013, Oliver Bolton [http://oliverbolton.com/](http://oliverbolton.com/)
All rights reserved.

DOTabbar
--------

[https://github.com/stel/DOTabbar](https://github.com/stel/DOTabbar)

Copyright (c) 2013 Dmitry Obukhov

Other Icons
-----------

The Oxygen Icon Theme
Copyright (C) 2007 Nuno Pinheiro
Copyright (C) 2007 David Vignoni
Copyright (C) 2007 David Miller
Copyright (C) 2007 Johann Ollivier Lapeyre
Copyright (C) 2007 Kenneth Wimer
Copyright (C) 2007 Riccardo Iaconelli

and others

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see .

Clarification:

The GNU Lesser General Public License or LGPL is written for
software libraries in the first place. We expressly want the LGPL to
be valid for this artwork library too.

KDE Oxygen theme icons is a special kind of software library, it is an
artwork library, it's elements can be used in a Graphical User Interface, or
GUI.

Source code, for this library means:
- where they exist, SVG;
- otherwise, if applicable, the multi-layered formats xcf or psd, or
otherwise png.

The LGPL in some sections obliges you to make the files carry
notices. With images this is in some cases impossible or hardly useful.

With this library a notice is placed at a prominent place in the directory
containing the elements. You may follow this practice.

The exception in section 5 of the GNU Lesser General Public License covers
the use of elements of this art library in a GUI.

kde-artists [at] kde.org

DistCode License
----------------

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .