summaryrefslogtreecommitdiffstats
path: root/Misc/developers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/developers.txt')
-rw-r--r--Misc/developers.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/developers.txt b/Misc/developers.txt
index f5b157c..8832463 100644
--- a/Misc/developers.txt
+++ b/Misc/developers.txt
@@ -17,6 +17,9 @@ the format to accommodate documentation needs as they arise.
Permissions History
-------------------
+- Hirokazu Yamamoto was given SVN access on August 12 2008 by MvL,
+ for contributions to the Windows build.
+
- Antoine Pitrou was given SVN access on July 16 2008, by recommendation
from GvR, for general contributions to Python.
> protected: std::string ConfigName; std::string WorkspacePath; unsigned int CpuCount; protected: std::string GetCodeLiteCompilerName(const cmMakefile* mf) const; std::string GetConfigurationName( const cmMakefile* mf ) const; std::string GetBuildCommand(const cmMakefile* mf) const; std::string GetCleanCommand(const cmMakefile* mf) const; std::string GetRebuildCommand(const cmMakefile* mf) const; std::string GetSingleFileBuildCommand(const cmMakefile* mf) const; public: cmExtraCodeLiteGenerator(); virtual std::string GetName() const { return cmExtraCodeLiteGenerator::GetActualName();} static std::string GetActualName() { return "CodeLite";} static cmExternalMakefileProjectGenerator* New() { return new cmExtraCodeLiteGenerator; } /** Get the documentation entry for this generator. */ virtual void GetDocumentation(cmDocumentationEntry& entry, const std::string& fullName) const; virtual void Generate(); void CreateProjectFile(const std::vector<cmLocalGenerator*>& lgs); void CreateNewProjectFile(const std::vector<cmLocalGenerator*>& lgs, const std::string& filename); }; #endif