-
Notifications
You must be signed in to change notification settings - Fork 3
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: lunasoft/sw-sdk-visual-delphi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lunasoft/sw-sdk-visual-delphi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/ss879
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 39 files changed
- 2 contributors
Commits on Oct 25, 2025
-
Removed unnecessary units from the uses clauses, and moved what was p…
…ossible to the uses inside the implementation section This to avoid issues when generating C++Builder compatible code, as the extra includes generate compiling problems with big projects
Configuration menu - View commit details
-
Copy full SHA for 525cecd - Browse repository at this point
Copy the full SHA 525cecdView commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 00939f5 - Browse repository at this point
Copy the full SHA 00939f5View commit details -
Added an internal field to store the original JSON string
This is used instead of the conversion from objecto->json when using the method ToJsonString. There is an important issue with this class: the uuid field on the cancellation response is not being correctly parsed, because the field is a dynamic value (the UUID) so the RTTI can't map it to the object. Adding the original JSON string allows the user of this class to parse the JSON directly and extract those values if needed.
Configuration menu - View commit details
-
Copy full SHA for a867772 - Browse repository at this point
Copy the full SHA a867772View commit details -
Removed the storing of the CFDI into a "temporary" file
Storing the CFDI XML into a file on the current directory is not adequate in a lot of cases: if the user doesn't have privileges to modify that folder, or there are several concurrent users that might need to use this service, and so on. It's not needed to do that file, in the first place: you can pass the XML directly using a TStringStream.
Configuration menu - View commit details
-
Copy full SHA for b48b891 - Browse repository at this point
Copy the full SHA b48b891View commit details
Commits on Nov 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 19bb3f8 - Browse repository at this point
Copy the full SHA 19bb3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7965602 - Browse repository at this point
Copy the full SHA 7965602View commit details -
Configuration menu - View commit details
-
Copy full SHA for c30c8e6 - Browse repository at this point
Copy the full SHA c30c8e6View commit details -
Added attribute invocation specifications and precision to support li…
…braries for TLS 1.2 compatibility
Configuration menu - View commit details
-
Copy full SHA for 772340b - Browse repository at this point
Copy the full SHA 772340bView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2a727 - Browse repository at this point
Copy the full SHA da2a727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90db3a2 - Browse repository at this point
Copy the full SHA 90db3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40da880 - Browse repository at this point
Copy the full SHA 40da880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7afc9b5 - Browse repository at this point
Copy the full SHA 7afc9b5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...feature/ss879