1. 02 Nov, 2013 3 commits
  2. 28 Oct, 2013 1 commit
    • Albert's avatar
      Another update for the build system · a338afc8
      Albert authored
      - .gitignore
      src/unistd.h is not on src directory anymore (windows version is on winbuild directory)
      
      - doxywizard.pro.in
      consistency 0bj -> ../../objects
      
      - Doxygen.sln
      build doxygen 64 bit debug too
      
      - Doxygen.vcproj
      Config was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxywizard.vcproj
      
      - Doxywizard.vcproj
      consistency in respect to directories
      $(QTDIR)/mkspecs/msvc2005 -> $(QTDIR)/mkspecs/msvc2008
      settings part was present for x64 but not for Win32 (x64 not necessary for doxywizard)
      Config_dw was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxygen.vcproj
      
      - Version.rules
      version.py does not need any arguments
      
      - doxyindexer.vcproj
      consistency in respect to directories
      
      - doxysearch.vcproj
      consistency in respect to directories
      a338afc8
  3. 26 Oct, 2013 2 commits
  4. 24 Oct, 2013 1 commit
  5. 21 Oct, 2013 5 commits
  6. 20 Oct, 2013 8 commits
    • Albert's avatar
    • Albert's avatar
      Build problem with unistd.h and Cygwin · 926a569e
      Albert authored
      The standard g++ compiler under windows (win32-g++) has unistd.gh file; Microsoft windows does not have it, therfore it is better to use the winbuild directory in case of windows adn no dependency otherwise
      926a569e
    • Dimitri van Heesch's avatar
      8c9e8297
    • Dimitri van Heesch's avatar
      Merge pull request #47 from albert-github/feature/build_language · 4447e7f3
      Dimitri van Heesch authored
      Patch regarding generating the rules file for the windows build regardin...
      4447e7f3
    • Dimitri van Heesch's avatar
      Merge pull request #46 from albert-github/feature/bug_647517 · f18d76b3
      Dimitri van Heesch authored
      bug_647517  - make install prepends a slash to the installation path
      f18d76b3
    • Albert's avatar
      Patch regarding generating the rules file for the windows build regarding... · 0be7e28b
      Albert authored
      Patch regarding generating the rules file for the windows build regarding languages, some inconsistencies in the (windows) build system, corrections to some spelling.
      
      - maintainers.txt
      Spelling correction
      
      - config.xml
      Added missing languages
      Extended some descriptions
      
      - htmlhelp.cpp
      Added missing languages
      Spelling corrections
      
      - language.cpp
      Corrected call in respect to Serbian-Cyrillic
      
      - translator_br.h
      Spelling correction
      
      - translator_fa.h
      Corrected (not used) define in respect to LeftToRight
      
      - translator_mk.h
      Spelling correction
      
      - translator_sc.h
      Corrected in respect to consistency for Serbian-Cyrillic
      
      - Doxygen.sln
      Added project dependency as otherwise there might be a problem with the generation of version.cpp
      
      - Doxygen.vcproj
      Added rules for selecting languages to be used during translation
      Corrected some incorrect references / directories
      Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds)
      Corrected name of genhead <-> gen_head (consistency with rules file)
      
      - Doxywizard.vcproj
      Corrected some incorrect references / directories
      Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds)
      Note place of resulting executable has hanged (more consistent now)
      
      - Settings.rules
      Corrected place where configure file can be found
      
      - Version.rules
      Corrected place where configure file can be found
      
      - doxyindexer.vcproj
      Corrected some incorrect references / directories
      Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds)
      
      - doxysearch.vcproj
      Corrected some incorrect references / directories
      Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds)
      
      - iconv.vcproj
      Corrected some incorrect references / directories
      Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds)
      
      - qtools.vcproj
      Corrected some incorrect references / directories
      Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds)
      
      - lang_cfg.py
      Script to generate the file lang_cfg.h based on the specified languages in the windows GUI or in the configure script.
      
      - languages.py
      Script to generate languages pane in the windows GUI
      This file has to be called outside visual studio as it generates the rules for the Languages pane in the GUI (command on src directory python languages.py > ..\winbuild\Languages.rules)
      
      - Languages.rules
      Result file from language.py (old file was completely wrong and not used)
      This file has to be generated outside visual studio as it contains the rules for the Languages pane in the GUI
      
      - configure
      Use lang_cfg.py script (consistency) instead of (internal) perl script.
      0be7e28b
    • Albert's avatar
      bug_647517 - make install prepends a slash to the installation path · a0eff71b
      Albert authored
      Removed superfluous /
      a0eff71b
    • Dimitri van Heesch's avatar
  7. 13 Oct, 2013 7 commits
  8. 12 Oct, 2013 8 commits
  9. 11 Oct, 2013 1 commit
  10. 07 Oct, 2013 1 commit
  11. 06 Oct, 2013 3 commits