-
Notifications
You must be signed in to change notification settings - Fork 118
Comparing changes
Open a pull request
base repository: gazebosim/sdformat
base: main
head repository: gazebosim/sdformat
compare: sdf12
- 12 commits
- 18 files changed
- 6 contributors
Commits on Jun 6, 2024
-
Prepare for 12.8.0 release (#1430)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 21757c1 - Browse repository at this point
Copy the full SHA 21757c1View commit details
Commits on Jul 2, 2024
-
* macos workflow: use brew --prefix, not /usr/local * macos workflow: set Python3_EXECUTABLE cmake var Partial backport of #1367. Signed-off-by: Steve Peters <scpeters@openrobotics.org> Co-authored-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 45b61ae - Browse repository at this point
Copy the full SHA 45b61aeView commit details
Commits on Jul 3, 2024
-
Disable latex and class hierarchy generation (#1447)
We don't use the latex output anywhere, but it brings in a big dependency when building documentation or deb packages. The class hierarchy is also not that useful since there is not much inheritance used in the codebase. This also brings the doxygen parameters of sdformat closer to other Gazebo libraries. Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> (cherry picked from commit 8e7b267)
Configuration menu - View commit details
-
Copy full SHA for 51e5a7f - Browse repository at this point
Copy the full SHA 51e5a7fView commit details
Commits on Dec 16, 2025
-
macos.yml: install brew build dependencies (#1600)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit cc66d45)
Configuration menu - View commit details
-
Copy full SHA for bf2ffb3 - Browse repository at this point
Copy the full SHA bf2ffb3View commit details
Commits on Jan 9, 2026
-
Introduce a cache to improve performance of construction of SDFormat (#…
…1610) Reduces load times significantly as it caches the first parse of the spec so that it does not need to be reparsed during construction through static initiallization of a cache. --------- Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org> Signed-off-by: Arjo Chakravarty <arjo129@gmail.com> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> (cherry picked from commit 403d96a) # Conflicts: # src/SDF_TEST.cc
Configuration menu - View commit details
-
Copy full SHA for a558d1b - Browse repository at this point
Copy the full SHA a558d1bView commit details -
Clean up SDF_TEST.cc by removing conflict markers
Removed merge conflict markers and cleaned up code. Signed-off-by: Arjo Chakravarty <arjo129@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f72311c - Browse repository at this point
Copy the full SHA f72311cView commit details -
Delete FindFileModelSDFCurrDir test case
Removed test for finding model.sdf in current directory. Signed-off-by: Arjo Chakravarty <arjo129@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ddfd8e1 - Browse repository at this point
Copy the full SHA ddfd8e1View commit details
Commits on Jan 16, 2026
-
Clean up compiler warnings (#882)
* Remove unnecessary copies * Clean up unused variables Signed-off-by: Michael Carroll <michael@openrobotics.org> (cherry picked from commit 297aef2)
Configuration menu - View commit details
-
Copy full SHA for 4d1b5ea - Browse repository at this point
Copy the full SHA 4d1b5eaView commit details -
Add pkg-config to CI package list to find urdfdom. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 5988687 - Browse repository at this point
Copy the full SHA 5988687View commit details
Commits on Jan 20, 2026
-
Fortress: disable Ubuntu Focal CI (#1621)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 779fce1 - Browse repository at this point
Copy the full SHA 779fce1View commit details
Commits on Jan 29, 2026
-
Prepare for 12.9.0 release (#1624)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for c26d6de - Browse repository at this point
Copy the full SHA c26d6deView commit details
Commits on Mar 4, 2026
-
Fix static_cast that triggers compile errors with -Wpedantic (#1632)
Signed-off-by: Jan Hanca <jan.hanca@robotec.ai> Co-authored-by: Ian Chen <ichen@openrobotics.org> (cherry picked from commit 645dd54) Signed-off-by: Ian Chen <ichen@openrobotics.org> # Conflicts: # src/Camera.cc # src/ParticleEmitter.cc # src/Sensor.cc
Configuration menu - View commit details
-
Copy full SHA for fca488f - Browse repository at this point
Copy the full SHA fca488fView commit details
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 main...sdf12