Activity for syncProj

  • Tarmik Tarmik committed [r159]

    Tune: Add vs2017 testing support (cc: 84.16%)

  • Tarmik Tarmik committed [r158]

    Bugfix: Compiling C# script to .dll is dependent on Last write time of syncProj.exe

  • G.W. van der Vegt G.W. van der Vegt posted a comment on ticket #1

    Thx a lot!

  • Tarmik Tarmik modified ticket #1

    License?

  • Tarmik Tarmik committed [r157]

    Tune: Fix license year to 2018.

  • Tarmik Tarmik posted a comment on ticket #1

    Fixed - now license text should be available. See https://sourceforge.net/p/syncproj/code/HEAD/tree/license.txt It's simplified MIT license, let me know if something is missing in there.

  • Tarmik Tarmik committed [r156]

    Tune: Add license.txt for syncProj licensing.

  • G.W. van der Vegt G.W. van der Vegt created ticket #1

    License?

  • Tarmik Tarmik committed [r155]

    Feature: Android - add support for RunTimeTypeInformation, CLanguageStandard, CppLanguageStandard to be able to configure 'Language' specific features. (cc: 83.81%)

  • Tarmik Tarmik committed [r154]

    Bugfix: When syncProj.exe gets recompiled, recompile C# scripts as well. (cc: 83.70%)

  • Tarmik Tarmik committed [r153]

    Feature: Add 'EnableMultiProcessorBuild' support for Android. (cc: 83.69%)

  • Tarmik Tarmik committed [r152]

    Feature: CCpp_CodeGeneration_EnableCppExceptions - make function fully compliant with Android platform (cc: 83.66%)

  • Tarmik Tarmik committed [r151]

    Feature: Add support for new function 'EnableMultiProcessBuild' (cc: 83.61%)

  • Tarmik Tarmik committed [r150]

    Bugfix: When created via new from C# script, current working folder cannot be determined. (cc: 83.54%)

  • Tarmik Tarmik committed [r149]

    Tune: On Finnish Windows exceptions were in Finnish, make them English again. (cc: 83.32%)

  • Tarmik Tarmik committed [r148]

    Bugfix: Adding files 'Memory.cpp' and 'dir/memory.cpp' resulted in same object file generated, and further conflicts because of this.

  • Tarmik Tarmik committed [r147]

    Add sample reference project for Android Gradle packaging project

  • Tarmik Tarmik committed [r146]

    Feature: Add support for creating gradle package (ant package as well in theory, but not tested), reverse engineering project is not supported yet

  • Tarmik Tarmik committed [r145]

    Add some script samples.

  • Tarmik Tarmik committed [r144]

    Android: Feature: Allow to specify language("C/C++") per file basis. (cc: 81.88 %)

  • Tarmik Tarmik committed [r143]

    Feature: Linker_Advanced_Profile(true); activates application instrumentation for profiling (cc: 81.76%)

  • Tarmik Tarmik committed [r142]

    Feature: Add new function Linker_General_EnableIncrementalLinking (cc: 81.67%)

  • Tarmik Tarmik committed [r141]

    Feature: Add support for CCpp_CodeGeneration_EnableCppExceptions (cc: 81.64%)

  • Tarmik Tarmik committed [r140]

    Tune: Autogenerated files, no need to include into svn.

  • Tarmik Tarmik committed [r139]

    Feature: Add support for function CCpp_CodeGeneration_BasicRuntimeChecks (cc: 81.59%)

  • Tarmik Tarmik committed [r138]

    Bugfix: Using two project() function calls in a row disturbed test suite (test results were lost). (cc: 81,52%)

  • Tarmik Tarmik committed [r137]

    Feature: Add support for .cc-files to be compiled as C/C++ code (cc: 81.49%)

  • Tarmik Tarmik committed [r136]

    Feature: Add support for //css_ref <dll to reference> (cc: 81.49%)

  • Tarmik Tarmik committed [r135]

    Bugfix: (Improvement) When invoking c# script, set to current folder, so Directory.GetFiles can be used more easily (cc: 81.40%)

  • Tarmik Tarmik committed [r134]

    Bugfix: location() was not working correctly when //css_include was used on sub-folder (cc: 81.40%)

  • Tarmik Tarmik committed [r133]

    Bugfix: (Improvement) Allow to use forward slash when using css_include("subfolder/file.cs")

  • Tarmik Tarmik committed [r132]

    Bugfix: vs2010, vs2012 compatibility with <DebugInformationFormat>None - produce no xml tag (introduced in newer visual studio's). (cc: 81.39%)

  • Tarmik Tarmik committed [r131]

    Feature: Add CCpp_CodeGeneration_RuntimeLibrary function for being able to change run-time library (cc: 81.37%)

  • Tarmik Tarmik committed [r130]

    Bugfix: XmlSerializer was causing field reorder by itself, causing weird fails to appear

  • Tarmik Tarmik committed [r129]

    Bugfix: Exceptions when loading odd .vcxproj files generated by GYP. (cc: 81,13%)

  • Tarmik Tarmik committed [r128]

    Bugfix: syncProj executed with relative path script gives an error. (cc: 80.16%)

  • Tarmik Tarmik committed [r127]

    Feature: Add thumbmode to select thumb or ARM processor mode (cc: 80.15%)

  • Tarmik Tarmik committed [r126]

    Feature: Add support for being able to generate multiple solutions using one script (cc: 77.51%)

  • Tarmik Tarmik committed [r125]

    Feature: Allow access to syncProj model, getCurrentProjectFiles to get files listing from project, selectConfigurations to select specific file configurations (cc: 77,37%)

  • Tarmik Tarmik committed [r124]

    Bugfix: Some new FileConfigurationInfo was instantiated with incorrect optimization.

  • Tarmik Tarmik committed [r123]

    Tune: Spell check

  • Tarmik Tarmik committed [r122]

    Feature: Add support for 'removefiles' (similar to premake5), to be able to remove file from project or disable it from building in particular configuration (cc: 76,93%)

  • Tarmik Tarmik committed [r121]

    Feature: filter("files:*.cpp") can provide now also glob file pattern matching to match multiple files (cc: 76.81%)

  • Tarmik Tarmik committed [r120]

    Feature: Allow to specify optimize per file level (cc: 76.57%)

  • Tarmik Tarmik committed [r119]

    Feature: Allow to specify "Default" language via language() call, so programming language can be autodetected. (cc: 76,42%)

  • Tarmik Tarmik committed [r118]

    Bugfix: Add locking mechanism against simultaneous another process access to same file in cache (Happens when multiple syncProj tools are executed at same time, causign one instance to fail)

  • Tarmik Tarmik committed [r117]

    Tune: Add support for parsing project with characterset == NotSet. Also allow to specify that value from configuration.

  • Tarmik Tarmik committed [r116]

    Bugfix: Guard against vs2008 project versions.

  • Tarmik Tarmik committed [r115]

    Tune: cmake generated projects support.

  • Tarmik Tarmik committed [r114]

    Bugfix: Parse also Visual Studio express produced .sln files.

  • Tarmik Tarmik committed [r113]

    Bugfix: remove upper folder references (..\), so generated project can be detected correctly.

  • Tarmik Tarmik committed [r112]

    Bugfix: Guard against multiexecution of syncProj.exe

  • Tarmik Tarmik committed [r111]

    Feature: Better detection if .cs scripts has changed and recompile is required - use mix of all .cs file dates, instead of newest file (so svn revert will also trigger recompile). (cc: 75.64%)

  • Tarmik Tarmik committed [r110]

    Tune: Change "css_import" to "css_include", recommended by Oleg Shilo, css_import performs C# script pre-processing (and disables Main), css_import does not.

  • Tarmik Tarmik committed [r109]

    Tune: Improve group & files special character handling - no special characters (\x00 - \x0D) are allowed (cc: 73.13%)

  • Tarmik Tarmik committed [r108]

    Tune: Remove ffmpeg hardcoding.

  • Tarmik Tarmik committed [r107]

    Tune: Add files missing in previous commit.

  • Tarmik Tarmik committed [r106]

    Feature: Add support for disablewarnings (cc: 74.08%)

  • Tarmik Tarmik committed [r105]

    Bugfix: When launched from C# script working path was incorrect - fix issue

  • Tarmik Tarmik committed [r104]

    Feature: Add support for flags("excludedfrombuild");

  • Tarmik Tarmik committed [r103]

    Tune: Just update so would not try to include into commit every time.

  • Tarmik Tarmik committed [r102]

    Tune: More coverage (cc: 72,40%)

  • Tarmik Tarmik committed [r101]

    Bugfix: Custom build rule only for specific configuration was causing exception (cc: 72,24%)

  • Tarmik Tarmik committed [r100]

    Bugfix: prebuildcommand, postbuildcommands, prelinkcommands appends new steps, not owerrites existing (cc: 72.2%)

  • Tarmik Tarmik committed [r99]

    Bugfix: Don't allow m_currentlyExecutingScriptPath to be empty.

  • Tarmik Tarmik committed [r98]

    Bugfix: Allow for location() to specify sub-folders for generated projects (Cover by testing)

  • Tarmik Tarmik committed [r97]

    Tune: Set default Visual studio version to 2015. (vsver does not needs to be called by default)

  • Tarmik Tarmik committed [r96]

    Bugfix: css_import was reporting incorrect file, if imported file was containing error.

  • Tarmik Tarmik committed [r95]

    Feature: When adding files( "test.def" ) - set file as ModuleDefinitionFile.

  • Tarmik Tarmik committed [r94]

    Tune: Add linefeed for error reporting in filter miss situation

  • Tarmik Tarmik committed [r93]

    Bugfix: When matching *.h matches .h files, but not ".h.in" and other files

  • Tarmik Tarmik committed [r92]

    Tune: Add charset testing

  • Tarmik Tarmik committed [r91]

    Bugfix: Improve path tracking, invokeScript use...

  • Tarmik Tarmik committed [r90]

    Tune: Enable auto-backup of new project (for tr...

  • Tarmik Tarmik committed [r89]

    Bugfix: Script location were incorrect in sever...

  • Tarmik Tarmik committed [r88]

    Add TestProject extra test case

  • Tarmik Tarmik committed [r87]

    Tune: CsToProjects - move under sub-folder just...

  • Tarmik Tarmik committed [r86]

    Tune: Remove unused variable

  • Tarmik Tarmik committed [r85]

    Feature: Add support for generating / parsing p...

  • Tarmik Tarmik committed [r84]

    Bugfix: CsToProjects test case did not contain ...

  • Tarmik Tarmik committed [r83]

    Bugfix: Incorrect line location reported

  • Tarmik Tarmik committed [r82]

    Tune: Allow to throw exceptions from Test Explo...

  • Tarmik Tarmik committed [r81]

    Tune: Make project unit testable command line u...

  • Tarmik Tarmik committed [r80]

    Tune: More comments.

  • Tarmik Tarmik committed [r79]

    Feature: Move all generated .dll's & .pdb's int...

  • Tarmik Tarmik committed [r78]

    Tune: Enable by default "Inherit from parent or...

  • Tarmik Tarmik committed [r77]

    Bugfix: Solution / Utility project should not b...

  • Tarmik Tarmik committed [r76]

    Bugfix: Don't allow function call order misuse ...

  • Tarmik Tarmik committed [r75]

    Feature: Add support for 'references' function ...

  • Tarmik Tarmik committed [r74]

    Bugfix: Solution were not including MinimumVisu...

  • Tarmik Tarmik committed [r73]

    Bugfix: group() followed by project() call resu...

  • Tarmik Tarmik committed [r72]

    Bugfix: Improve error handling for toolset (Inv...

  • Tarmik Tarmik committed [r71]

    Feature: Added setLocationFromScriptPath functi...

  • Tarmik Tarmik committed [r70]

    Feature: projectScript & solutionScript will sc...

  • Tarmik Tarmik committed [r69]

    Bugfix: When compiling .cs to .dll - check also...

  • Tarmik Tarmik committed [r68]

    Feature: Add support for //css_import - to be a...

  • Tarmik Tarmik committed [r67]

    Tune: filter - more descriptive error message.

  • Tarmik Tarmik committed [r66]

    Tune: Better error description when configurati...

  • Tarmik Tarmik committed [r65]

    Tune: Stack trace - make it fully double clicka...

  • Tarmik Tarmik committed [r64]

    Usability: If .sln is used only from command li...

1 >
MongoDB Logo MongoDB