Name | Modified | Size |
---|---|---|
.. | ||
common | ||
gui | ||
build.txt | 10 years ago | 3 KB |
LICENSE | 11 years ago | 1 KB |
README.md | 10 years ago | 529 B |
Change | User | Description | Committed |
---|---|---|---|
15679 | Ben_Key | Added code to CCmd_Info::OnOutputInfo to handle the new case "ServerID." It simply ignores... the case. « | 10 years ago |
15678 | Ben_Key |
Merging //guest/perforce_software/p4win/... to //guest/Ben_Key/p4win/trunk/... |
10 years ago |
14138 | Ben_Key | Updates to P4EnvVariables.props and the AdditionalIncludeDirectories and AdditionalLibrary...Directories settings. « | 10 years ago |
12167 | Ben_Key | Integrated changes from //guest/brkarpala/p4win. | 10 years ago |
12165 | Ben_Key | Disable warnings. | 10 years ago |
12164 | Ben_Key | Now that p4api supports Visual Studio 2013, update solution file to Visual Studio 2013. | 10 years ago |
9661 | Ben_Key | Bug fixes. * Added code to CCmd_Info::OnOutputInfo to handle the new cases "Peer address,..." "Server license-ip," and "Case Handling." * In all cases where the CFileDialog class the lpstrFileTitle member of the OPENFILENAME structure was set to NULL and there was even a comment that said "We don't need no stinking file title." The problem is that Microsoft disagrees. They are of the opinion that you do need one and they will in the MFC source code attempt to use wcsncpy_s to provide this data for you without first checking to see if it is NULL. If you foolishly set the variable to NULL, this will cause a crash. Sorry, but Microsoft wins this fight. This bug has been fixed. « |
11 years ago |
9652 | Ben_Key | Changes to the IntDir property. | 11 years ago |
9651 | Ben_Key | Initial port of P4Win to the x64 platform. | 11 years ago |
9650 | Ben_Key | Resolved a warning related to a potentially un-initialized variable. | 11 years ago |
9649 | Ben_Key | Numerous updates to the P4Win project files. * P4EnvVariables.props now sets SDKs, P4AP...I_DIR, OPENSSL_DIR variables to paths relative to the directory containing the P4EnvVariables.props file. * Removed the non-Unicode configurations. * They are compatible with the following versions of Visual Studio: 2010, 2012, and 2013. Note that since a Visual Studio 2013 compatible version of P4API is not yet available, P4Win will not build with Visual Studio 2013. * The common controls manifest is now added via project file settings instead of via P4win.rc. This is necessary because using the RC file causes errors in Visual Studio 2012 and Visual Studio 2013. * Modified the P4Win project so that it links with OpenSSL. This is necessary in order to fixed unresolved external symbol errors when linking. Apparently the latest version of the P4API libraries depend on OpenSSL. * Previously certain compiler options were pointlessly set for each CPP file in the P4Win project instead of simply being set at a project level basis. This makes changing compiler options for all files needlessly difficult. Now all compiler options are set project wide and not on a per file basis. * Added filters files. * Added x64 project configurations in preparation for porting P4Win to the x64 platform. « |
11 years ago |
9617 | Ben_Key |
Populate //guest/Ben_Key/p4win/trunk/... from //guest/perforce_software/p4win/.... |
11 years ago |