Activity for ASCOM Platform - Now Moved to GitHub

  • Peter Simpson Peter Simpson committed [r2980]

    EarthRotationData - Further UI improvements.

  • Peter Simpson Peter Simpson committed [r2979]

    EarthRotationUpdate - Add new mode = On demand

  • Peter Simpson Peter Simpson committed [r2978]

    EarthRotationUpdate - Add manage schedule job to the code run when EarthRotationUpdate is run with the Initialise parameter

  • Peter Simpson Peter Simpson committed [r2977]

  • Peter Simpson Peter Simpson committed [r2976]

    EarthRotationParameters - Move scheduled task management to EarthRotationParameters.

  • Peter Simpson Peter Simpson committed [r2975]

    Focuser Simulator - Further attempt at fixing the exception on close issue.

  • Peter Simpson Peter Simpson committed [r2974]

    Focus Simulator - Fix issue with the driver attempting to use the TraceLogger after the form and trace logger have been disposed.

  • Peter Simpson Peter Simpson committed [r2973]

    SubVersion - Remove redundant IGNORE: statements

  • Peter Simpson Peter Simpson committed [r2972]

    NOVAS 3.1 - Refactor to address compiler warnings about security.

  • Peter Simpson Peter Simpson committed [r2971]

    Diagnostics - Up level the ASCOM.simulator.Focuser interface version check to V3 to match the new Focuser interface version.

  • Peter Simpson Peter Simpson committed [r2970]

    NOVAS31 - Added projects to the main Platform solution so that they don't need to be built separately

  • Peter Simpson Peter Simpson committed [r2969]

    NOVAS31 - Added projects to the main Platform solution so that they don't need to be built separately

  • Peter Simpson Peter Simpson committed [r2968]

    EarthRotationUpdate - Fix compilation errors

  • Peter Simpson Peter Simpson committed [r2967]

    SOFA - Make the leap second data in held in the ASCOM version of SOFA's iauDat routine the master within the entire Platform. There is now only one place where new leap seconds need to be added as they are announced.

  • Peter Simpson Peter Simpson committed [r2966]

    Help - Clarify help wording for IFocuserV3.Move.

  • Bob Denny Bob Denny committed [r2965]

    Apologies, this did not fix my mirror process. I think the problem is in the mirror. Comment removed restoring original file. NO LOGIC CHANGES.

  • Bob Denny Bob Denny committed [r2964]

    Change so can commit to maybe resolve E200014: Base checksum mismatch on svnsync

  • Peter Simpson Peter Simpson committed [r2963]

    IFocuserV3 - Implement a new version of the Focuser interface to accommodate the change in behaviour for the Move command that was agreed on AT in January 2018.

  • Peter Simpson Peter Simpson committed [r2962]

    EarthRotation Update - Improved internationalisation and fixes for working on 32bit OS.

  • Peter Simpson Peter Simpson committed [r2961]

    EarthRotationData Update - Further updates and fixes.

  • Peter Simpson Peter Simpson committed [r2960]

    EarthRotationUpdates - Changes for testing

  • Peter Simpson Peter Simpson committed [r2959]

    EarthRotationData - Further updates for testing.

  • Peter Simpson Peter Simpson committed [r2958]

    Video NativeHelpers - Change strcpy to secure equivalent strcpy_s to remove compiler security warnings

  • Peter Simpson Peter Simpson committed [r2957]

    Automatic Leap Seconds and Delta UT1 - Further updates.

  • Peter Simpson Peter Simpson committed [r2956]

    Driver Templates - Change the in-process C# driver template to have a fixed assmeblyversion number (6.4.0.0) rather than a continually incrementing one (6.4.*) which is leading to COM registration mayhem. This aligns it with all the other project types in C# and VB

  • Peter Simpson Peter Simpson committed [r2955]

    Telescope Simulator - Revise TrackingRates.Dispose so that calling it from one instance doesn't destroy the global object that is used by all instances of the TrackingRates class.

  • Peter Simpson Peter Simpson committed [r2954]

    NOVAS - Make PInvoke calls private

  • Peter Simpson Peter Simpson committed [r2953]

    Twilight - Correct spelling error throughout Platform - twighlight ==> twilight.

  • Peter Simpson Peter Simpson committed [r2952]

    Driver Templates - Change the Template Wizard assembly version to 6.0.0.0 and match this in the MyTemplate.vstemplate files. The 6.0.0.0 assembly version number should not be changed in future releases of Platform 6.

  • Peter Simpson Peter Simpson committed [r2951]

    SafetyMonitor Simulator - Remove System.NotImplementedException from the Dispose() method, it's not required.

  • Peter Simpson Peter Simpson committed [r2950]

    Automatic Leap Second and Delta UT1 update feature complete.

  • Peter Simpson Peter Simpson committed [r2949]

    FinaliseInstall - Suppress code analysis to avoid build error.

  • Peter Simpson Peter Simpson committed [r2948]

    Commit missing TaskScheduler NuGet package.

  • Peter Simpson Peter Simpson committed [r2947]

    Platform Solution - Remove the EarthRotationUpdate project from the MakeDynamicLists build configuration.

  • Peter Simpson Peter Simpson committed [r2946]

    Commit files missing from the repository.

  • Peter Simpson Peter Simpson committed [r2945]

    ASCOM.Astrometry - Moved EarthRotationParameters class into its own file. Further work on automated update.

  • Peter Simpson Peter Simpson committed [r2944]

    Project files - Fix small issues with the Debug build configurations so that I can set breakpoints in code running inside VS.

  • Peter Simpson Peter Simpson committed [r2943]

    Provide old Platform 5 Astrometry component with its own copy of DeltaTCalc so that the Platform 6 code can diverge and move forward.

  • Peter Simpson Peter Simpson committed [r2942]

    Transform - Revert incorrect changes to GetJDUTCSofa and GetJDTTSofa made in the previous commit.

  • Peter Simpson Peter Simpson committed [r2941]

    Platform Globalisation - Changes to all projects to enable ASCOM specific rule checking. At present the only ASCOM rules enabled are those that report globalisation issues.

  • Peter Simpson Peter Simpson committed [r2940]

    Safety Commit - Work in Progress...

  • Peter Simpson Peter Simpson committed [r2939]

    Profile Explorer - Remove unnecessary message box left over from development testing that appeared when deleting values.

  • Peter Simpson Peter Simpson committed [r2938]

    TraceLogger - Add LogFilePath property so that the base log directory for log files can be changed while retaining automatic day based sub directories and automatic time based filenames. Add IdentifierWidth property that allows the width of the Identifier field to be specified at run time to values other than the default 25 characters.

  • Peter Simpson Peter Simpson committed [r2937]

    RemoveASCOM - Add timeout on running uninstallers so that they will not lock up RemoveASCOM indefinitely.

  • Peter Simpson Peter Simpson committed [r2936]

    DriverAccess.Telescope - Fix typo - minimim should be minimum.

  • Peter Simpson Peter Simpson committed [r2935]

    ASCOM.Utilities - Fixes to make string comparisons locale insensitive. In the Platform some use is made of string matching which involves making strings upper case. It has recently been uncovered that the Latin letter "i" is turned into a "dotted i" when translated to upper case in the Turkish locale and this causes matches to fail when matching against a "dotless i". This is particularly the case with the file location descriptor format FILE:///C:\...

  • Peter Simpson Peter Simpson committed [r2934]

    Branch to test fixes for Turkish dotted i issue.

  • Bob Denny Bob Denny committed [r2933]

    ascom-standards.org Changes and additions to partners and switch drivers

  • Bob Denny Bob Denny committed [r2932]

    Deleted test file to see if the cron job on svn.dc3.com successfully mirrors this change overnight.

  • Bob Denny Bob Denny committed [r2931]

    Testing the SVN mirror with a test file addition. No effect on the Platform at all.

  • Bob Denny Bob Denny committed [r2930]

    ascom-standards.org Update so show KB number that seems to correct DCOM issue

  • Peter Simpson Peter Simpson committed [r2929]

    Diagnostics - Remove false error reports in HA/RA/Dec/Az/El tests that occurred if these values happened to be close to zero.Mark all methods as private. Add tests to ensure that debug test flags are switched off in production builds.

  • Peter Simpson Peter Simpson committed [r2928]

    Show Platform Version - Fix bug where "Unknown" was returned for the build number.

  • Peter Simpson Peter Simpson committed [r2927]

    Platform and Build infrastructure - Further changes to simplify the build. CLSCompliant.cs and CLSCompliant.vb links removed in favour of specific entries in each project.

  • Peter Simpson Peter Simpson committed [r2926]

    Version Numbering - Several components have been up-levelled to version 6.4 and will now incorporate Platform build file version numbers.

  • Peter Simpson Peter Simpson committed [r2925]

    Help - Change version from 6.3 SP1 to 6.4 because we no longer need 6.3.SP1 because MS have fixed the DCOM issued introduced in their security updates.

  • Peter Simpson Peter Simpson committed [r2924]

    Build Process - Revised build script to copy the IA ASCOM customised shared strings to the IA program directory. Not clever but its the way that IA expects things to work unfortunately.

  • Peter Simpson Peter Simpson committed [r2923]

    Installers - Commit the Translated InstallAware Shared Strings so that they can be copied into the C:\Program Files (x86)\InstallAware X6 Creators Update\trans folder on the build machine

  • Peter Simpson Peter Simpson committed [r2922]

    Platform Installer - Commit missing shared translation strings file.

  • Peter Simpson Peter Simpson committed [r2921]

    Platform Installer - Replace InstallAware messaging with ASCOM messaging through the translation tool

  • Peter Simpson Peter Simpson committed [r2920]

    SOFA - Remove old historic source code that was no longer in use. Refactor the SOFA library and test projects so that they are easier to maintain. Integrate the two SOFA projects into the main Platform solution. Add version information to the SOFA DLL and test application executables.

  • Peter Simpson Peter Simpson committed [r2919]

    Developer Installer - Change progress bar style to Marquee

  • Bob Denny Bob Denny committed [r2918]

    ascom-standards.org - Update on MS update problem (home page)

  • Peter Simpson Peter Simpson committed [r2917]

    Developer Installer - Remove need to use InstallAware hack.

  • Peter Simpson Peter Simpson committed [r2916]

    Platform Installer - Use new feature of InstallAware X6 to remove need for the InstallAware Hack project. This is now excluded from the build process. Shortcuts are now created in native mode after the main MSI has run.

  • Peter Simpson Peter Simpson committed [r2915]

    IFocuser - Revise IFocuser.Move documentation to reflect the January 2018 ASCOM-Talk discussion majority view that no exception should be thrown if the focuser can move safely while temperature compensation is active.

  • Peter Simpson Peter Simpson committed [r2914]

    Diagnostics - Add option setting to automatically open the diagnostic log. Routine that undertakes the diagnostic run renamed to more the descriptive "RunDiagnostics". Some controls renames to more descriptive names. Diagnostics can now be run by pressing the F5 key as well as by pushing the Run Diagnostics button. Added further tests for permitted and invalid get/set method combinations e.g. set as a double object and read back as an integer object or set as a double value and read back as a...

  • Peter Simpson Peter Simpson committed [r2913]

    Cache - Add testing of method parameters to ensure correct operation and flag invalid values supplied by the calling application. Correct the name of the MaximumCallFrequency parameter. Add MaximumCallFrequency parameter to Set methods.

  • Peter Simpson Peter Simpson committed [r2912]

    NOVAS - Add project files that were created by VS2017 and have different names to those generated by VS2010, the previous compiler. Remove old versions of these files that are no longer in use and some other redundant files.

  • Peter Simpson Peter Simpson committed [r2911]

    Platform Build - Remove unnecessary FixDCOM and Cache components from DynamicLists build configuration.

  • Peter Simpson Peter Simpson committed [r2910]

    ASCOM Cache - Add "using" statement to fix build issue.

  • Peter Simpson Peter Simpson committed [r2909]

    FixDCOM - Fix build machine issue caused by not using a project reference.

  • Peter Simpson Peter Simpson committed [r2908]

    ASCOM Cache - Initial commit

  • Peter Simpson Peter Simpson committed [r2907]

    FixDCOM - Commit new tool that sets the DCOM security call level from 1 to 3 throughout an already installed Platform. This tool works round an issue created by the Microsoft Spectre / Meltdown security patch in January 2018.

  • Bob Denny Bob Denny committed [r2906]

    ascom-standards.org - Include KB for Windows 8.1 in Alert

  • Peter Simpson Peter Simpson committed [r2905]

    Platform Help - Remove some build warnings.

  • Peter Simpson Peter Simpson committed [r2904]

    SOFA - Mark two internal methods as private that had incorrectly been marked as public.

  • Peter Simpson Peter Simpson committed [r2903]

    Diagnostics - Revise Platform version tests to accommodate new Platform level 6.4

  • Peter Simpson Peter Simpson committed [r2902]

    Platform - Update version 6.3 version numbers to 6.4.

  • Peter Simpson Peter Simpson committed [r2901]

    Clean Up - Remove a number of redundant files from the Platform's top level directory.

  • Peter Simpson Peter Simpson committed [r2900]

    Platform Installer - Up level Platform version to 6.4 to distinguish from 6.3 SP1, which is the MS Spectre security issue fix branch.

  • Peter Simpson Peter Simpson committed [r2899]

    Platform Solution - Rename to remove VS2010 reference since we are now using VS2017.

  • Peter Simpson Peter Simpson committed [r2898]

    Developer Installer - Another attempt at fixing the selection of driver templates for VS2017

  • Peter Simpson Peter Simpson committed [r2897]

    Developer Installer - Added logging to see why VS driver templates are not being automatically selected.

  • Peter Simpson Peter Simpson committed [r2896]

    Merged revision(s) 2895 from trunk: Help - Add the DCOM security changes required to work with Microsoft's Spectre and Meltdown security update.

  • Peter Simpson Peter Simpson committed [r2895]

    Help - Add the DCOM security changes required to work with Microsoft's Spectre and Meltdown security update.

  • Peter Simpson Peter Simpson committed [r2894]

    Installers - Change text and version numbering to reflect version 6.3 SP1

  • Peter Simpson Peter Simpson committed [r2893]

    Merged revision(s) 2892 from trunk:

  • Peter Simpson Peter Simpson committed [r2892]

    Help - Update with Platform 6.3 SP1 content

  • Bob Denny Bob Denny committed [r2891]

    ascom-standards.org Info on MS KB4057892

  • Peter Simpson Peter Simpson committed [r2890]

    Developer Installer - Initialise VSI and VSIX variables to fix build issue.

  • Peter Simpson Peter Simpson committed [r2889]

    Platform Version - Update to 6.3.1

  • Peter Simpson Peter Simpson committed [r2888]

    Developer Help - Add extra information on the relationship between DeltaT and DeltaUT.

  • Peter Simpson Peter Simpson committed [r2887]

    Developer Installer - Fix issue that prevented a VS2017 installation from being detected.

  • Peter Simpson Peter Simpson committed [r2886]

    Merging changes from trunk commit 2885

  • Peter Simpson Peter Simpson committed [r2885]

    Observing Conditions Hub - Fix DriverVersion to return a value obtained from the assembly itself rather than a hard coded value.

  • Peter Simpson Peter Simpson committed [r2884]

    Merged changes from commit trunk 2883

  • Peter Simpson Peter Simpson committed [r2883]

    VS Project Reorganise folders - Move Profile Explorer to its own top level folder and move MigrateProfile project to Installers folder

  • Peter Simpson Peter Simpson committed [r2882]

    Commit changes from trunk 2881: Assembly Versions - Update some 6.2 assembly versions to 6.3 for consistency with other assembly versions already updated to 6.3.

  • Peter Simpson Peter Simpson committed [r2881]

    Assembly Versions - Update some 6.2 assembly versions to 6.3 for consistency with other assembly versions already updated to 6.3.

1 >