1. 20 Sep, 2012 1 commit
  2. 24 May, 2012 1 commit
  3. 17 May, 2012 1 commit
  4. 10 Apr, 2012 1 commit
    • Pieter Wuille's avatar
      Build identification strings · 8b1f2f2b
      Pieter Wuille authored
      All client version information is moved to version.cpp, which optionally
      (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated
      on supporting platforms via contrib/genbuild.sh, using git describe.
      
      The git export-subst attribute is used to put the commit id statically
      in version.cpp inside generated archives, and this value is used if no
      build.h is present.
      
      The gitian descriptors are modified to use git archive instead of a
      copy, to create the src/ directory in the output. This way,
      src/src/version.cpp will contain the static commit id. To prevent
      gitian builds from getting the "-dirty" marker in their git-describe
      generated identifiers, no touching of files or running sed on the
      makefile is performed anymore. This does not seem to influence
      determinism.
      8b1f2f2b
  5. 26 Sep, 2011 1 commit
  6. 19 Sep, 2011 1 commit
  7. 11 Sep, 2011 1 commit
    • p2k's avatar
      Some Mac OS X specific things · 97209a36
      p2k authored
      * Added application icon for Mac OS X * Added instructions for compiling
      under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
      97209a36
  8. 06 Sep, 2011 1 commit
  9. 28 Aug, 2011 1 commit
  10. 03 Jun, 2011 1 commit
  11. 12 May, 2011 1 commit
  12. 10 May, 2011 1 commit
  13. 08 May, 2011 1 commit
  14. 07 May, 2011 1 commit
  15. 23 Apr, 2011 1 commit
    • Jaromil's avatar
      directory re-organization (keeps the old build system) · 84c3fb07
      Jaromil authored
      there is no internal modification of any file in this commit
      
      files are moved into directories according to established standards in
      sourcecode distribution; these directories contain:
      
       src - Files that are used in constructing the executable binaries,
             but are not installed.
      
       doc - Files in HTML and text format that document usage, quirks of
             the implementation, and contributor checklists.
      
       locale - Files that contain human language translation of strings
                used in the program
      
       contrib - Files contributed from distributions or other third party
       	   implementing scripts and auxiliary programs
      84c3fb07
  16. 26 Feb, 2011 1 commit