Git Product home page Git Product logo

zhenhuihe / winmerge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from winmerge/winmerge

0.0 0.0 0.0 428.12 MB

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.

Home Page: https://winmerge.org/

License: GNU General Public License v2.0

C++ 88.67% C 9.47% Shell 0.02% Visual Basic 0.40% HTML 0.07% Makefile 0.11% Objective-C 0.07% CMake 0.03% Perl 0.05% Inno Setup 0.78% Pascal 0.03% Ruby 0.01% Verilog 0.01% Python 0.12% Batchfile 0.14% DIGITAL Command Language 0.04% Clarion 0.01% VHDL 0.01%

winmerge's Introduction

WinMerge Source Code

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.

Requirements

Visual Studio 2017

  • Community, Professional or Enterprise Edition
  • VC++ 2017 v141 toolset
  • Windows XP support for C++
  • MFC and ATL support
  • Windows 10 SDK

Visual Studio 2019

  • Community, Professional or Enterprise Edition
  • MSVC v142 Buildtools
  • C++ MFC for v142 Buildtools
  • Windows 10 SDK

Folder Structure

Source code for the WinMerge program, its plugins, filters, setup program, and various utilities are all kept in various subfolders listed below.

Changelog file is in Docs/Users/ChangeLog.txt and it logs user-visible or otherwise significant changes.

Subfolders include:

  • Docs
    Both user and developer documentation, in different subfolders. Can be browsed by opening index.html in Docs folder.

  • Src
    Source code to the WinMerge program itself.

  • Plugins
    Source code and binaries for WinMerge runtime plugin dlls & scripts

  • Filters
    WinMerge file filters which are shipped with the distribution.

  • ArchiveSupport
    Source code for the Merge7z dlls, which connect WinMerge with 7-Zip Also this folder is required to compile WinMergeU.exe. There is also standalone installer for Merge7z dlls.

  • Externals
    This folder contains several libraries whose sources come from outside WinMerge project. They are stored here for convenience for building and possible needed small changes for WinMerge. Libraries include XML parser and regular expression parser.

  • Installer
    Installer for WinMerge.

  • Tools
    Various utilities used by WinMerge developers; see readme files in each.

  • ShellExtension
    Windows Shell (Explorer) integration. Adds menuitems to Explorer context menu for comparing files and folders.

  • Testing
    A suite of test diff files and a script to run them and report the results. This folder also has Google Test subfolder containing unit tests made with Google Test Framework.

  • Build
    This folder gets created by compiler when WinMerge is compiled. It contains compiled executables, libraries, user manual etc.

  • BuildTmp
    This folder gets created by compiler when WinMerge is compiled. It contains temporary files created during the compilation and can be safely removed.

winmerge's People

Contributors

bovirus avatar christianlist avatar datadiode avatar domenec-cat avatar ex avatar gandf avatar gerundt avatar greymerlin avatar grimmdp avatar kimmov avatar kirozen avatar lippe35 avatar luigi-c avatar mlocati avatar nekokoneko avatar nv-h avatar pgert avatar rukoto avatar sdottaka avatar serhiov avatar sheppaul avatar tichij avatar timon34 avatar vladi69 avatar vlakoff avatar yankonik avatar ylin77 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.