Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoin/bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OperatorOverload/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 42 files changed
  • 1 contributor

Commits on Dec 4, 2013

  1. add projects and solutions files

    ClaireDuSoleil committed Dec 4, 2013
    Configuration menu
    Copy the full SHA
    f968318 View commit details
    Browse the repository at this point in the history
  2. changes to get command line tool to compile and run in VS2012--qt app…

    … not even close to working yet
    ClaireDuSoleil committed Dec 4, 2013
    Configuration menu
    Copy the full SHA
    4909541 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2013

  1. more updates to project files

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    104d17e View commit details
    Browse the repository at this point in the history
  2. remove old qt project

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    4cdad7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6acb6d8 View commit details
    Browse the repository at this point in the history
  4. more project file updates

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    1ddcd3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b6a362 View commit details
    Browse the repository at this point in the history
  6. more project setup stuff and also moved qobjects out of cpp into .h t…

    …o ease the creation of the MSVC QT projects.
    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    29e0586 View commit details
    Browse the repository at this point in the history
  7. change datastream constructor so MSVC runtime doesn't assert and cras…

    …h in debug mode
    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    4314774 View commit details
    Browse the repository at this point in the history
  8. fix qt gui for QT5

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    b44fe94 View commit details
    Browse the repository at this point in the history
  9. update project options

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    ae8ecd7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    004841d View commit details
    Browse the repository at this point in the history
  11. fix custom build rules for QT translations

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    1bd9a63 View commit details
    Browse the repository at this point in the history
  12. update instructions on how to set up build env

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    a83b679 View commit details
    Browse the repository at this point in the history
  13. another build instruction update

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    8e529d2 View commit details
    Browse the repository at this point in the history
  14. rename VS2012 solution

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    d5b915f View commit details
    Browse the repository at this point in the history
  15. C99 printf changes for MSVC

    ClaireDuSoleil committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    112b30c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2013

  1. fix custom build rule for proto file

    ClaireDuSoleil committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    8a11f20 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2013

  1. bitdb needs to be closed before the automatic cleanup or else the cod…

    …ecvt of the path string (boost stuff) may have been deallocated causing aborts in MSVC
    ClaireDuSoleil committed Dec 8, 2013
    Configuration menu
    Copy the full SHA
    9987452 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Configuration menu
    Copy the full SHA
    41294b8 View commit details
    Browse the repository at this point in the history
Loading